html, body {
	margin: 0;
	padding: 0;
	font-family: arial;
}

body {
	text-align: center;
	background-color: #000000;
}

h1 {
	font-size: 10pt;
	border-bottom: 0px solid #ddd;
	margin: 0;
}

h2.subtitle {
	margin-top: 0px;
	margin-bottom: 40px;
}

#container {
	margin: 0px auto;
	width: 350px;
	color: #000;
}

#countdown_dashboard {
	height: 50px;
	margin-left: -10px;
}

.dash {
	width: 68px;
	height: 50px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	position: relative;
	color: #fff;
}

.weeks_dash {
	background: transparent url('../images/dark_weeks_dash.png') 0 0 no-repeat;
}

.days_dash {
	background: transparent url('../images/dark_days_dash.png') 0 0 no-repeat;
}

.hours_dash {

	background: transparent url('../images/dark_hours_dash.png') 0 0 no-repeat;
}

.minutes_dash {
	background: transparent url('../images/dark_minutes_dash.png') 0 0 no-repeat;
}

.seconds_dash {
	background: transparent url('../images/dark_seconds_dash.png') 0 0 no-repeat;
}

.dash .digit {
	font:  15pt arial;
	font-weight: normal;
	float: left;
	width: 10px;
	padding-top: 9px;
	margin-left: 18px;
	text-align: center;
	position: relative;
}

.dash_title {
	display: none;
}

.dev_comment {
	clear: left;
	font-size: 12pt;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin: 20px 10px;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 10pt;
	padding: 6px 10px;
	width: 300px;
}

#subscribe_button {
	font-size: 10pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
	color: #247;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}#my_video_1 {
	color: #000;
}
#my_video_1 #my_video_1 {
	color: #000;
}
bar {
    background-color: green;
    width:7px;
    height:15px;
    display: inline-block;
    vertical-align: bottom;
}

.eq2 .bar {
    background-color: green;
    width:7px;
    height:15px;
    display: inline-block;
    vertical-align: bottom;
    
    -moz-transform: rotate(-25deg);  
    -o-transform: rotate(-25deg);  
    -webkit-transform: rotate(-25deg);  
    -ms-transform: rotate(-25deg);  
    transform: rotate(-25deg);  
    filter: progid:DXImageTransform.Microsoft.Matrix( 
        M11=0.9063077870366499, M12=0.42261826174069944, M21=-0.42261826174069944, M22=0.9063077870366499, sizingMethod='auto expand');
    zoom: 1;
    
     -moz-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);

}