
.myrheem-alert-title {
    padding: 0 500px 0 500px;
    background-color: #f9f0f0 !important;
    border-color: #e4b9c0 !important;
    color: black;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
}
.myrheem-alert-title h4 {
    margin: 0 0 0 0 !important;
}

.alert-body h4 {
    font-size: 15px !important;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 3px;
    margin: 0 0 0 0;
}

.alert-body {
    border-block: medium;
    opacity: .85;
    padding-bottom: 3px;
    padding-top: 3px;
    font-family: "Roboto", sans-serif;
}

.alert-body p {
    margin: 0 0 0 0;
    font-size: 13px !important;
}

.alert-body:hover {
    opacity: 1;
}

.btn-alert-dismiss {
    margin-left: 15px;
    font-weight: bold;
    float: right;
    box-shadow: inset 0px 1px 0px 0px #cf866c;
    background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    background-color: #d0451b;
    border-radius: 3px;
    border: 1px solid #942911;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    padding: 2px 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #854629;
}

.btn-alert-dismiss:hover {
    background: linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
    background-color: #f24437;
}

.btn-alert-dismiss:active {
    position: relative;
    top: 1px;
}
