#sched{
    display: block;
    white-space: nowrap;
    margin:auto;
    border:0px solid white;
    margin-top: 20px;
    width:80%;
    min-height:100px;
    
    padding-top:20px;
    padding-bottom:20px;
    overflow-x:auto;
    overflow-y: hidden;
    
  }
  #sched .eventObj{

   
    margin-left:5px ;
    min-width:20%;
    min-height: 90%;
    height: fit-content;
    display: inline-block;
    vertical-align: top;


    border: 1px solid rgb(145, 143, 143);
    background-color: rgb(46, 37, 43);
   
    padding: 10px;
  }
  #sched .Next{
    border: 1px solid rgb(145, 143, 143);
    background-color: rgb(46, 37, 43);
   
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:10px;
  }
  #sched .Future{
    border: 1px solid rgb(145, 143, 143);
    background-color: rgb(46, 37, 43);
   
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:10px;
  }
  #sched .Past{
    border: 1px solid rgb(145, 143, 143);
    background-color: rgb(46, 37, 43);
    opacity: .3;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:10px;
  }
  #sched .eventObj p{
    display: block;
    margin: 0px;
    border: 0px solid white;
    text-align: center;
    
  }
  #sched .eventObj .content{
    margin-top: 5px;
    
  }

 #ngame_container .content{
    margin: 10px;
  }



  #ngame_container{
    margin:auto;
    position: relative;
    margin-top:20px;
    border: 1px solid rgb(145, 143, 143);
    background-color: rgb(37, 46, 46);
    padding:10px;
    width:300px;
    min-width: fit-content;
    border-radius: 10px;

    display: block;

  }
  #gtime_container div{
    display: inline;
  }
 
  #ngame_container .content .data{
    display:inline-block;
    width:fit-content;
   
    color:rgb(198, 103, 103);
  }