.per-set-res,period-title {
width: 100px;
   
    text-align: left;
    background: #F1F1F1;
    border: 1px solid #E7E7E7;
    margin: 0 10px 10px 0;
    padding: 5px;
display:inline-block;
    position: relative;


    
}
.rezultati {
    position:center;
    width:100%;
    text-align: center;
    

}
.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-player2 {
    width: 45%;
    float: right;
}
.game-title {
    text-align: center;
    margin: 20px 0;
    clear: both;
    float: left;
    width: 100%;
}
.ghost-scorrer, ghost-player {
    width: 45%;
    margin: 0;    
    color: #000;
}


.per-set-res,period-title {
    margin: 5px 0 0 0;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}
.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;
   color:black;
}
.ghost-scorrer, .game-player {
    vertical-align: bottom;
    width: 45%;
    float: left;
    color:white;
}
.ghost-player {
    float: left;
}

.event-row:nth-child(odd) {
    background: #F1F1F1;
}
.event-row:nth-child(even) {
    background: #F3F9FF  ;
}

.event-row:hover {
   background: #CCE6FF;
}

.team-stats-table {
    width: 100%;
}
.team-stats-table th {
    background: #ddd;
    color: #333;
}
.team-stats-body td {
    text-align: center;
}
.team-stats-table tr:nth-child(odd) {
    background: #F1F1F1;
}
.team-stats-table tr:nth-child(even) {
    background: #FBFBFB  ;
}


#table_1, #table_2, #table_3 {
    display: none;
}
.table_link {
	 -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    box-flex: 1;
    text-align: center;
    list-style-type: none;
    display: list-item;
    padding: 5px 10px;
    border: 1px solid white;
    margin: 10px 5px;
    color: white;
    font-weight: bold;
    background: rgba(21,49,110,0.9);
}
.table_link:hover {
	color: yellow;
      text-decoration: none;
}
.table_link:focus {	
    outline: none;
}
.table_link_active {
   background: rgba(197, 39, 32,0.9);
    border-color: white;
    text-decoration: none;
}
.event-row p {
    margin: 0;
}

.event-row {
    padding: 3px 5px;
    text-align: left;
   
}

.game-middle #final-result {
    font: 300 normal 50px/30px "Source Sans Pro", sans-serif;
}
.table-switch {
    width: 25%;
    float: left;
}
#game-info .block-third {
    padding: 0 0 30px 0;
    margin: -20px 0 0 0;
    font: 300 22px "Source Sans Pro";
}
.game:hover {    
    background: none;
}
#legend {
    padding: 0 0 20px 0;
}
table.dataTable thead th, table.dataTable thead td {
    background-color: #ddd !important;
    border: none !important;
}
table.dataTable.no-footer {
    border: none !important;
}
table.dataTable tbody tr:odd {
    background-color: #F1F1F1 !Important;
}
table.dataTable tbody tr:even {
    background-color: #FBFBFB !Important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 0;
}
.sorting_1 {
    background: #ECECEC;
}
.col-name {
    text-align: left !important;
    padding-left: 5px !important;
}
.sorting {
    padding: 5px 0 !important;
    text-align: center !important;
}
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-top: 5px solid #f00;
}
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-bottom: 5px solid black;
}