#content h2 {
    font-size: 1.2em;
    margin: 15px 0px ;
    }

#stats-tables {
    font-size: 1.2em;
    text-align: center;
    margin: 10px auto;
    }

#dropdown-menu {
    float: right;
    margin: 0px;
    width: 160px;
    height: 30px;
    padding: 0px;
    }

select {
    width: 150px;
    text-align: center;
    margin: 0;
    }

.dropdown1 {
    background: #fff;
    padding: 3px 0px;
    font-size: .7em;
    }

.dropdown2 {
    background: #fafafa;
    padding: 3px 0px;
    font-size: .7em;
    }

/* Linking styles begin */

a.teamlink {
    text-decoration: underline;
    color: #000;
    }

a.teamlink:hover {
    text-decoration: none;
    color: #666;
    text-align: center;
    }

a.headersort {
    color: #fff;
    font-weight: bold;
    display: block;
    text-decoration: none;
    background: #455B69;
    text-align: center;
    }

a.headersort:hover {
    color: #e8e8e8;
    font-weight: bold;
    display: block;
    text-decoration: none;
    background: #455B69;
    text-align: center;
    }

a.headersort:visited {
    color: #fff;
    font-weight: bold;
    display: block;
    text-decoration: none;
    background: #455B69;
    text-align: center;
    }

a.headersort:active {
    color: #fff;
    font-weight: bold;
    display: block;
    text-decoration: none;
    background: #455B69;
    text-align: center;
    }




a.subheadersort {
    color: #fff;
    display: block;
    text-decoration: none;
    background: #455B69;
    text-align: center;
    }

a.subheadersort:hover {
    color: #FFB4B4;
    display: block;
    text-decoration: none;
    background: #455B69;
    text-align: center;
    }

a.subheadersort:visited {
    color: #fff;
    display: block;
    text-decoration: none;
    background: #455B69;
    text-align: center;
    }

a.subheadersort:active {
    color: #fff;
    display: block;
    text-decoration: none;
    background: #455B69;
    text-align: center;
    }




/* Main table styles begin */

#stats-tables {
    margin: 0;
    }


#player-stats-table {
    margin: 0px;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: .6em;
    border: 1px solid #d8d8d8;
    font-weight: normal;
    }

.rowspanner {
    background: #fff;
    height: 1px;
    }

.team-name-header {
    background: #455B69;
    width: 180px;
    padding: 3px 0px 3px 5px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    }

.doubles-header {
    background: #455B69;
    width: 40px;
    padding: 3px 0px 5px 0px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    }

.team-name1 {
    background: #e8e8e8;
    width: 180px;
    padding: 3px 0px 3px 5px;
    color: #000;
    }

.doubles-won1 {
    background: #e8e8e8;
    width: 40px;
    padding: 3px 0px 5px 0px;
    color: #000;
    text-align: center;
    }

.team-name2 {
    background: #fafafa;
    width: 180px;
    padding: 3px 0px 3px 5px;
    color: #000;
    }

.doubles-won2 {
    background: #fafafa;
    width: 40px;
    padding: 3px 0px 5px 0px;
    color: #000;
    text-align: center;
    }