.under {
  border-bottom: dotted 2px #CC0000;
}

.multicolumnbox {
   -moz-column-count: 3;
   -webkit-column-count: 3;
   column-count: 3;
}
