body, input {
	margin: 0;
	padding: 0;
	font-family: Tahoma,Helvetica;
	font-size: 11px;
}
.main {
	background: #f0f0f0;
	border: 1px solid #dddddd;
}
.main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
a, a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.share {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 110%;
	bottom: 0;
	width: 100%;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	background-color: rgba(0, 0, 0, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc000000', endColorstr='#cc000000'); /* IE */
	overflow: hidden;
}
.share-open .share {
	left: 0;
}
.share-open .share-buttons {
	display: none;
}
.share-buttons {
	position: absolute;
	right: 0;
	top: 0;
}
a.share-button {
	display: inline-block;
	background: #ffffff;
	border-radius: 4px 4px 4px 4px;
	font-size: 14px;
	color: #444444;
	padding: 2px 4px 1px;
	margin: 3px;
	text-decoration: none;
	border: 1px solid #dddddd;
}
.share-label {
	color: #ffffff;
	width: 60px; 
	padding-right: 10px;
	text-align: right;
	float: left;
	line-height: 18px;
	font-weight: bold;
}
.share-container {
	padding: 4px 0;
}
.share-container input {
	padding: 1px;
	width: 70%;
}
.countdown {
	white-space: normal;
}
.cd-complete .countdown {
	display: none;
}
#complete {
	display: none;
	margin-top: 2px;
}
.cd-complete #complete {
	display: inline-block;
	white-space: nowrap;
}
.nw {
	white-space: nowrap;
}
.releasedate {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 4px;
}
.cd-complete .releasedate {
	display: none;
}
.share-icons {
	height: 32px;
	overflow: hidden;
	display: inline-block;
}
.social-icon {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 6px 0 0;
	border: 0; font: 0/0 a; color: transparent;
}
.stream, .download {
	float: left;
	border: 0; font: 0/0 a; color: transparent;
}
.stream {
	background: url(http://images.livemixtapes.com/play_mixtape_md.png) no-repeat;
	width: 145px;
	height: 28px;
}
.download {
	background: url(http://images.livemixtapes.com/download_mixtape_md.png) no-repeat;
	width: 149px;
	height: 28px;
	margin-left: 15px;
}
.cover {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.icons-text {
	font: 11px Tahoma;
	position: relative;
	top: -1px;
}
.title {
	margin: 0 6px 4px;
}
.title, .countdown {
	font-size: 1.6em;
}
.countdown-margin {
	margin-left: 105px;
	margin-top: 5px;
}
.countdown-table {
	display: table;
	width: 94%;
	text-align: center;
	height: 90px;
}
.countdown-align {
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width: 470px) {
	.icons-text {
		display: none;
	}
	.releasedate {
		display: none;
	}
}
@media screen and (max-width: 9999px) {
	.stream {
		background: url(http://images.livemixtapes.com/play_md.png) no-repeat;
		width: 120px;
		height: 23px;
	}
	.download {
		background: url(http://images.livemixtapes.com/download_md.png) no-repeat;
		width: 120px;
		height: 23px;
		margin-left: 20px;
	}
}
@media screen and (max-width: 9999px) {
	.cover {
		position: absolute;
		left: 5px;
		top: 5px;
	}
}
@media screen and (min-width: 510px) {
	.title, .countdown {
		font-size: 1.7em;
	}
}
@media screen and (min-width: 720px) {
	.title, .countdown {
		font-size: 1.8em;
	}
}
.logo {
	background: url(http://images.livemixtapes.com/players/mlogotrans_l.png) no-repeat;
	height: 23px;
	min-width: 25px;
	position: absolute;
	bottom: 0;
	right: 5px;
}
.logo-text {
	background: url(http://images.livemixtapes.com/players/mlogotrans_r.png) no-repeat;
	margin-left: 28px;
	width: 106px;
	height: 21px;
}
@media screen and (max-width: 275px) {
	.logo-text {
		display: none;
	}
}
.lg .cover img {
	width: 106px;
	height: 106px;
}
.lg .countdown-table {
	height: 105px;
}
.lg .countdown-margin {
	margin-left: 120px;
}
.self .logo {
	display: none;
}
.no-border .main {
	background: #ffffff;
	border: 1px solid #ffffff;
}
.no-cover .cover {
	display: none;
}
.no-cover .countdown-margin {
	margin-left: 0;
}
.no-share .countdown-table {
	width: 100%;
}
.no-share .share-buttons {
	display: none;
}