@charset "UTF-8";

/*
*************************************
*Since: 2013-08-02
*Modified: 2013-00-00
*************************************
*/

/* For modern browsers */
.clear:before , 
.clear:after {
    content: "";
    display: table;
}
 
.clear:after {clear: both;}
 
/* For IE 6/7 (trigger hasLayout) */
.clear {zoom: 1;}