#controls {
    position: absolute;
     border: 1px solid black; 
     width: 320px; height: 170px; left: 15px; top: 350px;}
.lr {
    padding: 8px  8px  8px ;
    font-size: 24px; text-align: center; justify-content: center;
    width: 38px; height: 38px; }
 .fb {  width: 38px;  font-size: 24px; text-align: center; justify-content: center;
         height: 38px;  padding: 8px  8px  8px ;}
 table.tt th,td {
    
     border-collapse: collapse;
 }
 table.tt td {
    padding: 8px  ;
   color:silver;
  
 }
 
#game-body {padding-top:0;}
 .btn{
     font-size: 1.2em;
     margin-bottom: 10px;
 }
 @media  (max-width: 1023px) {
 #sidebar-right {position: fixed;
   top: 60px;
   margin-left: 600px;
    width: 200px !important;
     font-size: 1em;
   
}
 }
 @media  (min-width: 1024px) {
    #sidebar-right {position: fixed;
      top: 60px;
      margin-left: 825px;
       width: 200px !important;
        font-size: 1em;
      
   }
    }