@charset "utf-8";
/* CSS Document */

.content h2:before {
    margin:0 5px 0 0;
    content: '';
    display: inline-block;
    height: 30px;
    width: 25px;
    background-image: url(../img/connError/attention.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

.content h2 {
    padding: 0 3px 5px 3px !important;
    font-size: 21px !important;
    margin: 0 0 30px 0 !important;
    font-weight: bold;
    color: #444;
    border-bottom: 1px solid #ccc;
    border-left: 0px !important;
}
