body { margin: 0 35px 0 35px !important;}
.border-top { border-top: 5px solid #d2d2d2 !important; }

button, html [type=button] {
    -webkit-appearance: none !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
    body {
        margin: 0 !important;
    }
    .mobile-pad-off{
        padding: 0px;
    }
    .mobile-pad-top-off{
        padding-top: 0px;
    }
    .mobile-flex-row{
        display: block !important;
    }
    .mobile-display-off{
        display: none !important;
    }
    .action {
        padding-left: 15px;
    }
    .mobile-border-off{
        border: 0px none !important;
    }

    .mobile-avatar-wrapper{
        display: flex;
    }
    .mobile-avatar-image{
        width: 25%;
    }
    .mobile-avatar-info{
        width: 75%;

        padding-left: 10px;
    }
 }