.hide {

display: none;
border-bottom: 1px solid #e5e5e5;

}


.show {

display: block;
border-bottom: 1px solid #e5e5e5;

}

a.show-more {

    text-font: 18px;
    color: #b3273e;
    text-weight: bold;
}