body{ margin: 0; }
#mainWrapper {
	position: relative;
	width: 100%;
	background-color: #0e0e0e;
}
#body-container {

}
#casino-container {
 	width: 100%;
 	min-width: 1280px;
 	min-height: 800px;
 	background-color: #ffd200;
 	margin-top: 65px;
}
#livecasino-container {
	color: #ffffff;
	width: 100%;
}
#casino-main {
	font-family: "Arial";
	margin-top: 1px;
}
/******************************** START LIVE CASINO NAVIGATION SECTION ******************/
#livecasino-nav {
	width: 100%;
	height: 35px;
	background-image: url('/images/livecasino/livecasino-nav-bg.jpg');
	background-color: #212121;
	border-bottom: 1px solid #000;
}

.livecasino-nav-item {
	font-size: 14px;
	color: #ffffff;
	height: 35px;
	background-image: url('/images/livecasino/livecasino-nav-bg.jpg');
	background-color: #212121;
    display: inline-block;
    float: left;
    border-right: 1px solid #525252;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 35px;
}
/******************************** END LIVE CASINO NAVIGATION SECTION ********************/
/******************************** START LIVECASINO PROMOTIONS SECTION *****************/
#livecasino-promo-container {
	display: grid;
	
	grid-column-gap: 12px;
	/*grid-auto-rows: 85px; */
	height: 150px;    
    /*background-color: #000000;*/
}
#livecasino-promo-container > img {
/*	max-width:100%;
	max-height:100%; */
	width: 1280px;
    height: 150px;
	margin: 0 auto;
}
/******************************** END LIVECASINO PROMOTIONS SECTION ********************/
/******************************** START LIVECASINO MAIN SECTION ************************/
#livecasino-content {
	display: grid;
	grid-template-columns: 183px 651px 1fr;
	grid-gap: 20px;
	padding-top: 28px;
}
.livecasino-header {
	font-weight: bold;
	font-size: 25px;
	text-align: left;
}
/******************************** END LIVECASINO MAIN SECTION ***************************/
/******************************** START LIVECASINO DEALER SECTION ***********************/
#livecasino-dealer-container {
    display: grid;
    grid-auto-rows: 381px;
    grid-row-gap: 20px;
}
.livecasino-dealer-item-container {
	grid-column: 1;
	position: relative;
}
.livecasino-dealer-item-name-wrapper {
	position: absolute;
	font-size: 25px;
	font-weight: bold;
}
.livecasino-dealer-item-name {
	font-size: 24px;
	text-align: left;
    margin-top: 210px;
    margin-left: 25px;
    cursor: default;
}
.livecasino-dealer-item-name:first-line {
	font-size: 36px;
}
.livecasino-dealer-button {
	width: 142px;
	height: 38px;
	color: #ff0000;
	background-color: #121212;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid #383838;
	line-height: 37px;
	cursor: pointer;
	margin: 85px auto;
}
/******************************** END LIVECASINO DEALER SECTION *************************/
/******************************** START LIVECASINO TABLE SECTION ************************/
#livecasino-table-container {
    display: grid;
    grid-auto-rows: 381px;
    grid-row-gap: 20px;
}
.livecasino-table-item-container { 
	position: relative;
}
.livecasino-table-item-title-wrapper {
	position: absolute;
	width: 100%;
	height: 40px;
	background: #000000;
	opacity: 0.85;
	filter: alpha(opacity=85); /* For IE8 and earlier */
	font-weight: bold;
	font-size: 16px;
}
.livecasino-table-item-title {
    text-align: left;
    line-height: 40px;
    margin-left: 17px;
    cursor: default;
}
/******************************** END LIVECASINO TABLE SECTION ****************************/
/******************************** START LIVECASINO LIVE FEED SECTION **********************/
#livecasino-feed-container {
    display: grid;
	height: 590px;
	grid-auto-rows: 73px;
	background-color: #000000;
	border: 1px solid #383838;
	padding-top: 15px;
}
.livecasino-feed-item-wrapper {
	display: grid;
	grid-template-columns: 62px 1fr;
}
.livecasino-feed-item-content {
	font-size: 16px;
	border-bottom: 1px solid #383838;
	align-items: center;
	text-align: left;
    line-height: 26px;
    margin-top: 10px;
}
.livecasino-feed-item-wrapper:last-child .livecasino-feed-item-content {
	border-bottom: none;
}
.feed-icon-spades { background: url('/images/livecasino/livefeed/spades.png'); background-repeat: no-repeat; background-position: center; margin-bottom: 13px; }
.feed-icon-clubs { background: url('/images/livecasino/livefeed/clubs.png'); background-repeat: no-repeat; background-position: center; margin-bottom: 13px; }
.feed-icon-100chips { background: url('/images/livecasino/livefeed/100chips.png'); background-repeat: no-repeat; background-position: center; margin-bottom: 13px; }
/******************************** END LIVECASINO LIVE FEED SECTION *************************/
/******************************** START LIVECASINO RIGHT COL PROMO SECTION *****************/
#livecasino-right-col-container {
	display: grid;
	grid-column: 3;
	grid-auto-rows: minmax(auto,340px);
    grid-gap: 20px;
}
.livecasino-right-promo-wrapper {
	position: relative;
	height: 340px;
	border: 4px solid #ffd200;
}
.livecasino-right-promo-title {
    position: absolute;
    width: 206px;
    font-size: 36px;
    font-weight: bold;
    top: 38px;
    left: 32px;
    text-align: left;
    line-height: 38px;
    cursor: default;
}
/******************************** END LIVECASINO RIGHT COL PROMO SECTION ******************/
/******************************** START BUTTONS *******************************************/
.livecasino-button-info {
    position: absolute;
    bottom: 33px;
    left: 34px;
	width: 135px;
	height: 35px;
	background-color: #f6cb00;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
}
.livecasino-button-modal {
	display: block;
	width: 150px;
	vertical-align: middle;
	margin: 20px auto;
	background-color: #ffd200;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	padding: 0px 20px 0px 20px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
}
.livecasino-button-normal {
	color: #000;
	background-color: #ffd200;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	padding: 0px 20px 0px 20px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
}
/******************************** END BUTTONS *******************************************/