        .sbox{
            width: 100%;
            height: 125px;
        }

        .box1{
            width: 30%;
            height: auto;
            float: left;
            vertical-align: middle;
            border-collapse: collapse;
        }

        .box2{
            width: 20%;
            height: auto;
            float: left;
            vertical-align: middle;
            border-collapse: collapse;
        }

        .box3{
            width: 10%;
            height: auto;
            float: left;
            vertical-align: middle;
            border-collapse: collapse;
        }

        .box4{
            width: 40%;
            height: auto;
            float: left;
            vertical-align: middle;
            border-collapse: collapse;
        }

        table {
            padding: 10px;
        }
        td {
            text-align: left;
        }
        th  {
            text-align: right;
        }
        .row {
            padding:5px;
        }
        .column {
            text-align: center;
            float: left;
            width: 22%;
        }
        /* Clear floats after the columns */
        .row:after {
            content: "";
            display: table;
            clear: both;
            width: 100%;
        }
        #mrotate {
            height: 120px;
            width: auto;
            transition: all 0.3s ease;
        }
        #srotate {
            height: 120px;
            margin-left: -120px;
            width: auto;
            transition: all 0.3s ease;
        }
        table {
            padding: 10px;
        }
        td {
            text-align: left;
        }
        th  {
            text-align: right;
        }
        .row {
            padding:5px;
        }
        .column {
            text-align: center;
            float: left;
            width: 20%;
        }

        /* Clear floats after the columns */
        .row:after {
            content: "";
            display: table;
            clear: both;
            width: 100%;
        }
        #mrotate {
            height: 120px;
            width: auto;
            transition: all 0.3s ease;
        }
        #srotate {
            height: 120px;
            margin-left: -120px;
            width: auto;
            transition: all 0.3s ease;
            opacity: 0.75;
        }
        @media (max-width: 700px) {
            .sbox{
                max-width: 100%;
              	height: auto;
            }

            table {
                margin-left: auto;
                margin-right: auto;
            }

            .box1{
                width: 100%;
                height: auto;
                float: none;
                margin-left: auto;
                margin-right: auto;
                vertical-align: middle;
                border-collapse: collapse;
                padding-bottom: 10px;
            }

            .box2{
                width: 100%;
                height: auto;
                float: none;
                text-align: center;
                vertical-align: middle;
                border-collapse: collapse;
            }

            .box3{
                display: none;
            }

            .box4 {
                width: 100%;
                height: auto;
                float: none;
                align-content: center;
                vertical-align: middle;

                border-collapse: collapse;
            }

            #mrotate {
                height: 100px;
                width: auto;
                transition: all 0.3s ease;
            }
            #srotate {
                height: 100px;
                margin-left: -100px;
                width: auto;
                transition: all 0.3s ease;
                opacity: 0.75;
            }
            hr {
                display:none;
            }
            td {
                text-align: center;
            }
            th  {
                text-align: center;
                width:10px;
            }
        }