.sorting_1 {
    background: #6d6d6d;
}
.col-name {
    text-align: left !important;
    padding-left: 5px !important;
}
.sorting {
    padding: 5px 0 !important;
    text-align: center !important;
}

#legend {
    padding: 10px 0;
}.match-dtl {
    width: 80px;
}
.match-status-full {
    width: 80px;
}
.match-result, .match-status {
    width: 100px;
}

#legend {
    padding: 10px 0;
}
.table-switch {
    width: 50%;
    float: left;
}


#table_1, #table_2, #table_3 {
    display: none;
}


.table_link {
	display: block;
	margin: 0;
	width: 100%;
	text-decoration: none;
	font-size: 17px;
	padding: 4px 0;
	font-weight: 400;	
	border: 1px solid #e00034;
}
.table_link:hover {
	text-decoration: none;
}
.table_link:focus {	
    outline: none;
}
.table_link_active, .table_link:hover {
    background:#e00034;
	color: #ffffff;
}
#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;
}