@charset "utf-8";


/* #MAIN
----------------------------------- */

#main {
    min-height: 400px;
}



/* MARGIN
----------------------------------- */

#main .mgn-Bm5 { margin-bottom: -5px !important; }
#main .mgn-B00 { margin-bottom: 0 !important; }
#main .mgn-B10 { margin-bottom: 10px !important; }
#main .mgn-B15 { margin-bottom: 15px !important; }
#main .mgn-B20 { margin-bottom: 20px !important; }
#main .mgn-B30 { margin-bottom: 30px !important; }
#main .mgn-B40 { margin-bottom: 40px !important; }
#main .mgn-B50 { margin-bottom: 50px !important; }
#main .mgn-B1em { margin-bottom: 1em !important; }
#main .mgn-B2em { margin-bottom: 2em !important; }



/* #CONTACT
----------------------------------- */
#contact table {
  width: 100%;
  margin-bottom: 4em;
}

#contact tr, #contact tr:first-child, #contact th, #contact th.last, #contact td {
  border: none;
}

#contact th, #contact td {
  vertical-align: middle;
  padding: 0 15px;
  background-color: #FFFFFF;
  color: #303030;
}

#contact th {
  border-right: 1px solid #CCCCCC;
  font-weight: bold;
  width: 30%;
  text-align: left;
}

#contact td {
  text-align: left;
}
