table.dataTable.no-footer {
    border: none !important;
}
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;
}
.match-dtl {
    width: 80px;
}
.match-status-full {
    width: 80px;
}
.match-result, .match-status {
    width: 100px;
}

.sorting {
    padding: 5px 0 !important;
    text-align: center !important;
}
#legend {
    padding: 10px 0;
}
.table-switch {
    width: 50%;
    float: left;
}


#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 {
	text-decoration: none;
}
.table_link:focus {	
    outline: none;
}
.table_link_active {
   background: rgba(197, 39, 32,0.9);
    border-color: white;
    text-decoration: none;
}
.table_link:hover {
    color: yellow;
    
    text-decoration: none;
}

#comp_select {
    float: right;
    width: 25%;
    background: #f1f1f1;
    padding: 10px;
}
#comp_select select {
    width: 100%;
}
#comp_select label {
    width: 100%;
    display: block;
    background: #FAFAFA;
    border: 1px solid #DDD;
    border-bottom: 0;
    padding: 5px;
    font: 400 normal 14px/18px "Exo", sans-serif;

    color: #494949;
}