.dottedHeader {
    cursor: pointer;
    border-bottom: 1px dashed #000;
    text-decoration: none;
}


.unDottedHeader {
    cursor: pointer;
    border-bottom: none;
    text-decoration: none;
}