﻿#divCountdown {
    width: 250px;
    position: absolute;
    top: 145px;
    z-index: 1010;
    left: 512px;
}
    
#contCountdown {
    color: #069;
    font-size: 38px;
    background-color: #ccc;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
    width: 230px;
    box-shadow: 0px 0px 10px black;
}
    
@font-face {
    font-family: Digital-7;
    src: url("../../All/css/webfonts/digital-7.eot"); /* EOT file for IE */
}
    
@font-face {
    font-family: Digital-7;
    src: url("../../All/css/webfonts/digital-7.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: TrashHand;
    src: url("../../All/css/webfonts/TrashHand.eot"); /* EOT file for IE */
}
    
@font-face {
    font-family: TrashHand;
    src: url("../../All/css/webfonts/TrashHand.TTF"); /* TTF file for CSS3 browsers */
}
    
#countdown {
    background-color: #0e2871;
    margin: auto;
    padding: 2px 5px 10px 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 2px solid white;
    box-shadow: inset 0px 0px 10px black;
}
    
.numberCountdown, .symbolCountdown {
    /*color: #6affff;*/
    color: #ec6607;
    font-family: Digital-7;
    display: block;
    float: left;
    padding: 2px;
    margin: 1px;
}
    
.numberCountdown { width: 15px;text-align: right; }
.symbolCountdown { width: 8px;text-align: center; }
    
.textCountdown {
    width: 162px;
    color: white;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
    
.textCountdown span {
    width: 23%;
    display: inline-block;
}
    
.titleCountdown {
    color: #32197c;
    font-size: 18px;
}
    
.textCountdown, .titleCountdown {
    font-family: arial;
    font-weight: bold;
    width: 100%;
}

/* SKIN ALIENS
#marquee {
    font-family: Digital-7;
	font-size: 25px;
	font-weight: bold;
	color: #20D8E4;
	width: 320px;
	position: absolute;
	bottom: 160px;
	left: 234px;
}

.btnSkin {
	padding: 8px 12px;
	cursor: pointer;
	font-family: Digital-7;
	font-size: 25px;
	font-weight: bold;
	border-radius: 4px;
	background-color: rgba(32, 216, 228, 0.3);
    color: #20D8E4;
    border: 2px solid white;
    text-shadow: 0px 0px 10px black;
    box-shadow: 0px 0px 25px black;
    position: absolute;
    bottom: 60px;
}

.btnSkin:hover {
    background-color: rgba(255, 255, 255, 0.3);
	border: 2px solid #20D8E4;
	color: black;
	text-shadow: 0px 0px 10px #20D8E4;
    box-shadow: 0px 0px 15px green;
}
*/

/* SKIN BLACK LAGOON 
.btnSkin {
	padding: 8px 12px;
    cursor: pointer;
    font-family: TrashHand;
    font-size: 32px;
    font-weight: bold;
    border-radius: 50px;
    background-color: rgba(255, 173, 0, 0.6);
    color: #FFF;
    border: 2px double #FFF;
    text-shadow: 0px 0px 10px #000;
    position: absolute;
    bottom: 60px;
}

.btnSkin:hover {
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid #E99503;
    color: #FFC500;
    text-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 15px #806400;
}*/