body.vpsb header {
  margin-top: 100px;
  transition: margin-top 0.5s;
}

body.vpsb.vpsb_condensed header {
  margin-top: 0;
  transition: margin-top 0.5s;
}

body.vpsb.vpsb_condensed #mvp-top-head-wrap {
  margin-top: 0;
  transition: margin-top 0.5s !important;
}

body.vpsb #mvp-site,
body.vpsb #mvp-top-head-wrap {
  margin-top: 100px;
  transition: margin-top 0.5s !important;
}

body.vpsb:before {
  content: ' ';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 135px;
  background-color: black;
  z-index: 1000;
}

body.vpsb.vpsb_injected:before {
  display: none;
}

/** Main elements **/

#vpsb_wrap {
  width: 100%;
  height: 100px;
  background-color: #000000;
  color: white;
  margin: 0;
  padding: 0;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  cursor: default;
  transition: height 0.5s;
  font-family: 'Titillium Web', sans-serif !important;
  font-weight: 500;
  border-bottom: 5px solid #000;
}

body.vpsb.vpsb_condensed #vpsb_wrap {
  transition: transform .5s ease 0.05s;
  transform: translate(0, -100px);
}

body.vpsb #vpsb_wrap {
  transition: transform 0.5s;
  transform: translate(0, 0);
}

body.vpsb.admin-bar #vpsb_wrap {
  margin-top: 32px;
}

#vpsb_wrap * {
  box-sizing: border-box;
}

#vpsb_wrap img {
  image-rendering: -webkit-optimize-contrast; // Safari 6, UC Browser 9.9
  image-rendering: -webkit-crisp-edges; // Safari 7+
  image-rendering: -moz-crisp-edges; // Firefox 3.6+
  image-rendering: -o-crisp-edges; // Opera 12
  image-rendering: crisp-edges; // Chrome 41+ and Opera 26+
}

#vpsb_main {
  width: 100%;
  max-width: 1200px;
  height: 100px;
  font-size: 12px;
  display: inline-flex;
  vertical-align: top;
  text-align: left;
}

#vpsb_main p {
  margin: 0;
}

#vpsb_main a,
#vpsb a:hover {
  color: #fff !important;
}

.vpsb_game_type {
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 100px;
  display: inline-flex;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 130px;
  vertical-align: top;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  padding-top:  5px;
}

.vpsb_accordion_wrap {
  width: 50px;
  overflow:hidden;
  position: relative;

}

.vpsb_cat_wrap {
  display: inline-flex;
  width: 100%;
}

.vspb_nav,
.vpsb_cat {
  flex-shrink: 0;
}


/** Individual games **/

.vpsb_game {
  display: inline-block;
  border-radius: 5px;
  position: relative;
  height: 95px;
  width: 200px;
  margin: 0 10px 0 0;
  background-color: #333;
  border: 1px solid black;
}

.vpsb_game.vpsb_end { order: 0; }
.vpsb_game.vpsb_start { order: 1; }
.vpsb_game.vpsb_wait { order: 2; }

.vpsb_game.vpsb_end {
  color: #ababab;
}

.vpsb_cat {
  cursor: pointer;
  height: 100px;
  width: 50px;
  padding: 0 10px;
  background-color: #000;
  border: 1px solid #000;
}

.vpsb_cat img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}


.vpsb_nav {
  cursor: pointer;
  color: rgba(255,255,255,0.2);
  height: 100px;
  font-size: 1.5rem;
  background-color: #000;
  transition: background-color 0.5s, color 0.5s;
  padding: 0 5px;
  border: 1px solid black;
}

.vpsb_nav:hover {
  color: rgba(0,176,205,1);
  background-color: #000;
  transition: background-color 0.5s, color 0.5s;
}

.vpsb_nav i {
  line-height:100px;
}

.vpsb_game_schedule {
  padding: 5px 10px;
  text-align: center;
  border-bottom: 1px solid black;
  text-align: center;
}

.vpsb_game_schedule p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 14px;
}


.vpsb_game_status {
  text-align: center;
  padding-bottom:5px;
  text-transform: uppercase;
}

.vpsb_start .vpsb_game_status {
  color: #c12e32;
  font-weight: bold;
}

.vpsb_game_score {
  padding: 5px 7px 0 7px;
  position: relative;
}

.vpsb_team_row {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}


.vpsb_team_name {
  width: 125px;
  padding-left: 5px;
}

.vpsb_team_score {
  flex-grow: 1;
  text-align: right;
  padding-right:5px;
}

.vpsb_revealed .vpsb_click_to_reveal {
  transition: opacity 0.5s;
  opacity: 0;
  cursor: default;
}

.vpsb_click_to_reveal {
  width: 30%;
  transition: opacity 0.5s;
  cursor: pointer;
  background-color: #333;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  padding: 5px;
  text-decoration: underline;
}

.vpsb_click_to_reveal p {
  text-align: center;
  text-decoration: underline;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.vpsb_game.vpsb_revealed .vpsb_winner p {
  transition: font-weight 0.5s, text-decoration 0.5s;
  font-weight: bold;
  text-decoration: underline;
}

.vpsb_start.vpsb_game {
  border: 1px solid #c12e32;
}

.vpsb_twitch {
  max-width: 10px;
  margin-left: 3px;
  vertical-align: middle;
}

#vpsb_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#vpsb_loader i {
  -webkit-animation: spin 1.1s infinite ease;
  animation: spin 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 2rem;
}

@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}

.vpsb_empty {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 300px;
}

.vpsb_clickable:hover {
  border: 1px solid #00B0CD;
  transition: border 0.5s;
}

.vpsb_clickable {
  cursor: pointer;
  border: 1px solid #000;
  transition: border 0.5s;
}

@media screen and (max-width: 650px) {
  body.vpsb header {
    margin-top: 0;
  }

  body.vpsb.vpsb_condensed header {
    margin-top: 0;
  }

  body.vpsb.vpsb_condensed #mvp-top-head-wrap {
    margin-top: 0;
  }

  body.vpsb #mvp-site,
  body.vpsb #mvp-top-head-wrap {
    margin-top: 0;
  }

  #vpsb_wrap {
    display: none;
  }
}

.vpsb_team_logo {
  width: 40px;
  height: 20px;
  margin-bottom: 2px;
  text-align: center;
}

.vpsb_game_teams_icons {
  height: 100%;
  width: auto;
}

.vpsb_game_type:after {
  content: 'www';
  width: 35px;
  height: 100px;
  display: inline-block;
  opacity: 0;
  order: 4;
}