﻿.pills-edit > li > a {
    color: #7ca6ba;
    font-weight: 400;
    font-size: 21px;
    border: none;
    background-color: #FFFFFF;
    padding: 7.5px 12.5px;
}

.pills-edit > li.active > a,
.pills-edit > li.active > a:hover,
.pills-edit > li.active > a:focus {
    color: #35647e;
    font-weight: 400;
    font-size: 21px;
    border: none;
    border-bottom: solid 5px #7ca6ba;
    background-color: #FFFFFF;
    padding: 7.5px 12.5px;
}

.pills-edit > li > a:hover {
    color: #35647e;
    font-weight: 400;
    font-size: 21px;
    border: none;
    background-color: #FFFFFF;
    padding: 7.5px 12.5px;
}
