/* Typography CSS */

.typography {
   font-size: 11px;
   line-height: 18px;
}

   .typography h2 {
      margin-top: 20px; margin-bottom: 15px;
      font-size: 13px;
   }

   .typography img.left {
      float: left;
      margin-bottom: 10px; margin-right: 25px;
   }

   .typography img.right{
      float: right;
      margin-bottom: 10px; margin-left: 25px;
   }
   
   .typography .uppercase {
      text-transform: uppercase;
   }
