.max-helper {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ddd;
    border-right-width: 5px;
    border-radius: 3px;
}

.max-helper h4 {
    font-family: "Yekan", Arial;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 22px !important;
}

.max-helper p {
    font-family: "Naskh", Tahoma;
    /*text-indent: 25px;*/
    margin: 0;
}

.max-helper-warning {
    border-right-color: #f0ad4e;
}

.max-helper-warning h4 {
    color: #f0ad4e;
}

.max-helper-info {
    border-right-color: #5bc0de;
}

.max-helper-info h4 {
    color: #5bc0de;
}

.max-helper {
    position: relative;
    padding: 20px;
    margin: 15px 0;
    border: 1px solid #ddd;
    border-right-width: 5px;
    border-radius: 3px;
    overflow: hidden;
}

.max-helper:first-child {
    margin-top: 5px;
}

.max-helper h4 {
    font-family: "Yekan", Arial;
    margin-top: 0;
    margin-bottom: 8px;
}

.max-helper p {
    font-family: "Naskh", Tahoma;
    /*text-indent: 25px;*/
    margin: 0;
    line-height: 28px;
}

.max-helper-warning, .max-helper-failure {
    border-right-color: #f0ad4e;
}

.max-helper-warning h4, .max-helper-failure h4 {
    color: #f0ad4e;
}

.max-helper-alarm {
    border-right-color: #d9534f;
}

.max-helper-alarm h4 {
    color: #d9534f;
}

.max-helper-events {
    border-right-color: #89ca6b;
}

.max-helper-events h4 {
    color: #89ca6b;
}

.max-helper-offer {
    border-right-color: #a0adde;
}

.max-helper-offer h4 {
    color: #a0adde;
}

.max-helper-informative {
    border-right-color: #5bc0de;
}

.max-helper-informative h4 {
    color: #5bc0de;
}

.corner {
    width: 95px;
    font-size: 11px;
    font-family: "Yekan", Arial;
    text-align: center;
    color: #fff;
    position: absolute;
    overflow: hidden;
    left: -22px;
    top: 14px;
    vertical-align: middle;
    line-height: 2.1;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.corner.c-informative {
    background-color: #5bc0de;
}

.corner.c-offer {
    background-color: #a0adde;
}

.corner.c-events {
    background-color: #89ca6b;
}

.corner.c-alarm {
    background-color: #d9534f;
}

.corner.c-warning, .corner.c-failure {
    background-color: #f0ad4e;
}
