.scoretable_head {
    background: #8dc73f;
    color: #FFF;
    font-size: 22px;
    width: 305px;
    padding: 4px 0px 2px 0px;
    margin: 19px 0px 0px 2px;
}

.scoretable {
    background: #FFF;
    width: 100%;
    padding: 0px 0px 2px 0px;
    /* box-shadow: 0px 6px 15px #888; */
    margin: 3px 0px 0px 0px;
    /* font-family: 'Arial'; */
}

.scoretable_menu {
    margin: 2px 0px 0px 2px;
    width: 16.366666%;
    height: 40px;
    color: #FFF;
    float: left;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.scoretable_menu.thai-league .scoretable_menu_text {
    width: 56px;
    overflow: hidden;
    position: relative;
    height: 40px;
}


/* .trLeage7 {
    display: none !important;
} */

.scoretabletop_menu {
    margin: 2px 0px 0px 2px;
    width: 102px;
    height: 40px;
    color: #FFF;
    float: left;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.scoretabletop_menu.thai-league .scoretable_menu_text {
    width: 60px;
    overflow: hidden;
    position: relative;
    height: 40px;
}

.scoretable_showHead,
.scoretabletop_showHead {
    background: #363636;
    /* margin: 2px; */
    padding: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 14px;
}

.scoretable_menu_img {
    float: left;
    margin: 2px 0px 0px 2px;
}

.scoretable_menu_img img {
    /*min-height: 38px;*/
    height: 30px;
    padding: 3px 0 3px 1px;
}

.scoretable_menu_text {
    float: left;
    line-height: 3.8;
    margin: 0px 0px 0px 5px;
}

.scoretable_show {
	display: inline-block;
	width: 100%;
	/* margin: 2px; */
}
.score_tb {
    border-color: #FFF;
    width: 100%;
}

.score_tb td {
    border-color: #FFF;
    padding: 5px 0;
}

.score_tb thead {
    font-size: 15px;
    font-weight: bold;
    border-color: #FFF;
}

.score_tb tr {
    font-size: 12px;
    font-weight: bold;
    border-color: #FFF;
}

.score_tbtop {
    border-color: #FFF;
}

.score_tbtop td {
    border-color: #FFF;
}

.score_tbtop thead {
    font-size: 15px;
    font-weight: bold;
    border-color: #FFF;
}

.score_tbtop tr {
    font-size: 13px;
    font-weight: bold;
    border-color: #FFF;
}

.scoretable_menu_sub.active,
.scoretabletop_menu_sub.active,
.scoretable_menu.active,
.scoretabletop_menu.active {
    position: relative;
    margin-bottom: 10px;
}
.scoretable_menu_sub.active::after,
.scoretabletop_menu_sub.active::after,
.scoretable_menu.active::after,
.scoretabletop_menu.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    margin-bottom: -8px;
    background: #ff0000;
    background: linear-gradient(to right, red, darkred, red);
    /* border-radius: 7px 7px 0 0; */
    background: #8dc63f;
}
.score_tb tbody tr {
    background-color: #666666;
    color: #ffffff;
}
.score_tb tbody tr:nth-child(even) {
    background-color: #363636;
}