@charset "utf-8";
/*--------------- basic styles start ---------*/
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
ul.nolist, ol.nolist, ul.nolist li, ol.nolist li {
	list-style-type: none;
}
.clr, .d-block, .d-block:after, .d-block:before, .clr:after, .clr:before {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
}
.d-block:after, .d-block:before, .clr:after, .clr:before {
	content: '';
}
.clr {
	height: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: 20px;
}
p:empty {
	width: 0;
	height: 0;
	display: none;
}
select {
    outline: 0 none;
    background: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
   -moz-appearance: none;
   -webkit-appearance: none;
   cursor: pointer;
}
button {
    background: none;
    border: none;
    outline: none;
}
a {
    color: #000;
    text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a:hover {
    text-decoration: none;
}
a:focus, a:active {
    outline: none;
}
a, a img {
	border: none;
}
img {
	max-width: 100%;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.taj {
	text-align: justify;
}
.f-left, .alignleft {
	float: left;
}
.f-right, .alignright {
	float: right;
}
.d-center, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.d-inline {
	display: inline-block;
	vertical-align: top;
}
.d-none, .hide {
	display: none !important;
}
.v_mid {
	vertical-align: middle !important;
}
.v_btm {
	vertical-align: bottom !important;
}
.video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video_container iframe, .video_container object, .video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.d-flex, .fd-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	width: 100%;
}
.ai-c {
	-ms-align-items: center;
	align-items: center;
}
.ai-fs {
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.ai-fe {
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.ai-b {
	-ms-align-items: baseline;
	align-items: baseline;
}
.ai-s {
	-ms-align-items: stretch;
	align-items: stretch;
}
.jc-c {
	justify-content: center;
}
.jc-fs {
	justify-content: flex-start;
}
.jc-fe {
	justify-content: flex-end;
}
.jc-sb {
	justify-content: space-between;
}
.jc-sa {
	justify-content: space-around;
}
.fxd-r {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.fxd-rr {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.fxd-c {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fxd-cr {
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.fxw-w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fxw-wr {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
.fxw-n {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.block1, .block2, .block3, .block4, .block5 {
	position: relative;
	width: 100%;
	padding: 3px;
}
.block1 {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.block2 {
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	-o-flex: 2;
	flex: 2;
}
.block3 {
	-webkit-flex: 3;
	-moz-flex: 3;
	-ms-flex: 3;
	-o-flex: 3;
	flex: 3;
}
.block4 {
	-webkit-flex: 4;
	-moz-flex: 4;
	-ms-flex: 4;
	-o-flex: 4;
	flex: 4;
}
.block5 {
	-webkit-flex: 5;
	-moz-flex: 5;
	-ms-flex: 5;
	-o-flex: 5;
	flex: 5;
}
.ord1 {
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
}
.ord2 {
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.ord3 {
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	-o-order: 3;
	order: 3;
}
.ord-1 {
	-webkit-order: -1;
	-moz-order: -1;
	-ms-order: -1;
	-o-order: -1;
	order: -1;
}
.ord-2 {
	-webkit-order: -2;
	-moz-order: -2;
	-ms-order: -2;
	-o-order: -2;
	order: -2;
}
.ord-3 {
	-webkit-order: -3;
	-moz-order: -3;
	-ms-order: -3;
	-o-order: -3;
	order: -3;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Open Sans, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 14px;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: currentColor;
	font-family: Open Sans, sans-serif;
}
:-moz-placeholder {
	color: currentColor;
	font-family: Open Sans, sans-serif;
}
::-moz-placeholder {
	color: currentColor;
	font-family: Open Sans, sans-serif;
	opacity: 1;
}
:-ms-input-placeholder {
	color: currentColor;
	font-family: Open Sans, sans-serif;
}
/*--------------- basic styles end ---------*/
body {
	background: #ddd;
	font-family: Open Sans, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #323232;
	overflow-x: hidden;
}
.w100p, .site, .site-inner, .site-header, .site-header-main, .site-content, .site-footer, .site-info {
	width:100%;
}
.entry-title, .page-title, .entry-title a  {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
	color: #1a1a1a;
}
.entry-title a:hover, .entry-title a:focus {
	color: #007acc;
}
#site-header {
    background: transparent;
}
/*#headerTop {
	border-top: 2px solid #b1a261;
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	background-color: #d7d7d7;
	z-index: 1;
	font-family: Arial, sans-serif;
}*/
.site-logo img {
    max-height: 75px;
}
.topmenu-block .menu a {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	padding: 25px 15px;
	display: block;
	border-top: 5px solid #000;
	text-transform: uppercase;
}
.topmenu-block .menu li.current-menu-item a{
	background-color: #fff;
	color: #c50504;
	border-top: 5px solid #c50504;
}
.topmenu-block{
	width: 60%;
}

#header-logo-area {
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	padding: 0;
	background-color: #ffffff;
}
#form-login a {
	padding: 10px 5px;
	text-align: center;
	text-transform: uppercase;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	display: block;
	background-color: #ccc;
	width: 100px;
	margin-left: 5px;
	border-radius: 5px;
}
#form-login .joinnow a {
	background-color: #c50504;
	color: #fff;
}
#main-menu {
	padding: 8px 0;
	display: block;
	clear: both;
	position: relative;
	width: 100%;
	background: #424242;
}
.home #main-menu, 
.page-template-slots #main-menu,
.page-template-live-casino #main-menu {
	background: rgba(255,255,255,0.1);
}
.lounge-logo img {
	max-height: 29px;
	width: 140px;
}
#main-menu .site-nav a {
	padding: 0 10px;
	display: block;
	border-right: 1px dotted #000;
	font-family: Open Sans, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
}
#main-menu li.current-menu-item a {
	font-weight: bold;
}
#homeSlider{
	margin-top: -3%;
}
#homeSlider #metaslider_5 {
	margin-bottom: 0;
}
#homeSlider .metaslider .caption-wrap {
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	opacity: 1;
}
#homeSlider .metaslider .caption {
	width: 520px;
	padding: 20px;
	position: relative;
}
#homeSlider .metaslider .caption img {
	width: 100%;
}
#homeSlider .btn_action_sign-up {
	background-color: #00a259;
	font-family: 'Gotham', sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 20px;
	display: block;
	clear: both;
	text-align: center;
	margin: 5px auto;
	display: block;
	max-width: 240px;
}
#homeSlider .btn_action_sign-up:hover {
	background-color: #1b6796;
}
#homeSlider .slider-link {
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	text-decoration: underline;
	padding: 0;
	display: block;
	clear: both;
	line-height: normal;
}

