.entry-content h3 { margin-top: 3em; }
.entry-content h4, .entry-content h5 { margin-top: 2em; }
.campaign-description > h2:nth-child(1) {display: none; }

/* alert */
.entry-content .alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px; 
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    background-color: rgb(252, 248, 227);
    border: 1px solid rgb(251, 238, 213);
    border-radius: 4px 4px 4px 4px; }
.entry-content .alert-info {
    color: rgb(58, 135, 173);
    background-color: rgb(217, 237, 247);
    border-color: rgb(188, 232, 241); }
.entry-content .alert-info .keyword {
    color: rgb(58, 135, 173); }
