/* <-------------------------For Mobile---------------------> */

@media (max-width:700px) {

    /* header table th img {
        width: 0;
    } */
    .box1 {
        margin: 3px;
        width: 245px;
    }

    .box2 {
        margin: 3px;
        width: 245px;
    }

    #Main {
        background-image: none;
        color: brown;
    }

    main img {
        width: 200px;
        margin-left: 2px;
        margin-top: 5px;
    }

    header table tr th {
        font-size: large;
        font-weight: bolder;
    }

    header table th form input {
        width: 100px;
    }

    header table th form button {
        width: 45px;
    }

    header table th form button {
        background-color: rgb(138, 137, 137);
        cursor: pointer;
        padding: 3px;
        border: 0.2px;
        width: 25px;
    }

    header table th form button img {
        width: 20px;
        height: 12px;
    }

    main {
        font-size: 13px;
    }

    #shaders {
        padding: 0;
        margin-left: 0;
    }
}
