.center_display
{
  width: 95%;
  margin: 0 auto;
}

#game_box
{
  width: 400px;
  height: 200px;
  margin-right:10px;
  background-color: #000000;
  float: left;
  -moz-box-shadow: 0px 0px 8px 4px #003311;
  -webkit-box-shadow: 0px 0px 8px 4px #003311;
  box-shadow: 0px 0px 8px 4px #003311;
  text-shadow: 2px 2px #002211;
  text-decoration: none;
}

.game_arrow
{
  float: left;
  text-align: center;
  width:15px;
}

.game_link
{
  margin-top:7px;
  margin-bottom:7px;
}

#game_box_overlay
{
  position:relative;
  left:0;
  top:120px;
  width:400px;
  height:80px;
  background-color: rgba(0, 64, 16, 0.75);
  color: #FFFFFF;
}

.podcast_prev
{
  clear:left;
  margin-bottom:10px;
}

.podcast_name
{
  clear: left;
  float: left;
}

.podcast_date
{
  float: right;
}

@media screen and (max-width: 800px)
{
  #game_box
  {
    display: none;
    float: none;
  }
}