.menu {
    top: 7%;
}

.left-table {
    border-spacing: 20px;
}

.left-table td {
    background: inherit;
    border-radius: 8%;
    box-shadow: none;
}

.left-table img, .round-img {
    width: 100% !important;
    border-radius: 8%;
}

.control-btn {
    border-radius: 10px;
    text-decoration: none;
    padding: 2%;
    background: #414042;
    color: #fff;
    display: inline-block;
    width: 25%;
    font-size: 18px;
    text-align: center;
}

.profile-btn {
    border-radius: 10px;
    text-decoration: none;
    padding: 1%;
    background: #414042;
    color: #fff;
    display: inline-block;
    width: 35%;
    font-size: 26px;
    text-align: center;
}

.profile-txt {
    font-size: 26px;
}

.login-bar {
    height: 17%;
}

.center-bar {
     height: 30%;
}

.recent-table {
    width: 100%;
    height: 75%;
    border-spacing: 10px;
}

@media screen and (max-width: 1600px) {
    .left-table {
        border-spacing: 15px;
    }

    .login-bar {
        height: 18%;
    }

    .center-bar {
        height: 29%;
    }

    .profile-btn, .profile-txt {
        font-size: 20px;
    }

    .control-btn {
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .left-table {
        border-spacing: 5px;
    }

    .control-btn {
        font-size: 14px;
    }

    .profile-btn, .profile-txt {
        font-size: 15px;
    }

    .login-bar {
        height: 19.5%;
    }

    .center-bar {
        height: 28%;
    }

    .recent-table {
        border-spacing: 5px;
    }
}

@media screen and (max-width: 767px) {
    .control-btn {
        font-size: 9px;
    }

    .profile-btn, .profile-txt {
        font-size: 11px;
    }

    .login-bar {
        height: 19.5%;
    }

    .center-bar {
        height: 28%;
    }

    .profile-btn {
        width: 42%;
    }
}

@media screen and (max-width: 500px) {
    .control-btn {
        font-size: 5px;
    }

    .profile-btn, .profile-txt {
        font-size: 7px;
    }

    .profile-btn {
        width: 40%;
    }

    .recent-table {
        border-spacing: 2px;
    }
}

@media screen and (max-width: 380px) {
    .profile-btn, .profile-txt {
        font-size: 5px;
    }
}