.casino-photo a {
    width: 100%;
}

.main-floor6.viking {
    margin-left: 0px;
    width: 100%;
}

.coupon-page {
    margin-bottom: 10px;
}

.coupon-page img {
    width: 100%;
}

.transaction-page {
    margin-bottom: 10px;
}

.transaction-page .transaction-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    background-color: #000000;
}

.transaction-page .transaction-table {
    width: 50%;
}

.transaction-table:nth-of-type(1), .transaction-table:nth-of-type(2) {
    border-right: 0;
}
.transaction-table {
    width: calc(1008px / 3);
    border: 1px solid #282828;
    font-size: 13px;
    color: #999999;
    font-family: 'Dotum Regular';
}

.transaction-page .transaction-table .table-heading {
    width: 100%;
    background: url(../../../shared/images/common/customer-header.jpg) top center / 100% #111111 no-repeat;
    font-size: 13px;
    color: #c1ad8b;
    padding: 7px 18px;
    font-weight: 600;
    font-family: noto sans cjk;
    letter-spacing: -0.8px;
    line-height: 49px;
}

.transaction-page .table-heading span:first-of-type {
    font-size: 20px;
    font-weight: bold;
}

.transaction-page .table-heading span.pull-right {
    color: #818083;
    float: right;
}

.transaction-page .transaction-table tr:nth-of-type(odd) {
    background-color: #111111;
}
.transaction-page .transaction-table tr {
    height: 26px;
    text-align: center;
    background-color: #1d1d1d;
}

ul.transaction-list {
    padding: 0 20px;
    height: 130px;
    overflow: hidden;
    margin: 0;
    background: url(../../../shared/images/common/bg-events.png) repeat-x;
}

ul.transaction-list .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    height: 26px;
    color: #999999;
}

ul.transaction-list .transaction-item.date {
    width: 40%;
}

ul.transaction-list .transaction-item:not(.date) {
    width: 30%;
}

.transaction-page .goldTxt {
    color: #deb97d;
    font-weight: 600 !important;
}

.transaction-page .text-white {
    color: #ffffff;
    font-weight: 600 !important;
}

.transaction-page .text-white span {
    color: #ffffff;
    font-weight: bold;
}

td.width30 {
    color: #999999;
    width: 30%;
}

td.width70 {
    width: 70%;
}

div.text-left .ng-binding {
    color: #999999;
}

.customer-page {
    font-size: 13px;
    color: #ffffff;
    width: 100%;
    letter-spacing: -0.78px;
    background-color: #000000;
}

.customer-page .customer-content {
    border: 1px solid #282828;
}

.customer-page .customer-buttons {
    float: left;
    width: calc(100% / 4);
    height: 97px;
    position: relative;
    cursor: pointer;
    padding: 20px;
    background: rgb(43, 41, 49);
    background: -moz-linear-gradient(top, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
    background: -webkit-linear-gradient(top, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
    background: linear-gradient(to bottom, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#191919', GradientType=0);
}

.customer-page .customer-buttons:nth-of-type(-n+3)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    right: 0;
    top: 50%;
    background: #282828;
    transform: translateY(-50%);
}

.customer-page .customer-buttons img {
    vertical-align: baseline;
}

.customer-page .text-con {
    display: inline-block;
    margin-left: 5px;
}

.customer-page .text-con p {
    margin: 0;
    padding: 5px;
}

.customer-page .goldTxt {
    letter-spacing: -1.44px;
    color: #c1ad8b !important;
    font-size: 24px;
}

.quick-links-page {
    margin-bottom: 20px;
}

.quick-links-page .help-container {
    width: 33.33333333%;
    height: 241px;
    padding: 23px 0 23px 37px;
    float: left;
}

.quick-links-page .help-container .quick-links-area {
    float: left;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.quick-links-page .help-container .dm-container {
    position: relative;
    display: inline;
}

.quick-links-page .help-container img {
    cursor: pointer;
}

.quick-links-page .quick-links-area .qtitle {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    color: #585858;
    font-weight: 600;
    cursor: pointer;
}
.quick-links-page .help-container p, .quick-links-page .quick-links-container p {
    font-size: 20px;
    text-transform: uppercase;
    color: #c1ad8b;
    margin-bottom: 21px;
}

.quick-links-page .help-container img {
    cursor: pointer;
}
.dm-image {
    position: relative;
}

.quick-links-page .dm-container .guest-dm {
    width: auto;
    background: #f45656;
    text-align: center;
    height: 20px;
    vertical-align: top;
    color: #fff;
    right: -2px;
    top: -2px;
    position: absolute;
    font-size: 12px;
    border-radius: 50%;
}

.quick-links-page .credits-container {
    width: 33.33333333%;
    /* height: 241px; */
    padding-top: 20px;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #444444;
}

.quick-links-page .quick-links-container {
    width: 33.33333333%;
    height: 241px;
    float: left;
    padding: 23px 41px;
    text-align: left;
    font-size: 12px;
    color: #585858;
}

.quick-links-page .help-container p, .quick-links-page .quick-links-container p {
    font-size: 20px;
    text-transform: uppercase;
    color: #c1ad8b;
    margin-bottom: 21px;
}

.quick-links-page .quick-links-container .list-inline {
    margin-bottom: 15px;
    color: #585858;
}

.quick-links-page .quick-links-container .list-inline>li {
    position: relative;
    padding: 0 5px;
    line-height: 20px;
    cursor: pointer;
    font-weight: 600;
}

.quick-links-page .quick-links-container .list-inline>li::after {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    background: #282828;
    transform: translateY(-50%);
}

.main-popup {
    display: none;
    font-family: YDgothic320;
    position: absolute;
    left: 50%;
    background-repeat: no-repeat;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    z-index: 12000;
}

.main-popup .popup-content {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 60px;
    bottom: 40px;
    left: 10px;
    right: 10px;
    padding: 20px;
    border-radius: 5px;
    overflow: auto;
}

.main-popup .popup-close {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
}

.main-popup .popup-close a {
    padding: 0 10px;
    color: #c79f5f;
    line-height: 20px;
    border: 1px solid rgba(199, 159, 95, 0.5);
    border-radius: 3px;
}

.main-popup .popup-close .btn-close {
    float: right;
}

.main-popup .popup-close .btn-close:after {
    content: "Close ✕";
}

.main-popup .popup-close .btn-close2 {
    margin-right: 2px;
    float: right;
}

.main-popup .popup-close .btn-close2:after {
    content: "Do not show today";
}