h1 {
     color:#003362;
}

h2 {
     color:#f29400;
}

hr {
    width:100%;
    color:#e2e2e2;
    height:1px;
    margin:0 0 5px 0;
}

#content .col-unit.col-sm-6 {
    padding-bottom:25px !important; 
} 

#content .lab-unit {
  position:absolute;
  bottom:25px;
  background:rgba(255,255,255,.6);
  color:#303030;
  width:100%;
  padding:7px;
}

#content .lab-unit h2 {
    margin-top: 0;
    color: #303030;
    font-size: 20px;
    margin-bottom: 3px;
}

#content .lab-unit p {
   margin-bottom: 0;
}

#content .img-border-grey {
    border-bottom-color:#878787;
    border-bottom-width: 2px !important;
}