/*above the dashboard*/
.darth-tophtml {
	margin: 0;
	padding: 0;
}

/*above the dashboard*/

.darth-dashboard {
	height: auto;
	width: 300px;
	background: transparent;
	padding-right: 0px;
	margin-top: -60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0px;
	clear: left;
	float: left;
}

.darth-dash {
	width: 60px;
	height: 44px;
	float: left;
	margin-left: 2px;
	padding-left: 10px;
	padding-top: 5px;
	position: relative;
	color: #fff;
}

.darth-tripdash {
	width: 93px;
	height: 44px;
	float: left;
	margin-left: 2px;
	padding-left: 10px;
	padding-top: 5px;
	position: relative;
	color: #fff;
}

.darth-months_dash, .darth-days_dash, .darth-minutes_dash, .darth-seconds_dash  {
	background: transparent url('images/dark_bg_dash.png') 0 0 no-repeat;
}
.darth-weeks_dash  {
	background: transparent url('images/dark_bg_dash.png') 0 0 no-repeat;
}

.darth-days_trip_dash {
	background: transparent url('images/dark_bg_trip_dash.png') 0 0 no-repeat;
	width: 80px;
}
.darth-weeks_trip_dash {
	background: transparent url('images/dark_bg_trip_dash.png') 0 0 no-repeat;
}

.darth-hours_dash {
	clear: right;
	background: transparent url('images/dark_bg_dash.png') 0 0 no-repeat;
}

.darth-digit {
	font: normal 20pt Lato;
	font-weight: bold;
	float: left;
	width: 22px;
	text-align: center;
	position: relative;
}

.darth-dash_title {
	/*-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
	display: block;
	position: absolute;
	left: -20px;
	top: 40px;
	width:74px;
	color: #fff;
	text-align: right;
	font-size: 15px;
}
.darth-seconds_dash {
	display: none;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	
}

@media only screen and (max-width: 1180px) {

	.darth-dashboard {
	margin-top: -80px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -90px;
}

}

@media only screen and (max-width: 1023px) {
	
	.darth-dashboard {
	margin-left: 55px;
}
	
}

@media only screen and (max-width: 860px) {
	
	.darth-dashboard {
	margin-left: -15px;
}
	
}

@media only screen and (max-width: 600px) {

	.darth-dashboard {
	margin-left: 135px;
	margin-top: 0px;
}

			
}

@media only screen and (max-width: 480px) {

	.darth-dashboard {
	margin-left: 50px;
	margin-top: 20px;
}

}

@media only screen and (max-width: 360px) {

   .darth-dashboard {
	margin-left: 30px;
}

}