body {
    background: black;
    margin: 0;
    overflow: hidden;
}

#game {
    position: fixed;
    margin: 0 auto;
    -moz-box-shadow: 0px 0px 40px #000;
    -webkit-box-shadow: 0px 0px 40px #000;
    box-shadow: 0px 0px 40px #000;
}

iframe {
    width: 100%;
    height: 100%;
}

.custom_background {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: inline;
}

img {
    display: none;
}

.wrapper {
    color: #ffffff;
    bottom: 0px;
    width: 100%;
}

.wrapper_inner {
    float: right;
    padding-right: 14%;
}

#game_history {
    margin-left: 10px;
}

#game_history img {
    position: relative;
    top: -4px;
}

.strip_item {
    float: left;
    color: #ffffff;
    font-size: 11px;
}

.strip_item2 {
    padding-left: 10px;
    float: left;
    color: #ffffff;
    font-size: 11px;
}

.session_info_label {
    float: left;
    clear: both;
    width: 140px;
    text-align: right;
    padding-right: 6px;
}

.session_info_data {
    float: left;
}

#headTop {
    height: 36px;
    font-size: 14px;
    background-color: transparent;
}

.casino_address {
    margin-left: 30px;
    text-align: center;
}

#play_bonus_info {
    float: left;
    color: white;
    padding-left: 10px;
    padding-top: 3px;
    font-weight: bold;
}

.strip_item img {
    display: initial;
}