﻿h1 { font-size: @font-size-h1 !important; }
h2 { font-size: @font-size-h2 !important; }
h3 { font-size: @font-size-h3 !important; }
h4 { font-size: @font-size-h4 !important; }
h5 { font-size: @font-size-h5 !important; }
h6 { font-size: @font-size-h6 !important; }

.ms-cui-tt-span {
    float: none;
    margin-left: 0;
}

.s4-ca {
    background:transparent none repeat scroll 0 0;
    margin: 0;
}

 .ms-cui-ribbon a img {
    max-width: none;
}

 .ms-WPBody {
    font-family: @font-family-sans-serif;

    a {
        color: @gray-dark;

        &:link {
            color: @gray-dark;
        }
    }
}

 input[type="checkbox"], input[type="radio"] {
     vertical-align: bottom;
 }