.timercontainer{
 text-align:center;
 }
 
#countholder {
 font-family:'Oswald',sans-serif;
 font-size:130%;
 font-weight:500;
 color:#fff;
 text-align: center;
 background-color: rgba(0, 255, 2555, 0.5);
 display: inline-block;
 padding:10px 10px 0 10px;
}
 
#countholder > div{
 color: #fff; /*timer text color*/
 font-weight: 100;
line-height: 1;
 font-size: 40px;
 padding: 6px 10px;
 background: #1a1a1a; /*timer tile background color*/
 display: inline-block;
 border-radius: 4px;
 margin-bottom: 10px;
}
 
#countholder div > span{
 border-radius: 3px;
 background: #1a1a1a; /*timer text background color*/
 display: inline-block;
}
 
#countholder .smalltext{
 padding-top: 5px;
 font-size: 16px;
}
.watchbuttonholder {
 text-align: center;
 background-color: rgba(0, 255, 2555, 0.5);
  margin:0 0 20px 0;
  padding: 0 10px 10px 10px;
 }
 #stream-is-live {
  font-family:'Oswald',sans-serif;
 font-size:160%;
 font-weight:500;
 color: #FF5733;
 text-align: center;
 background-color: rgba(0, 255, 2555, 0.5);
 display: inline-block;
 padding:10px;
 }