/* STAT TABLES */

.PlayerStatTables {
  background-color: #ffffff;
  box-shadow: 1px 1px 5px grey;
  padding-top: 0px;
  position: relative;
}

.titles {
  text-align: center;
  padding-top: 10px;
}


.vitals {
  padding-left: 8px;
  padding-right: 8px;

}

.player_info {
  margin: 10px 10px 10px 27px;
  text-align: center;
  font-family: 'Sintony', sans-serif;
}

#ratings {
  text-align: center;
}

#stats td {
  text-align: center;
}

#plf_stats td {
  text-align: center;
}

.theading {
  text-align: center;
}

/* PLAYER LIST */
.form-inline {
  position: relative;
  z-index: 99;
  float: right;
}

#submit {
  margin-left: 10px;
}

@media (max-width: 767px) {
  #player_form {
    padding-top: 10px;
  }
}

/* HIDE SECONDS PLAYED */
.secondplay {
  display: none;
}

.secondplay_PLF {
  display: none;
}

/* OPTIONS MENU */

@media (min-width: 768px)
{
  .listlink {
    position: absolute;
    right: 27px;
    top: 10px;
  }
}

@media (max-width: 767px)
{
  .listlink {
    position: relative;
    margin-top: 10px;
  }
}

#tabs {
  margin-bottom: 10px;
}

.nav-tabs .nav-link {
  color: black;
}

#UpdateLog_length {
  float: right;
}

/* Hybrid Attributes Toggle */
#sths-ratings-button {
  float: right;
}

@media (max-width: 387px) {
  #sths-ratings-button {
    float: left;
  }
}
