body {
background: #000000;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 300;
color: white;
}

#release {
}

#cover-art {
display: block;
margin-left: auto;
margin-right: auto;
height: auto;
max-width: 360px;
}

#audio-player {
display: block;
margin-left: auto;
margin-right: auto;
width: 360px;
background: #fff;
}

audio::-webkit-media-controls-panel{
background-color: #fff !important;
}

#info {
display: block;
margin-left: auto;
margin-right: auto;
background: #222222;
text-align: center;
padding: 20px;
width: 320px;
}

#release-info {
padding: 10px 0 10px 0;
}

#title{
font-size: 28px;
font-weight: bold;
}

#artist-info {
}

#countdown {
font-size: 28px;
padding: 25px 0 10px 0;
}

#links {
padding: 10px 0 10px 0;
font-size: 16px;
}

.link {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
text-align: center;
padding: 15px 0 15px 0;
width: 300px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-weight: normal;
}

.icon {
vertical-align: middle;
margin-right: 5px;
}

.text {
vertical-align: middle;
}

#spotify {
background: #1DB954;
}

#apple {
background: #fc3c44;
}

#bandcamp {
background: #629aa9;
}

#amazon {
background: #46c3d0;
}

#deezer {
background: #00c7f2;
}

a {
text-decoration: none;
color: white;
}

a:hover {
color: #000;
background: #fff;
}

#signup-box {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
text-align: center;
padding: 10px 0 10px 0;
width: 300px;
font-weight: normal;
}

#email-prompt {
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
color: #808080;
font-weight: normal;
}

#mailchimp input {
border: medium none;
color: #808b96;
font-size: 16px;
margin-bottom: 10px;
padding: 10px;
width: 300px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#mailchimp button {
border: medium none;
color: #808b96;
font-size: 16px;
margin-bottom: 10px;
padding: 10px;
width: 300px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#mailchimp input.email { background: #fff }
#mailchimp input.name { background: #fff }

#mailchimp button[type="submit"] {
background: #808080;
color: #fff;
cursor: pointer;
font-size: 16px;	
width: 100%;
padding: 15px;
}

#mailchimp button[type="submit"]:hover {
color: #000;
background: #fff;
}

#wiki {
text-align: center;
margin-top: 40px;
margin-bottom: 0px;
padding-bottom: 0px;
color: #808080;
font-size: 12px;
font-weight: normal;
}

#footer {
text-align: center;
margin-top: 20px;
margin-bottom: 0px;
padding-bottom: 0px;
color: #808080;
font-size: 12px;
font-weight: normal;
}