.countdownHldr {
 height:162px;
 width:318px;
 background-image: linear-gradient(#E0E0F0,#B8B8E0);
 border: 1px solid #3333B1;
 border-radius: 16px;
}

.header {
 font-size: 30px;
 font-family: Verdana, Arial, sans-serif;
 font-weight: 900;
 width: 100%;
 text-align: center;
 line-height: 30px;
 margin-top: 6px;
 color:#3333B1;
}

.start {
 font-size: 19px;
 font-family: Arial, sans-serif;
 font-weight: bold;
 width: 100%;
 text-align: center;
 color: #3333B1;
 margin-top: 12px;
}

.timeHldr {
 position:relative;
 height:32px;
 font-size: 20px;
 font-family: Courier;
 font-weight: bold;
 width: 94%;
 text-align: center;
 color: #FFFFFF;
 background-color:#080808;
 border-radius:8px;
 margin-top: 15px;
 margin-left:auto;
 margin-right:auto;
}

#otcTicks {
 position: absolute;
 color: #000;
 width: 100%;
 text-align: center;
 left: 0px;
}

div.otcSpacer {
 display: inline-block;
 width:11px;
}

.clockFace, .clockTxt {
 font-family: Courier;
 font-weight: bold;
 color: #FFFFFF;
}

.clocklabel {
 position: relative;
 display: inline;
 padding-left: 4px;
 font-family: Courier;
 color: #BABABA;
}

.dataF {
 display: inline;
}

#otcTicks {
 height: 20px;
}

.clockFace, .clockTxt {
 font-size: 1.4em;
}

.clocklabel {
 font-size: 1.4em;
}

