/* Unit editable CSS */

/** Unit Bar background color **/
#ubc7-unit {
   background: #0FA2D3; /* For White on Blue, and Grey on White */
   /* background: #000000; */ /* For Blue on White, and White on Grey */
}

/** Social Icons **/
#ubc7-unit-social-icons i {
    color: #0FA2D3;
}
/** Unit Text Treatments **/
p.address {font-size:70%; line-height:110%;}
/** Unit Image Treatments **/
p.position_logo {position:relative; top:50px; left:50px;}

.left {float:left; padding-right:10px;}
.right {float:right; padding-left:10px;}