/* Custom Styles */
.highlight {
  background: linear-gradient(180deg,rgba(255,255,255,0) 50%, #FFF 50%);
}

.midline {
    border-left:1px solid #000;
    width:1px;
    height:50px;
    margin: 10px auto 10px;
}