
/* Smart Phone Portrait */
@import url("mobile.css") only screen and (min-width:160px) and (max-width:479px);
/* Smart Phone Landscape */
@import url("mobile-L.css") only screen and (min-width:480px) and (max-width:767px);
/* tablet portrait */
@import url("tablet-P.css") only screen and (min-width:768px) and (max-width:989px);
/* laptop */
@import url("laptop.css") only screen and (min-width:990px) and (max-width:1279px);
@import url("largeScreen.css") only screen and (min-width:1280px);

dl {display: block; clear: both; margin: 0 0 20px 26px; width: 100%;}
dt {margin: 0 0 10px 0; line-height: 1.25; width: 90%; border: none; font-weight: bold;}
dd {margin: 0 0 10px 10px; line-height: 1.25; width: 90%; border: none;}


