/** SIDEBAR **/
div.fce-2cols-50-50 {
   display:block;
   width:100%;
   clear:both;
}
div.fce-2cols-50-50 div.fce-2cols-right {
   width:49.9%;
   float:right;
   padding:0;
   margin:0;
}
div.fce-2cols-50-50 div.fce-2cols-left {
   width:49.9%;
   float:left;
   padding:0;
   margin:0;
}
div.fce-2cols-50-50 p {
   margin-top:0px;
}
div.fce-2cols-50-50 div.fce-2cols-left p {
   padding:16px;
}