
@font-face {
    font-family: 'Computer'; 
    src: url("Welbut.ttf");
}

            body {
                font-family: 'Computer', sans-serif;
                margin: 0;
                background-color: black;
                background-size: 600px;
                color: #00B118;
                background-image: url("/Site-Graphics-2/BowlingAlley.webp");
            }

            #container {
                max-width: 1200px;
                margin: 0 auto;
                margin-top: 0px;
            }


 #container a:link {
  text-decoration: underline;
  color: #008011
}

 #container a:visited {
  text-decoration: underline;
  color: #008011
}

 #container a:hover {
  text-decoration: none;
  color: white;
}

 #container a:active {
  text-decoration: none;
}

p, h2, h3 {color: #00B118;}
h2 {font-weight: bold;}

.box {
    padding:10px;
    background-color: black;
    background-image: url("/Site-Graphics-2/graphy-dark.png");
    background-size: 100px;
    color: #00B118;
    border:3px double #00B118;
    margin-top:30px;
    margin-bottom:30px;
    border-radius: 10px;
}

.headerimage{
  position: relative;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

 footer {
    background-color:black;
    background-image: url("/Site-Graphics-2/graphy-dark.png");
    border:3px double #00B118;
    margin-top:30px;
    margin-bottom:30px;
    border-radius: 10px;
 }
 
/* Create four equal columns that floats next to each other */
.column4{
  float: left;
  width: 25%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.shelf{
  width: 1200px;
  z-index: -1;
  position: absolute;
  top: 200px;
}

.shelfbox{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  height: 500px;
  position: relative;
}

.shelfitem{
  position: relative;
  width: 100%;
}

.gametablebox{
  margin-left:20px;
  margin-right:20px;
}

table.gametable {
  border: 1px solid #1C88AC;
  width: 100%;
  text-align: center;
  border-radius: 10px;
}
table.gametable td, table.gametable th {
  border: 1px solid #1C88AC;
  padding: 3px 10px;
  border-radius: 10px;
}

table.largetable {
  border: 1px solid #1C88AC;
  width: 100%;
  border-radius: 10px;
}
table.largetable td {
  border: 1px solid #1C88AC;
  padding: 3px 10px;
  border-radius: 10px;
}

table.largetable th {
  border: 1px solid #1C88AC;
  padding: 3px 10px;
  border-radius: 10px;
  width: 200px;
}

.tableicon{
  width: 20px;
}

strong{
  color: white;
}

mark{
  background-color: #00B118;
  color: black;
}

/* Style the buttons inside the tab */
.shelfbox button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all .2s ease-in-out; 
}

/* Change background color of buttons on hover */
.shelfbox button:hover {
  transform: scale(1.1); 
  cursor: pointer;
}

/* Create an active/current tablink class */
.shelfbox button.active {
  opacity: 0.5;
}

.wishlist button{
  background-color: transparent;
  font-family: inherit;
  border: none;
  color: inherit;
}

.wishlist button:hover {
  cursor: pointer;
}

.wishlist td:hover {
  background-color: #00B118;
  color:black;
  cursor: pointer;
}

/* Style the tab content */
.tabcontent {
  display: none;
    padding:10px;
    background-color: black;
    background-image: url("/Site-Graphics-2/graphy-dark.png");
    background-size: 100px;
    color: #00B118;
    border:3px double #00B118;
    margin-top:30px;
    margin-bottom:30px;
    border-radius: 10px;
}

.tabcontent h1{
 color: #00B118;
}