#greyDivider{
    border: 0px solid;
    width: 100%;
    height: 3em;
    /*padding-top: 2em;*/
    padding-bottom: 2em;
    background-color: #b5b5b5;
    float: left;
    margin-bottom: 2.5%;
}

#divideTable{
    background-color: #B5B5B5;
    border: 0px solid;
    width: 100%;
    height: 3em;
    position: static;
    float: left;
    margin-top: 1.5%;
}
  #orangeLine{
    border: solid;
    color: #FF6A0A;
    padding: 0px;
    margin: 0px;
    border-bottom-width: 4px;
    z-index: 1;
}
#greyLine{
    color:#b5b5b5;
    border: solid;
    padding: 0px;
    margin: 0px;
    border-bottom-width: 12px;
}

