

/* #clockdiv{
	font-family: Roboto,sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	text-align: center;
	font-size: 30px;
    margin-top:-5px;
    border:1px dashed #999;
    width:250px;
    float:left;
} */

#clockdiv{
	font-family: Roboto,sans-serif;
	color: #fff;
	font-weight: 300;
	text-align: center;
	font-size: 30px;
    margin-top:-5px;
    /*border:1px dashed #999;*/
    /*width:250px;*/
    margin: 0 auto;
}

#clockdiv > div.countdownelement{
	padding: 10px;
	border-radius: 3px;
	/*display: inline-block;*/
    display:none;
  color:#666;
  margin-left:-12px;
  padding:0px;
  width: 60px;
}

.countblock {
  font-weight:500;
  display: block; 
  margin-bottom:-5px
}

.smalltext{
    padding-top: 0px;
    font-size: 9px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    margin-top:-10px;
    color:#AAA;
}

.otherdatemsg {
  color:#000;
  font-size:16px;
}
#countdownMessage {
  display: inline-block;
  color:#666;
  font-size:18px;
  line-height:1.5;
  margin-top:25px;
  /*max-width:500px;
  border:1px solid #DD0000;*/
}

#countdownMessage p {
  max-width:500px;
/*border:1px solid #0000DD;*/
}

#countdownMessage a {
      font-size: 16px;
    text-decoration: none;
    font-weight: 400;
}


@media only screen and (max-width: 1175px) {
    #countdownMessage {
    
}
}

@media only screen and (max-width: 900px) {
    .countdown-wide {
       display: none; 
   
}
}

@media only screen and (max-width: 1100px) {
    .countdown-wide #countdownMessage {
   
}
}
