/*Default Container css*/
/********************************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700');
.dfContainer						{ padding: 0 0 30px 0; }
.dfArea								{ background: #fff; }
.dfContainer h2.head,
.dfContainer h2.head .title			{ font-family:'Roboto', sans-serif; font-size: 18px; text-transform: uppercase; line-height: 1; color: #ffffff; 
									  background-color: #2e3470; font-weight: 500; padding: 13.5px 0 3.5px 16px; }
.dfContainer h2.head .title			{ padding: 0; padding-bottom: 10px; padding-left: 0px; font-weight: bold; }
.dfContainer h2.head .icon,
.dfContainer h2.head .title			{ display: inline-block; *display: inline; zoom: 1; }
.dfContainer .content				{ overflow-y: visible; }