/*
Plugin Name: Mission Tracking
Version: 1.3
*/

.cd_container {
	width: 320px; /* total width = 336px */
	margin: 0 0 8px 0;
	padding: 4px 7px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	background: #162a4a;
	border: 1px solid rgba(255,255,255,0.1);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.cd_container h1{
	width: 270px;
	height: auto !important;
	margin: 0 auto;
	text-align: center;
	font-size: 10pt;
	letter-spacing: 0.5em;
	font-weight: normal;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.cd_container h1:after {
	display: none;
}
.cd_img {
	float: left;
	width: 60px;
	margin-top: 8px;
	text-align: center;
}
.cd_img img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.cd_mobilelink {
	display: none;
}
.cd_info {
	float: right;
	width: 260px;
	margin: 8px auto;
	text-align: left;
}
.cd_info table {
	margin-left: 4px;
}
.cd_info th {
	opacity: 0.5;
	padding-right: 8px;
	text-align: right;
}
.cd_info td {
	padding: 0;
}
.cd_active {
	display: none;
	width: 260px;
	height: 34px;
	margin: 0 auto;
	padding-top: 8px;
}
.cd_hold {
	display: none;
	width: 212px;
	height: 21px;
	text-align: center;
}
.cd_display {
	display: inline-block;
	height: 34px;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	background: url('images/digital-numbers/bg.png') repeat-x;
}
.cd_display > div {
	display: inline-block;
	width: 16px;
	height: 21px;
}
.cd_display > p {
	margin: 0;
	font-size: 10px;
}
div#cd_minus, div#cd_count {
	display: inline-block;
	width: 16px;
	height: 21px;
}
div#cd_count {
	background: url('images/digital-numbers/digital.png') no-repeat -160px 0;
}
div#cd_minus {
	background: url('images/digital-numbers/sym.png') no-repeat;
}
div.cd_colon {
	display: inline-block;
	width: 10px;
	height: 34px;
	font-size: 14px;
	background: url('images/digital-numbers/sym.png') no-repeat -16px 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	div#cd_minus {
		background: url('images/digital-numbers/sym.gif') no-repeat;
	}
	div.cd_colon {
		background: url('images/digital-numbers/sym.gif') no-repeat -16px 0;
	}
}
.cd_link {
	clear: both;
	width: 270px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.5);
}

@media only screen and (-webkit-device-pixel-ratio:3),
	only screen and (min-resolution: 3dppx),
	only screen and (-webkit-device-pixel-ratio:2) and (min-device-width : 320px) and (max-device-width : 568px),
	only screen and (max-width: 800px) and not (-webkit-device-pixel-ratio:2),
	only screen and (min-resolution: 1.5dppx) and not (-webkit-device-pixel-ratio:2),
	only screen and (max-width: 800px)	{
	div.cd_container {
		width: calc(100% - 2px);
		height: 48px;
		padding: 0;
		background: #0d192c;
	}
	div.cd_container h1 {
	    display: inline-block;
		float: left;
		width: auto;
		margin-left: 8px;
		letter-spacing: 0;
		border: 0;
	}
	div.cd_container table,
	div.cd_container div.cd_link,
	div.cd_container div.cd_img	{
		display: none;
	}
	div.cd_container div.cd_mobilelink {
		display: inline-block;
		float: right;
		width: auto;
		max-width: 60%;
		margin-right: 8px;
		padding: 0;
		font-size: 10pt;
		font-weight: bold;
		color: #6fabff;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-align: center;
		letter-spacing: 0;
		border: 0;
	}
	div.cd_container div.cd_info {
		clear: both;
		float: none;
		width: 100%;
		height: 30px;
		margin: 0 0 8px 0;
	}
	div.cd_container div.cd_info div.cd_active {
		padding-top: 2px;
		text-align: center;
	}
	.cd_display > p {
		display: none;
	}
	div.cd_colon {
		height: 22px;
	}
}