﻿/* Fixes the left sidebar word wrapping so it doesn't go too far right*/
ul.rtUL{
    width:160px !important;
}

/*Fixes the form radio button margin*/
.sfRadioList.sfFieldWrp input{
    margin:8px 8px;
}

/*Fixes the bottom margin for the PDF download widget*/
.sharethis .pdfDownload{
    margin-bottom:20px;
}