@charset "utf-8";
div#home-about-cotent {
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
}

.msgPositive {
    color: #549a70;
    font-size: 14px;
    font-weight: 600;
     margin: 0 0 10px 0;
}


.msgNegative{
    color: #FF0000;
    font-size: 14px;
    font-weight: 600;
     margin: 0 0 10px 0;
}

.copyright{
font-size:10px !important;
}

article {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    background: #f9f9f9;
    margin-top: 45px;
}