﻿@media screen and (max-width: 700px) {
    .header-tab-element-admin span {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .header-tab-element-follower span {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .account-info-leader {
        display: none;
    }
    .user-button-trader {
        margin-left: auto;
    }
}

@media screen and (max-width: 1450px) {
    .account-info-follower {
        display: none;
    }
    .user-button-trader {
        margin-left:auto;
    }
}

@media screen and (max-width: 1250px) {
    .header-account-info-leader {
        display: none;
    }
    .header-top-div-element-container{
        margin-right:auto;
    }
}

@media screen and (max-width: 1300px) {
    .header-account-info-follower {
        display: none;
    }
    .header-top-div-element-container {
        margin-right: auto;
    }
}