#site-footer {
	background-color: #fff;
	padding: 20px 0;
}
.footer-menu-section {
	padding: 15px 0;
	text-align: center;
}
#menu-footer-menu li {
	position: relative;
}
#menu-footer-menu li + li:before {
	content: '|';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	color: #fff;
}
#menu-footer-menu a {
	padding: 0 10px;
	display: block;
	clear: both;
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
}
#menu-footer-menu a:hover {
	color: #aea269;
}
#tabSection {
	position: relative;
	/*margin-bottom: 20px;*/
    border-bottom: 11px solid #c50504;
    padding-bottom: 30px;
}
#tabsLists {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #c50504;
	margin-bottom: 10px;
}
#tabsLists .tabItem {
	width: -webkit-calc(100% / 8);
	width: -moz-calc(100% / 8);
	width: -ms-calc(100% / 8);
	width: -o-calc(100% / 8);
	width: calc(100% / 8);
	background-color: #c50504;
	/*padding: 10px;*/
	text-align: center;
	cursor: pointer;
	min-height: 40px;
}
#tabsLists .tabItem span {
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 3;
	color: #fff;
	text-transform: uppercase;
}
#tabsLists .tabItem:hover,
#tabsLists .tabItem.tabActive{
	background-color: #ddd;
}

#tabsLists .tabItem:hover span, #tabsLists .tabItem.tabActive span {
	color: #000;
}
/*#tabData {
	background-color: #fff;
}*/
.tabDataItem {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: top;
	align-items: top;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.tabDataItem:not(.tabDataActive) {
	display: none;
}
/*.tabDataItem > div:nth-child(2).gameItem img:nth-child(1),
.tabDataItem > div:nth-child(3).gameItem img:nth-child(1),
.tabDataItem > div:nth-child(4).gameItem img:nth-child(1),
.tabDataItem > div:nth-child(5).gameItem img:nth-child(1),
.tabDataItem > div:nth-child(6).gameItem img:nth-child(1),
.tabDataItem > div:nth-child(7).gameItem img:nth-child(1){
	border:2px solid red;
}*/

.tabDataItem .gameItem {
	width: -webkit-calc((100% /6) - 10px);
	width: -moz-calc((100% / 6) - 10px);
	width: -ms-calc((100% / 6) - 10px);
	width: -o-calc((100% / 6) - 10px);
	width: calc((100% / 6) - 10px);
	position: relative;
	/*height: 170px;*/
	margin: 0 10px 10px 0;	
	float: left;
}
img.add-img{
    width: 34%;
    margin: 0 10px 10px 0;
    float: left;
}
.tabDataItem .gameItem img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 149px;
	/*border: 3px solid #c8a74b;
    border-radius: 3px;*/
}
.tabDataItem .gameItem .hoverData {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.tabDataItem .gameItem:hover .hoverData {
	opacity: 1;
}
.tabDataItem .gameItem .hoverData .innerblock {
	background-color: rgba(0, 0, 0, 0.3);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;	
}
.tabDataItem .gameItem .hoverData img{
	margin: 2px 0;
	width: 65px;
	height: 65px;
	/*background-color: #00a259;*/
	padding: 5px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	display: block;
}
.tabDataItem .gameItem .hoverData a.demoLink {
	background-color: #2279ae;
}
.tabDataItem .gameItem:nth-child(odd) .hoverData a.demoLink{
	display: none;
}
.tabItem img {
	max-width: 80px;
	max-height: 40px;
	display: block;
	clear: both;
	margin: 0 auto;
}
.tabItem:not(.tabActive) .hoverimg, .tabItem.tabActive .baseimg, .tabItem:hover .baseimg {
	display: none;
}
.tabItem:hover .hoverimg {
	display: block;
}
/*body:not(.home) #site-content .entry-content {
	background-color: #fff;
	padding: 0 10px 10px 10px;
}*/
.showMoreLessGames {
    width: 300px;
    padding: 10px;
    text-align: center;
    display: block;
    clear: both;
    color: #c50504;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: normal;
    border:1px solid #000;
    margin: 0px auto;
}
.caption-wrap .slider-links h1, .caption-wrap .slider-links h2{
	font-size: 45px;
    line-height: 45px;
    text-align: center;
    color: #DEB640;
}
.caption-wrap .slider-links.livecasino h1, .caption-wrap .slider-links.livecasino h2{
	color: #133966;
}
.caption-wrap .slider-links h3{
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}
#site-footer .textwidget p{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #000;
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
}
body:not(.home) h1.widget-title, body:not(.home) h3.widget-title{
	color: #c50504;
}
/*body:not(.home) .widget {
	margin-top: 10px;
}*/
.promobtn_deposit, .promobtn_information {
    background-color: #5b9806;
    border-radius: 2px;
    width: 46%;
    display: inline-block;
    padding: 5px;
}
.promobtn_information{
	background-color: #00669c;
}
a.information, a.deposit{
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
}
.payments-logos .panel-grid-cell{
	box-shadow: 0 10px 10px -4px rgba(0,0,0,.6);
	padding: 20px 10px;
}
.payments-logos #pgc-30-9-0.panel-grid-cell, .payments-logos #pgc-30-9-2.panel-grid-cell{
	box-shadow: none;
}
.table-style td{
	font-size: 16px;
}
.list-style ul, .list-style ol{
	padding: 10px 20px;
}
.list-style ul li, .list-style ol li{
	margin: 10px;
}
#site-footer .widget {
    margin-top: 1rem;
}
.metaslider .flex-control-paging li a{
	background: rgba(255,255,255,.7);
}
.metaslider .flex-control-paging li a:hover, .metaslider .flex-control-paging li a.flex-active{
	background-color: #c50504;
}
.home-3blocks .widget {
    margin-top: 1rem;
}
.footer-1 .widget {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc((100% / 5) - 10px);
    width: -moz-calc((100% / 5) - 10px);
    width: -o-calc((100% / 5) - 10px);
    width: -ms-calc((100% / 5) - 10px);
    width: calc((100% / 5) - 10px);
    margin: 10px 5px;
}
.footer-1 .widget h2.widget-title{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	color: #c50504;
	line-height: 20px;
}
.widget-content .menu li a{
	font-size: 14px;
	color: #000;
	line-height: 24px;
	text-decoration: none;
	font-family: 'Open Sans',sans-serif;
}
.widget-content .menu li a:hover{
	text-decoration: underline;
}
.footer-1 .widget li{
	line-height: 0;
}
#site-footer .tac .textwidget p{
	text-align: center;
}
#site-footer .footer-2 a{
	color: #808388;
	text-decoration: underline
}
.winners-block {
    position: absolute;
    float: right;
    right: 0;
    width: 200px;
    height: 308px;
    overflow: hidden;
    background-color: #fff;
}
.dblock{
	display: block;
}
.dinline{
	display: inline-block;
}
.w58p{
	width: 55%;
}
.w40p{
	width: 40%;
}
.w49p{
	width: 49%;
}
.vtop{
	vertical-align: top;
}
.winners-block p {
    font-size: 10px;
    line-height: 15px;
    padding: 0;
    margin: 2px;
    color: #000;
}
.winners-block p.price{
	color: #c50504;
	font-weight: bold;
	font-size: 12px;
}
.winners-block marquee {
    padding: 10px 5px;
}
.winners-block h2 {
    background-color: #c50504;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}
.winners-block .dblock{
	border-bottom: 1px solid #000;
	margin: 5px 0;
    padding-bottom: 5px;
}
.promotion-blocks .panel-grid-cell{
	background-color: #000;
}
.prom-buttons a.read-more,
.prom-buttons a.play-now {
	text-transform:uppercase;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 2px;
	color: #fff;
}
.prom-buttons a.read-more:hover,
.prom-buttons a.play-now:hover {
	background-color: #fff;
	color: #000 !important; 
}
.prom-buttons{
	padding-top: 20px;
    padding-bottom: 30px;
}
.prom-buttons a.read-more {
	background-color: #4d4d4d;
}
.prom-buttons a.play-now {
	background-color: #c50504;
}
.promotion-blocks h3.widget-title {
	text-transform: uppercase;
	font-size: 16px;
}
/*table styles*/
.table-wrapper table.vip-table {
    border-spacing: 10px 0;
    border-collapse: inherit;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}
.vip-table .title-column h2 {
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 15px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: #fff;
}
.vip-table .table-wrapper .col {
    vertical-align: middle;
    display: table-cell;
}
.vip-table .title-tr .column-1 {
    background-color: transparent !important;
}
.vip-table .title-tr .column-1 .wrapper-text-table {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.vip-table .title-column {
    height: 106px;
    border-radius: 2px;
}
.vip-table td{
	padding: 0;
	border:0;
}
.vip-table .column-2 .title-column,
.vip-table .column-3 .title-column,
.vip-table .column-4 .title-column,
.vip-table .column-5 .title-column,
.vip-table .column-6 .title-column,
.vip-table .column-7 .title-column,
.vip-table .column-8 .title-column {
	background-size: cover;
	background-position: 100% 100%;
	width: 135px;
	height: 106px;
}
.vip-table .column-1 .title-column{
	width: 135px;
	height: 106px;
}
.vip-table .column-2 .title-column {
    background-image: url("../images/vip-bg-1.png");
	background-repeat: no-repeat;
}
.vip-table .column-3 .title-column {
    background-image: url("../images/vip-bg-2.png");
	background-repeat: no-repeat;
}
.vip-table .column-4 .title-column {
    background-image: url("../images/vip-bg-3.png");
    background-repeat: no-repeat;
}
.vip-table .column-5 .title-column {
    background-image: url("../images/vip-bg-4.png");
    background-repeat: no-repeat;
}
.vip-table .column-6 .title-column {
    background-image: url("../images/vip-bg-5.png");
    background-repeat: no-repeat;
}
.vip-table .column-7 .title-column {
    background-image: url("../images/vip-bg-6.png");
    background-repeat: no-repeat;
}
.vip-table .column-8 .title-column {
    background-image: url("../images/vip-bg-7.png");
    background-repeat: no-repeat;
}
.vip-table .vip-icon {
    display: block;
    margin: 0 auto;
    padding: 5px;
    height: 45px;
}
.vip-table .vip-stars {
    display: block;
    margin: 0 auto;
}
.vip-table .column-1, .vip-table .owl-dot:hover span, .vip-table .promotion-page {
    background-color: rgba(0,0,0,.5) !important;
}
.vip-table .fourth-textcolor{
	color: #b9b9b9;
}
.vip-table .div-content {
    padding: 5px 4px;
}
.vip-table .num-day {
    color: #999999;
    display: block;
}
.vip-table  .tr-text .col {
    background-image: url("../images/line.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 10px;
    line-height: 16px;
}
.vip-table .third-bgcolor, .tr-text .col {
    background-color: #fff;
}
/* CSS Document */