.col-same {
    width: 10%;
}
.col-num-right {
    text-align: right !important;
}
.match-dtl {
    width: 80px;
}
.match-status-full {
    width: 80px;
}
.match-result, .match-status {
    width: 100px;
}
.table_link {
	display: block;
	margin: 0;
	width: 100%;
	text-decoration: none;
	font-size: 17px;
	padding: 4px 0;
	font-weight: 400;	
	border: 1px solid #51afeb;
}
.table_link:hover {
	text-decoration: none;
}
.table_link:focus {	
    outline: none;
}
.table_link_active, .table_link:hover {
    background: #51afeb;
	color: #ffffff;
}
