.conf-mobile-options {
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}

.conf-mobile-options-container {
}

.conf-mobile-options-container-row {
    display: table-row;
}

.track-mobile {
    width: 100%;
}

.track-mobile img {
    width: 100%;
    position: absolute;
    display: none;
}

.conf-mobile-container {
    display: table-cell;
}

.conf-mobile-button {
    cursor: pointer;
    background-color: #993300;
    font-weight: bold;
    color: white !important;
    border-radius: 50px;
    padding: 10px;
}

.conf-mobile-button a {
    color: white;
    text-decoration: none;
}

.conf-mobile-title {
    position: relative;
    font-size: 1rem;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 3px solid #30833b;
    font-weight: bold;
}

.conf-mobile-content {
    padding: 1em;
    background-color: #f5f5f5;
}

#btnConfSave {
    position: absolute;
    right: 1em;
    bottom: 1em;
    padding: 10px 10px 10px 40px;
    background: url(https://www.padelcreations.com/wp-content/uploads/2018/11/save.png) no-repeat 8px;
    background-size: 24px 24px;
}

@media (orientation: landscape) {
    body {
        flex-direction: row;
    }
    .conf-mobile-options {
        width: 36em;
    }
    .conf-mobile-options-container {
    }
    .conf-mobile-options-container-row {
        display: inline-block;
    }
    .conf-mobile-container {
        display: inline-block;
        width: 18em;
    }
    .conf-mobile-content {
        width: 16em;
    }
    .conf-mobile-title {
        margin-top: 0.3em;
        padding-left: 1em;
    }
    .conf-mobile-title img {
        float: right;
    }
    #container_1, #container_2, #container_3, #container_4, #container_5, #container_6 {
        width: 18em;
    }
}

@media (orientation: portrait) {
    body {
        flex-direction: column;
    }
    .conf-mobile-options {
        height: 20em;
    }
    .conf-mobile-options-container {
        width: 121em;
    }
    .conf-mobile-content {
        height: 14em;
    }
    .conf-mobile-title img {
        float: left;
        margin-left: 1em;
        margin-right: 0.5em;
        margin-top: 2px;
    }
    #container_1, #container_2, #container_3, #container_4 {
        width: 18em;
    }
    #container_5 {
        width: 21em;
    }
    #container_6 {
        width: 27em;
    }
}

