* {
  box-sizing: border-box;
  font-family: VERDANA;
  font-size: calc(12px + 0.390625vw);
}


@font-face {
    font-family: 'pimpinfont'; 
    src: url('/public/font/bozart.ttf'); /*URL to font*/
	
}
.bestlogo {
  width: 100%;
  max-width: 175px;
  height: auto;
  
}
.loginlogo {
  width: 100%;
  max-width: 48px;
  height: auto;
  
}
.gangstalogo {
  width: 100%;
  max-width: 119px;
  height: auto;
  
}
.signuplogo {
  width: 100%;
  max-width: 130px;
  height: auto;
  
}
.leftdiv {
	float: left;
	background-color: white;
	width: 30%;
	flex-wrap: nowrap;
}
.rightdiv {
	float: right;
	background-color: white;
	width: 70%;
	text-align: center;
	flex-wrap: nowrap;
}
.maindiv {
  border: 2px solid #336600;
  background-color: white;
  background-image: url("/public/img/bricktile.jpg");
  max-width: 45%;
  margin: auto;
  
}

.brickdiv {
	background-image: url("/public/img/bricktile.jpg");
	overflow: auto;
	color: white;
	margin: auto;
}

.subdiv {
  background-color: #FFCC33;
  border-top: 2px solid #336600;
  border-bottom: 2px solid #336600;
  padding: 2px;
}

.main {
  float: left;
  width: 60%;
  padding: 0 20px;
  color: white;
}


@media only screen and (max-width: 992px) {
  /* For mobile phones: */
  .main {
    width: 100%;
  }
  .maindiv {
	max-width: 100%;
  }
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 15px;
}

.active {
  background-color: #336600;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 15px;    
  border: none;
  outline: none;
  color: white;
  padding: 10px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.logintable {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	min-width: 100%;

}
.logintable td {
	text-align: left;
	color: #336600;	
	padding-bottom: 0;
	padding-top: 0;
	font-size: 0.70em; 
	
}
.logintable b {
	text-align: center;
	color: #336600;	
	font-size: 1em;
}
.showcasetable {
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	max-width: 100%;
	min-width: 100%;

}
tr.border-bottom td {
	border-bottom: 2pt solid #cccccc;
}
.showcasetable td {
	padding-bottom: 0;
	padding-top: 0;
	font-size: 0.5em;	
	text-align: left;
}

.showcasetable b {
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
}
.text0000
{
	color: inherit; 
	font-size: 1em;
	background-image: url("/public/img/bricktile.jpg");
	font-weight: inherit;
	border: 2px solid #336600;
}
#small
{
	font-size: 0.50em; 
	color: inherit;
	font-weight: bold;
	
}