.titletable{
    background-color: white;
}
.titletableoutline{
	border: 8px solid rgba(255, 255, 255, 0.2);
}

.backdrop{
	background-color: lightgray;
}
.backdrop2{
	background-color: #bcbcbc;
}


.gentable{
	border: 3px solid black;
}
.gentable td{
	border: 1px solid black;
}


table {
  border-collapse: collapse;
}


.gamebutton {
    height: 40px;
    width: 40px;
    background-color: white;
    border-radius: 0px;
    border-width: 0px;
}

/* The sidebar menu */
.sidenavL {
    width: 200px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    padding: 10px;
    background-color: white; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    margin: 60px;
}
.sidenavR {
    width: 200px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    padding: 10px;
    background-color: white; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    margin: 60px;
}

.no-filter {
    image-rendering: pixelated;
}
img {
    image-rendering: pixelated;
}