body {
    margin: 0; 		
    padding: 100px 18px 0px 18px;
 }

h1, h2, h3 {
	color: #fff;
	margin: 20px 0px;
}

a#cta {
	display: inline-block;
    margin: 20px 0px 20px 0px;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #000;
    border: 2px #fff solid;
    border-radius: 18px;
}

a#cta:hover {
    border: 2px #666 solid;
}

a#link-out {
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-weight: 500;
	font-size: 11px;
	background: #fff;
	padding: 10px 14px;
	margin: 0px 6px 20px 6px;
	border-radius: 20px;
}

#module {
	width: 100%;	
	display: block;
	background: #000;
	border-radius: 60px;
	padding-bottom: 40px;
}

#section {
	width:45%;
	min-width: 400px;	
	display: inline-block;
	border: 0;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 0px 10px;
	margin: 0;
}

#hero-image {
	display: block;
	width: auto;
}
#hero-image img {
	width: 98%;
	min-width: 320px;
	border-radius: 10px;	
}

p#info {
  padding: 20px;
  margin: 20px 0px 40px 0px;
  background: #202020;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: 0.2px;	
}

p#info a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #CCC;
}

p#info a:hover {
	opacity: 0.4;
}

#highlight {
	color: #95b5e5;
}

ol#playlist {
	display: block;
	color: #fff;
	margin-top: 10px;
	margin-left: -20px;
	font-size: 14px;	
}

ol#playlist li {
	margin: 10px 0px 10px 0px;
}

ol#playlist li iframe {
	display: inline-block;
	vertical-align: top;
	width: 98%;
	height: 45px;
	margin-bottom: 0px;
	padding: 0;
	border:0;
	border-bottom: 1.5px #202020 solid;
}


.tab {
    display: inline-block;
    width: 25%;
    min-width: 172px;
    margin: 0px 20px 10px 0px;
    overflow: hidden; 
}
.tab iframe {
	width: 275px;
	height: 42px;
	border: 0;
}
.tab #top-5 {
    display: inline-block;
    width: 20%;
    min-width: 168px;
    margin-bottom: 10px;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
    border-radius: 6px;
	border: 2px #fff solid;	
}
.tab #top-5 a img {
	width: 21px;
	height: auto;
	background: #666;
	padding: 0px 14px 14px 20px;
	margin: 52px;
	border-radius: 50%;
	opacity: 0.4; 	
}
.tab #top-5 a:hover img {
	opacity: 0.8;
}
.tab #top-5, #top-5 a img {
    border: 2px #fff solid;
}

#content #content-body {
	padding: 60px;
	background: #000;
	border-radius: 60px;	
}

#content #top-picks h3, #content-body h3 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    padding: 0;
    margin-bottom: 20px;
}

#content #content-body p {
	color: #fff;
	font-size: 21px;
	font-weight: 100;
	line-height: 32px;
	text-align: left;
	margin: 30px 3%;
}

#content #content-body a.back-button {
	display: inline-block;
    margin: 60px 0px;
    padding-bottom: 8px;
	color:#fff; font-size: 48px;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 4px #fff solid;
}

