.home #livlcontainer, .home #livlcontainert, .home #smore {
	padding-left: 1em;
	padding-right: 1em;
}
div.liv-sidebar-block-title {
    padding-bottom: 14px;
    border-bottom: 1px solid #2865a8;
	margin-bottom: 25px;
}
#tourn {
    color: rgb(88, 89, 91);
    display: block;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "segoe ui", Roboto, Oxygen, Ubuntu, Cantarell, "helvetica neue", sans-serif;
    font-size: 14.4px;
	font-weight: bold;
}
#ltype {
    margin-top: 8px;
	margin-bottom: 17px;
}
.livtable {
	margin-bottom: 35px;
	border-collapse: collapse;
	width: 100%;
}
.livtable th {
    background-color: #000;
    color: #fff;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "segoe ui", Roboto, Oxygen, Ubuntu, Cantarell, "helvetica neue", sans-serif;
    font-size: 12.8px;
    white-space: nowrap;
}
.livtable tr:nth-child(odd) {
    background: #fff;
}
.livtable tr:nth-child(even) {
    background: #dcdcdc;
}
.livtable tr {
    color: rgb(88, 89, 91);
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "segoe ui", Roboto, Oxygen, Ubuntu, Cantarell, "helvetica neue", sans-serif;
    font-size: 12.8px;
}
.livtable .pos {
	width: 11%;
	text-align: center;
}
.livtable .player {
	width: 54.3%;
	font-weight: bold;
}
.livtable .tot {
	width: 10%;
	text-align: center;
}
.livtable .thru {
	width: 12.7%;
	text-align: center;
}
.livtable .rnd {
	width: 12%;
	text-align: center;
}
#showMoreBtn {
    background: #fff;
    border: 1px solid #000;
    color: #000;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "segoe ui", Roboto, Oxygen, Ubuntu, Cantarell, "helvetica neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 30px;
	width: 145px;
	cursor: pointer;
	text-decoration: none;
}
#showMoreBtn:hover {
    background: #000;
    color: #fff;
}
#showIndBtn{
    background: #fff;
    border: 1px solid #000;
    color: #000;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "segoe ui", Roboto, Oxygen, Ubuntu, Cantarell, "helvetica neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 20px;
	width: 145px;
	cursor: pointer;
	text-decoration: none;
}
#showTeamsBtn {
    background: #fff;
    border: 1px solid #000;
    color: #000;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "segoe ui", Roboto, Oxygen, Ubuntu, Cantarell, "helvetica neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 20px;
	width: 145px;
	cursor: pointer;
	text-decoration: none;
}
#showIndBtn:hover, #showTeamsBtn:hover {
    background: #000;
    color: #fff;
}
.btnActive {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "segoe ui", Roboto, Oxygen, Ubuntu, Cantarell, "helvetica neue", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    padding: 6px 20px !important;
	width: 145px !important;
	cursor: pointer !important;
	text-decoration: none !important;
}
.btnActive:hover {
    background: #000 !important;
    color: #fff !important;
}
@media (max-width: 1199px)
{
	.livtable {
		margin-bottom: 25px;
	}
}