.interface-settingsWindow_landscape_desktop {
    background: url("../../multimedia/images/1280x720/paytable/background.png") no-repeat;
    width: 1140px;
    height: 5.25rem;
    padding: 0 70px;
}

.interface-settingsWindow_landscape_desktop .interface-settingsWindow_header {
    height: .67rem;
    background: none;
    text-align: left;
}

.interface-settingsWindow_landscape_desktop .interface-settingsWindow_content {
    height: 3.74rem;
    width: 1140px;
}

.interface-settingsWindow_closeButton_uri {
    background: url('../../multimedia/images/1280x720/paytable/closeButton.png') no-repeat center;
}

.interface-settingsWindow_closeButton_uri.hover {
    background: url('../../multimedia/images/1280x720/paytable/closeButton-hover.png') no-repeat center;
}

.interface-settingsWindow_closeButton_uri.down {
    background: url('../../multimedia/images/1280x720/paytable/closeButton-pressed.png') no-repeat center;
}

/*PAYTABLE SYMBOLS*/
.interface-paytableDesktop_base .interface-paytable_symbols {
    width: 70%;
    margin-left: 15%;
    margin-top: 0.5%;
}

.interface-paytable_symbols tr {
    margin: 0 auto;
    display: table;
}

.interface-paytableDesktop_base .interface-paytable_symbols td {
    width: 120px;
}

.mobile-version .interface-paytable_symbols td {
    width: 90px;
}

.interface-paytable_symbolValues {
    font-size: 0.9em;
    margin: auto auto auto 15px;
}

.interface-paytableDesktop_base .interface-paytable_symbolValues.featureValues {
    padding-left: 0;
}

.interface-paytableDesktop_base .scatterTexts {
    margin-top: 50px;
}

.interface-paytable_symbolValues .symbolCount,
.interface-paytable_symbolValues .symbolPayout {
    font-weight: bold;
    display: inline-block;
}

.interface-paytable_symbolValues .symbolCount {
    color: orange;
}

.interface-paytableDesktop_base .interface-paytable_symbolValues .symbolPayout,
.mobile-version .interface-paytable_symbolValues .symbolPayout {
    color: white;
}

.interface-paytable_portrait .betlines-landscape {
    display: none;
}

.interface-paytable_portrait .betlines-portrait {
    display: inline;
}

.interface-paytable_landscape .betlines-landscape {
    display: inline;
}

.interface-paytableDesktop_base .betlines-portrait,
.interface-paytable_landscape .betlines-portrait {
    display: none;
}

.SYM-image {
    background-size: 100%;
    height: 120px;
    width: 120px;
}

.SYM-image-feature {
    background-size: 100%;
    height: 180px;
    margin: auto 0 auto auto;
}

.SYM-image-feature-margin {
    margin: 0 50px;
}

.mobile-version .SYM-image {
    margin-right: 10px;
}

.mobile-version .SYM-image-feature {
    height: 170px;
}

.mobile-version .SYM-image-feature-margin {
    margin: 0;
}

.interface-paytable_symbols {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.paytable_symbols_item {
    display: flex;
    margin: 10px 5px;
}

.interface-paytable_symbols_row {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.interface-paytable_symbols_item {
    display: flex;
    margin: 20px;
}

.mobile-version .second-payout-header {
    display: none;
}

.mobile-version .paytableHighSymbols .header {
    display: none;
}
/****PAYTABLE SYMBOLS*/

/*PAYTABLE FEATURE*/
.paytable-feature-symbol {
    margin: 30px 100px;
}

.mobile-version .paytable-feature-symbol {
    margin: 10px 0;
}

.paytable-feature-body {
    margin-bottom: 30px;
}
/****PAYTABLE FEATURE*/

/*PAYTABLE BETLINES*/
.paytable-betlines-image {
    margin-top: 50px;
}

.mobile-version .paytable-betlines-image {
    margin-top: 0;
    margin-bottom: 50px;
}
/****PAYTABLE BETLINES*/
