body
{
   background-color: #333333;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
*
{
   scrollbar-color: rgba(102,0,0,1.00) rgba(102,0,0,1.00);
}
*::-webkit-scrollbar
{
   width: 20px;
}
*::-webkit-scrollbar-track
{
   background: rgba(102,0,0,1.00);
}
*::-webkit-scrollbar-thumb
{
   background-color: rgba(102,0,0,1.00);
   border: 5px solid rgba(102,0,0,1.00);
}
*::-webkit-scrollbar-corner
{
   background: rgba(102,0,0,1.00);
}
*::-webkit-scrollbar-thumb:hover
{
   background-color: rgba(255,0,0,1.00);
   border-color: rgba(255,0,0,1.00);
}
#MediaPlayer1
{
   box-sizing: border-box;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
}
