.games {
    text-align: center;
    vertical-align: middle;
    width: 80%;
    height: 300px;
    background: white;
    margin: auto;
    padding: 1px;
}
.pick_button {
    text-align: center;
    vertical-align: middle;
    width: 80%;
    height: 40px;
    background: white;
    margin: auto;
    padding: 1px;
}
.picks {
    width: 80%;
    min-height: 180px;
    height: auto;
    background: white;
    margin: auto;
    padding: 1px;
}
.index{
    width: 90%;
    min-height: 180px;
    height: auto;
    background: white;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    text-align:center;
}
.logo{
  max-width: 100%;
  height: auto;
}
.response{
    text-align: center;
    vertical-align: middle;
    width: 80%;
    margin: auto;
    padding: 1px;
}
.standings{
    width: 90%;
    min-height: 180px;
    height: auto;
    background: white;
    margin: auto;
    padding: 1px;
}
.results{
    width: 90%;
    min-height: 50px;
    height: auto;
    background: white;
    margin: auto;
    padding: 1px;
}
@media screen and (max-width: 400px) {
  .standings{
    width: 100%;
  }
}
.selection {
    width: 20%;
    height: 178px;
    background: white;
    float: left;
}
@media screen and (max-width: 600px) {
  .selection{
    width: 50%;
  }
}

@media screen and (max-width: 509px) {
  #desktop_buttons{
    display: none;
  }
}
@media screen and (min-width: 509px) {
  #mobile_buttons{
    display: none;
  }
}
@media screen and (max-width: 509px) {
  .video{
	  width: 80%;
  }
}
.games-layout {
    width: 33%;
    height: 180px;
    background: white;
    float: left;
    border: .5px solid gray;
    border-radius: 5px;
}

@media screen and (max-width: 900px) {
  .games-layout{
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .games-layout{
    width: 100%;
  }
}

input[label="hide"]
{
  opacity: 0;
  width: 0;
  float: left;
}

#label50
{
  float: left;
}

img {
  max-width: 30%;
  height: auto;
  max-height:410px;
}

@media screen and (max-width: 1000px) {
  img {
  max-width: 45%;
  height: auto;
  }
}

@media screen and (max-width: 700px) {
  img {
  max-width: 45%;
  height: auto;
  }
}

.required {
    width: 33%;
    height: 180px;
    background: #F8F16B;
    float: left;
    border: .5px solid gray;
    border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .required {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .required {
    width: 100%;
  }
}
.gotw {
    background: #F8F16B;
}
.header {
    text-align: center;
}
h4{
    position: relative;
    top: 15px;
}
.choice {
   display:table;
   margin:0 auto;
   text-align:center;
}
.teamlist {
    display: block;
    margin: 0 auto;
	margin-top: 5px;
}

th, td {
	white-space: nowrap;
}

.first-col
{
  position:sticky;
  left:0px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}