/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
  padding: 60px 15px 0;
}


.next{
  background-color: #ffc107;
 
}


.nextheader{
border-bottom: none;
background-color: #ffc107;

}


.play {
   background-color: #ff6307;
   color:black;
}

.timeleft {
   color: red;
}

.nextfooter:last-child {
border-top: none;
background-color: #ffc107;
}



.previous{
  background-color: #cd0000;
 
}


.previousheader{
border-bottom: none;
background-color: #cd0000;

}


.previousfooter:last-child {
border-top: none;
background-color: #cd0000;
}