/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

.widecol {
  width: 90%;
  background-color: white;
  min-height: 120px;
}
.row {
  display: table;
  width: 100%;
}
/* Create three columns that float next to each other */
.column {
  display: table-cell;
  padding: 10px;
  /* min-height: 300px; Should be removed. Only for demonstration */
}

/* Clear floats after the columns 
.row:after {
  content: "";
  display: table;
  clear: both;
}*/

#leftcol {
 width: 25%;
 border-right: 1px #39008C solid; 
 /* background-color: pink; */
}
#centercol {
 width: 50%;
 border-right: 1px #39008C solid; 
 /* background-color: lightyellow; */
}
#rightcol {
 width: 25%;
 /* background-color: lightgreen; */
}
