.left-pan:hover{
    transition: .1s;
    margin-top:-5px;
    font-size:20px !important;
}

@media (min-width: 1250px) {
    #user-toggle
    {
        display:inherit !important;
    }
}

@media (max-width: 1200px) {
    #user-toggle
    {
        display:inherit !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
    #user-toggle
    {
        display:inherit !important;
    }
}


@media only screen and (min-width: 575px)and (max-width:760px) {
    #user-toggle
    {
        display:none !important;
    }
    .mobile-profile-links{
        display:inherit !important;
    }
}

@media only screen and (min-width: 320px)and (max-width:574px) {
    #user-toggle
    {
        display:none !important;
    }
    .mobile-profile-links{
        display:inherit !important;
    }
    
}