body {
  color: #ffd303;
  margin-top: 5rem;
  background-image: url('/static/images/SPIN-Venue-Main.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffd303;
  font-family: 'Ink Free';
}

.bg-steel {
  background-color: #434a5c;
  box-shadow: 0 3px 4px #e94d10;
}

.site-header .navbar-nav .nav-link {
  color: white;
  font-family: 'Stencil';
}

.site-header .navbar-dark .navbar-brand {
  color: #ffd303;
  font-family: 'Stencil';
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffd303;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #434a5c;
  padding: 5px 5px 5px 5px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 10px;
  font-family: 'Trebuchet MS', sans-serif;
}

.container-fluid {
  padding: 5px 5px 5px 5px;
}

.login {
  position: absolute;
  top: 50%;
  left: 50%;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

th, td {
  text-align: center;
  color: #998200;
  font-family: 'Trebuchet MS', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap
}

th {
  background-color : #575757;
  white-space      : nowrap;
}

.trow-5 {
  width: 5%;
  text-align: center;
  padding: 5px;
  color: #998200;
  font-family: 'Trebuchet MS', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trow-7 {
  width: 7%;
  text-align: center;
  padding: 5px;
  color: #998200;
  font-family: 'Trebuchet MS', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trow-10 {
  width: 10%;
  text-align: center;
  padding: 5px;
  color: #998200;
  font-family: 'Trebuchet MS', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trow-15 {
  width: 15%;
  text-align: center;
  padding: 5px;
  color: #998200;
  font-family: 'Trebuchet MS', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trow-20 {
  width: 20%;
  text-align: center;
  padding: 5px;
  color: #998200;
  font-family: 'Trebuchet MS', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trow-25 {
  width: 25%;
  text-align: center;
  padding: 5px; 
  color: #998200;
  font-family: 'Trebuchet MS', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}

tr:nth-child(even) {background-color: #303944;}
tr:nth-child(odd) {background-color: #2d3036;}

.parent {
  position: relative;
  top: 0;
  left: 0;
}
.table_img {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.playerA_img {
  position: absolute;
  top: 25%;
  left: 10%;
  height: 50%;
  width: 25%;
}

.playerB_img {
  position: absolute;
  top: 25%;
  left: 65%;
  height: 50%;
  width: 25%;
}

.player_img {
  height: 45%;
  width: 45%;
}

.account-img {
  height: 175px;
  width: 175px;
  margin-bottom: 20px
}

.Win {
  height: 20px;
  width: 20px;
  background-color: #007526;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color:white;
}
.Lost {
  height: 20px;
  width: 20px;
  background-color: #ee3e41;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color:white;
}
.google-visualization-table-td {
  text-align: center !important;
  }

.google-visualization-table-table td.custom-table-td {
    border: none;
}

.google-visualization-table-th {
  border: none !important;
  background: #575757 !important;
}

.img-box{
  width:100%;
  height:auto;
}

.champs-img{
  height: 70%;
  width: 70%;
}

/* Bracket Stuff */

.bracket {
  display: flex;
  justify-content: space-between;
  background-color: #434a5c;
  height: 625px;
}

.round {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quaters {
  display: flex;
  flex-direction: column;
}

.finals {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.semis {
	display: flex;
  justify-content: space-between;
}

.championship {
	display: flex;
}

.rank {
	font-size: 12px;
  text-transform: uppercase;
  color: #2C7399;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  float: right;
}

.bracket > .round > .matchup {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.bracket > .quaters > .quater {
  display: flex;
  flex-direction: column;
  height: 50%;
  justify-content: center;
}

.bracket > .finals > .fsect {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bracket > .finals > .fsect > .semis {
  display: flex;
  justify-content: space-between;
}

.bracket > .round > .matchup > div {
  background-color: #303944;
  margin: 3px;
  font-size: 14px;
  text-align: center;
  padding: 3px;
  font-family: 'Trebuchet MS', sans-serif;
  border: 1px solid rgb(230, 88, 28);
  border-radius: 5px;
}

.bracket > .quaters > .quater > .matchup > div {
  background-color: #303944;
  margin: 3px;
  text-align: center;
  font-size: 18px;
  padding: 3px;
  border: 1px solid rgb(230, 88, 28);
  border-radius: 5px;
}

.bracket > .finals > .fsect > .semis > .matchup > div {
  background-color: #303944;
  text-align: center;
  margin: 3px;
  line-height: 50px;
  font-size: 20px;
  border: 1px solid rgb(230, 88, 28);
  border-radius: 5px;
}

.bracket > .finals > .fsect > .matchup > div {
  background-color: #303944;
  margin: 5px;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  border: 1px solid rgb(230, 88, 28);
  border-radius: 5px;
}

.bracket > .finals > .championship > .matchup > div {
  background-color: #303944;
  margin: 5px;
  text-align: center;
  line-height: 75px;
  font-size: 25px;
  border: 1px solid rgb(230, 88, 28);
  border-radius: 5px;
}

@media screen and (min-width: 981px) {
  #mbracket {display: none;}
}

@media screen and (max-width: 980px) {
  #dbracket {display: none;}
 
  .bracket > .round > .matchup > div {
    margin: 1px;
    text-align: center;
  }
}