@media only screen and (max-width: 950px) {
    div.page {
        width: auto;
        max-width: 950px
             }

    div.maincontents {
        float: left;
        width: 95%;
                     }

    div.sidecontents {
        width: 95%;
        float: left;
        margin-top: 9px;
        padding-left: 2.5%;
                     }

    div.sidecontents div.panel {
        padding-left: 10px;
        margin: 0px 0px 8px 0px;
                               }

    .hideOnMobile {
        display: none !important;
                  }

    .showOnMobile {
        display: inline !important;
                  }

    /* Reservation wizard*/
    div.wizardPanel {
        width: auto;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .wizardLeftButtons {
        width: 100% !important;
    }

    .wizardForm {
        width: auto !important;
    }

    .slotTableColumn {
        width: auto !important;
    }

    .forceFloatLeft {
        float: left !important;
    }
    /* End of Reservation wizeard*/

    /* Reservation search results*/
    .resultList {
        font-size: 80%;
    }

    .forceWrapOnMobile {
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
    }
    /* End of Reservation search results*/

    /* Select site*/
    .floaterLeftSide {
        width: 100% !important;
    }

    .floaterRightSide {
        width: 100% !important;
    }
    /* End of Select site*/

    /* Login */
    #cardNumber {
        width: 97% !important;
    }

    #pinCode {
        width: 97% !important;
                }
    /* End of Login */
}


@media only screen and (max-width: 720px) {

    /* Home */
    .flex-row {
        flex-direction: column !important;
    }

    .flex-column {
        flex-direction: row !important;
        flex-basis: auto !important;
        align-items: center;
    }

    .panelbutton {
        padding-right: 10px !important;
        padding-left: 10px !important;
        font-size: 80%;
    }

    .addLeftSpace {
        margin-left: 5px;
    }
    /* End of Home */
}