@CHARSET "UTF-8";

#almanageaccount-manage-notifications-form {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    #almanageaccount-manage-notifications-form {
        width: 100%;
    }
}