@media only screen and (min-width: 769px) {
    .exception_text {
        width: 75%;
        float: right;
        
    }
    .exception_text .seperator {
        margin: 1em 0 !important;
        width: 100% !important;
    }
}
.exception_text p {
    margin-left: 10px;
    font-size: 11px;

}

.exception_text .seperator {
    border-bottom: 1px solid #CCCCCC;
    width: 96%;
    margin: 0 2%;
}

.advicefooter {

    margin-top: 20px;
    color:#333;

}

.advicefooter h1 {

    font-size: 1.3em;

}

.advicefooter h2 {

    font-size: 1.15em;
    padding-left: 0 !important;

}

/* Old by Supplyant

.advicefooter p {

    font-size: 11px;

}

*/