div.custom-alert-info {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 5px 16px;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    color: #31708f;
}

div.custom-alert-info p:last-child {
    margin-bottom: 0;
}

div.custom-alert-info h1,
div.custom-alert-info h2,
div.custom-alert-info h3,
div.custom-alert-info h4,
div.custom-alert-info h5,
div.custom-alert-info h6 {
    margin-top: 5px;
}
