.navsection{clear: both;padding: 0;margin: 0;font-family: Verdana, Geneva, sans-serif;font-size: .9em;color: #FFF;
}.navcol{display:block;float:left;padding-top:5px;padding-bottom:15px;margin:0 0 1%}.navcol:first-child{margin-left:0}.navgroup:before,.navgroup:after{content:"";display:table}.navgroup:after{clear:both}.navgroup{zoom:1}.navspan_3_of_3{width:100%;text-align:left;padding-left:15px}.navspan_2_of_3{width:60%}.navspan_1_of_3{width:30%;text-align:left;padding-left:15px}@media only screen and (max-width: 480px){.navcol{margin:1% 0}.navspan_3_of_3,.navspan_2_of_3,.navspan_1_of_3{width:100%}
}
* {box-sizing: border-box;}

/* Create two equal columns that floats next to each other */
.supermancolumnleft {float: left;width: 41%;padding: 5px;margin-right: 55px;}.supermancolumnright {float: left;width: 41%;padding: 5px;margin-left: 5px;}
/* Clear floats after the columns */
.row:after {content: "";display: table;clear: both;width: 80%; }

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .supermancolumn {width: 100%;}
}

