.period-title {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #CFCFCF;
    margin: 10px 0 10px 0;
}
.period-side {
    width: 50%;
    float: left;
    min-height: 1px;
}
.period-side li {
    border-bottom: 1px solid #ddd;
}
.period-side-right li {
    text-align: right;
}
.period-result {
    text-align: center;
    font: 400 normal 16px/19px "Source Sans Pro", sans-serif;
    border-top: 2px solid #DDD;
    background: #DDD;
    color: #555;
    clear: both;
    padding: 5px 0;
}
.game-player {
    display: block;
    width: 100%;
}
.game-player2 {
    float: right;
}
.game-title {
    text-align: center;
    margin: 20px 0;
    clear: both;
    float: left;
    width: 100%;
}
.ghost-scorrer {
    margin: 0;    
    color: #000;
}
#per-set-res {
    margin: 10px 0 0 0;
}
#per-set-res .period-title {
    margin: 5px 0 0 0;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}
#per-set-res .period-result {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
#refreshing {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #525252;
    padding: 5px 10px;
    color: #f1f1f1;
    display: none;
}
.events-head {
    background: #ddd;
    padding: 5px;
}
.ghost-scorrer, .game-player {
    width: 50%;
    float: left;
}
.event-row:hover {
    background: #f8f8f8;
}
.team-stats-table {
    width: 100%;
}
.team-stats-table th {
    background: #ddd;
    color: #333;
}
.team-stats-body td, .team-stats-table th {
    text-align: center;
}

.team-stats-body tr {
    background-color: rgb(21,49,110);
}

#table_2, #table_3 {
    display: none;
}
.table_link {
    outline: none;
}
.table_link span {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transition: all .2s;
}
.table_link_active span {
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.event-row p {
    margin: 0;
}
.game-middle #final-result {
    font: 300 normal 50px/30px "Source Sans Pro", sans-serif;
}
table.dataTable thead th, table.dataTable thead td {
     border: none !important;
}
table.dataTable.no-footer {
    border: none !important;
}


.row {
    width: 100%;
    clear: both;
    float: left;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 0;
}
.sorting_1 {
    background: #221D4C;
}
.col-name {
    text-align: left !important;
    padding-left: 5px !important;
}
.sorting {
    padding: 5px 0 !important;
    text-align: center !important;
}
#legend {
    padding: 10px 0;
}

