body {  
    font-family: 'Open Sans', sans-serif;
    font-style: normal !important;
    font-weight: 200 !important;
 }

img.full-width, img.100 {
    width: 100%;
    float: left;
}

img.half-width,img.50 {
    float: left;
    width: 50%;
}

.float-left-clear {
    float: left;
    display: block;
    clear: both;
}


.float-right-clear {
    float: right;
    display: block;
    clear: both;
}