body{
    font-family: sans-serif, Georgia, "Times New Roman";
    margin:40px auto;
    max-width:1000px;
    line-height:1.6;
    background:#eccdc5; /*#f3f3f3;*/
    color:#222;
}
a{
    text-decoration:underline;
    color: #0066cc;
}
.header{
    /*background:#ffffff;*/
    border-bottom:1px solid darkgray;
}
.center{
    text-align:center;
}
.nav a{
    font-family: Arial, sans-serif;
    font-size:14px;
    letter-spacing:1px;
    padding:12px;
}
.content{
    width:1000px;
    margin:auto;
}
.title{
    font-family: sans-serif;
    font-size:30px;
    margin-bottom:10px;
    margin-left:20px;
}
.subtitle{
    font-family: sans-serif;
    font-size:30px;
    font-weight: bold;
    margin-bottom:10px;
    margin-left:20px;
}

.introduction {
    margin: 20px;
}
.episode_teams{
    font-size:22px;
}
.episode_teams a img {
      vertical-align: baseline;
      /* border-bottom: 1px solid #1a1a1a;*/
      margin-bottom: -2px;
  }
/* for table headers */
.small{
    color:#777;
    font-size:13px;
}
audio {
    width: 100%
}

.play-button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.icon {
    width: 60px;
    height: 30px;
    background: url('static/play_button.png') no-repeat center center;
    background-size: contain;
}

.icon.playing {
    background: url('static/pause_button.png') no-repeat center center;
    background-size: contain;
}
.news_section { 
/*    border: solid 1px #666;  */
	width: 100%;
 	text-align: left;
	padding: 20px;
    margin-right: 5px; 

    /*background-color: Gainsboro;*/
	}

.boxscore-link {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #999;
    text-align: center;
}

.boxscore-link a {
    color: #0066cc;
    font-weight: bold;
}
