/*program ball*/
#livescore-table img {
    vertical-align: middle;
}

#livescore-table td, table th{
	border:none;
}
th.text-center {
    /*background: #000;*/
    color: yellow;
}
.text-right {
    text-align: right;
    width: 47%;
    /*background: linear-gradient(to bottom, #464646 0%, #262626 5%, #262626 5%, #262626 5%, #050505 100%) !important;*/
}
.text-left {
    text-align: left;
    width: 47%;
}
td.text-left {
    /*background: linear-gradient(to bottom, #464646 0%, #262626 5%, #262626 5%, #262626 5%, #050505 100%) !important;*/
}
#livescore-table td,
th {
    padding: 2px !important;
}
#livescore-table h2,
h3 {
    margin: 0px !important;
    /*line-height: 31px;*/
    color: #000;
    font-size: 17px;
}
.league-header th {
    background: gold;
}
.text-center {
    width: 6% !important;
    text-align: center;
}
/*end program*/
#tab-table button {
    /*border-bottom:1px solid #aaa;*/
}
#tab-table button {
    /*background:unset;*/
}

#tab-table button:hover {
    background: red;
}
.tab .active {
    background: red !important;
    color: #fff;
}
@media screen and (max-width: 603px) {
    #tab-table button {
        width: 23% !important;
        padding: 2px;
        font-size: 13px;
        font-weight: normal;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 568px) {
    .h2,
    h2 {
        font-size: 21px;
    }
}
.league-header {
    background: gold;
}

.menu-table ul {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    border-radius: 10px;
}
.menu-table li {
    display: inline-block;
}
.menu-table li a,
.more-menu {
    display: block;
    color: #eae7fa;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-family: kanit;
}
.menu-table ul {
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow-x: auto !important;
    text-align: center !important;
}
.menu-table ul::-webkit-scrollbar {
    display: none !important;
}
.menu-table ul {
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow-x: auto !important;
    text-align: center !important;
}
.menu-table ul::-webkit-scrollbar {
    display: none !important;
}
.menu-table .active {
    background: #0000004d !important;
    /*text-shadow: 0 0 5px white, 0 0 15px white;*/
    border-radius: 10px !important;
}
.active a {
    color: gold !important;
}
.menu-table li a:hover {
    background: #0000004d !important;
    text-shadow: 0 0 5px white, 0 0 15px white;
    border-radius: 10px !important;
}
.panel-heading {
    font-family: kanit;
    font-size: 25px;
    text-align: center;
    color: gold;
}

#livescore-table .team-name {
  font-size: 15px !important;
}
