/* Universal QoL Improvements */

/* better category tabs */
  .category.category-tab {
      display: inline !important;
      flex: auto;
      margin: 1px;
  }


/* Block ads*/
body.dark .malediction{
    display:none;
}
div#promoted_game {
    display: none;
}

/* Make category text easier to read for categories currently not selected*/
body.dark .category-tab{

    color: #B1B1B1;
}

/* Bigger font for leaderboard and categories*/
body.dark .leaderboard-row{
    font-size: 16px;
}

body.dark .category-tab-name{
    font-size: 16px;
}

body.dark .variable-tab
{
    font-size: 16px;
}

.small, small{
    font-size: 100%
}

body.dark .gamemenu{
    font-size: 16px;
}

body.dark .widget-container{
    font-size:16px;
}


/* -----------------------------------------------------------------------------------------------*/
/* More Subjective Stuff (comment out code if desired)*/

/* Hide comments*/
/*
body.dark .comments{
display: none;
}
*/

/* Hide Widgets as something broke about them recently for wide boards*/
body.dark .widget-column
{
    display:none;
	
}


/* Make runs video window (if using the max size container above)*/
body.dark .widget-top-border{
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
 
/* Adjust zoom to see everything on table */
body.dark .maincontent{
    zoom: 90%;
}


/* Make level menu have scroll bar*/
.game-dropdown {
    overflow: auto;
    max-height: 70vh !important;
    overscroll-behavior: contain;
}


/* Less horizontal padding in individual level tables */
body.dark table tr td{
    padding-left:0.3rem;
    padding-right:0.3rem;
}


/* Center Widgets */
#widget {
    width: 1000px !important;
    margin: auto;
}
 
/*Reduce Padding*/
body.dark {
    padding-top:45px;
}