.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Helvet';
  src: url('fonts/Helvethaica_Med.ttf');
}

@font-face {
  font-family: 'Helvet';
  src: url('fonts/Helvethaica_Bd.ttf');
  font-weight: bold;
}
@font-face {
  font-family: 'RSU';
  src: url('fonts/RSU_LIGHT.ttf');
}

@font-face {
  font-family: 'RSU';
  src: url('fonts/RSU_BOLD.ttf');
  font-weight: bold;
}

body {
  background-color: #cccccc;
  background-size: cover;
  /* background-position:center bottom; */
  background-attachment: fixed;
  font-family: "Poppins", sans-serif;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  text-align: center;
}
.txtroom {
  color: #FFFF00;
  text-decoration: none;
}

.txtroom:hover {
  text-decoration: none;
}

a:link {
  color: #FFCC00;
  text-decoration: none;
}

a:visited {
  color: #FFCC00;
  text-decoration: none;
}

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

a:active {
  color: #fff;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background:#c316a8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b8b8b8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

#overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.frameA {
  padding: 3px 1.0% 0 1.0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%;
  background-origin: content-box, padding-box;
}

.frameB {
  padding: 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%;
  height: 450px;
  margin-bottom: 11px;
  background-origin: content-box, padding-box;
}
.txtroom {
    font-family: 'Helvet';
    font-size: 12px;
    right: 4%;
    bottom: -5px;
    position: absolute;
}
.txtroom {
    color: #FFFF00;
    text-decoration: none;
}

.fixed_header thead tr {
	background: #151515;
}

.bracket_td {
	vertical-align: middle;
	background-image: url('../images/bracket.png');
	background-color: rgba(255,255,255,0.2);
	min-width: 30px;
	height: 30px;
	padding:2px;
}

.table_plate {
	position:absolute; 
	top:0; 
	color:#111; 
	padding:8px; 
	width:100%; 
	font-size:39%; 
	margin-top:13.5%; 
	margin-bottom:1px; 
	font-weight:400;
}

@media (min-width: 1200px) {
	.txtroom {
	    font-size: 32px;
	}
}

@media (min-width: 750px) {
	.txtroom {
	    font-size: 27px !important;
	}
}

@media (max-width: 700px) {
	.txtroom {
	    font-size: 20px !important;
	}
	
	.frameB {
	  height: 380px;
	}
	
	.resroom {
		height: 80px !important;
	}
	
	.resroom img {
		padding-top: 0% !important;
	}

	.col-box-left {
		padding-left: 4% !important;
	}
	
	.col-box-right {
		padding-right: 4% !important;
	}
	
	#winrate1 {
		margin-top: -13px;
	}
}
