/*
Theme Name: Userbola Theme
Theme URI: http://www.userbola.co;
Description: Custom WordPress Theme 
Author: Unknown Theme Developer
Version: 2.0
Tags: 
License: 
License URI: 
*/

.table-score table{
	background: #151515;
	color: #ffffff;
	font-size: 11px;
	width: 800px;
	margin: auto;
}
.table-score table>tbody>tr:nth-child(odd) {
    background-color: #111111;
}
.table-score table>tbody>tr:first-child{
	background: #289ce5;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
.table-score table>tbody>tr>td{
    border-bottom: 1px solid transparent;
    width: 30px;
    padding: 5px;
}
.table-score table>tbody>tr>td:first-child{
	width: 75px;
}
.table-score table>tbody>tr>td:nth-child(2){
	text-align: right;
	width: 175px;
}
.table-score table>tbody>tr>td:nth-child(3){
	text-align: right;
}
.table-score table>tbody>tr>td:nth-child(4){
	text-align: center;
}
.table-score table>tbody>tr>td:nth-child(5){
	text-align: left;
}
.table-score table>tbody>tr>td:nth-child(6){
    text-align: left;
    width: 245px;
}

.table-score .fdw-icon{
    display: block;
    margin: 0 auto 5px;
}
.table-score ul{
	padding-left: 0;
	list-style: none;
	width: 800px;
	margin: auto;
	background: #f4ec1a;
	margin-bottom: -15px;
	margin-top: 15px;
	/* color: #000; */
}
.table-score li{
    float: left;
    width: 25%;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    border-left: 1px solid #2a343c;
    border-top: 1px solid #2a343c;
    color: #151515;
}
.svg-icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}
.ts-icon{
    display: block;
    margin: 0 auto 5px;
    font-size: 34px;
    color: #151515;
    line-height: 34px;
}