.cci-plan {
    border-collapse: collapse;
    border: 1px solid #dee2e6;
}

.cci-plan th {
    color: #fff;
    background-color: #286EAA;
}

.cci-plan caption {
    color: #286EAA;
    padding-bottom: 10px;
    border-bottom: solid 1px #b4dcff;
    margin: 20px;
    font-style: normal;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    font-family: Calibri, CalibriRegular, Arial, Helvetica, sans-serif;
}

.cci-plan tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.cci-plan tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
    cursor: pointer;
}

.cci-plan td,
.cci-plan th {
    border-top: 1px solid #dee2e6;
    padding: 5px;
}

.cci-plan tr td:nth-of-type(1) {
    text-align: center;
    width: 5%;
}

.cci-plan tr td:nth-of-type(2) {
    width: 35%;
}

.cci-plan tr td:nth-of-type(3),
.cci-plan tr td:nth-of-type(4) {
    text-align: center;
    width: 15%;
}

.cci-plan tr td:nth-of-type(5) {
    width: 30%;
}

.cci-plan-finder{
    margin: 16px 0;
    height: 36px;
    position: relative;
    border: 1px solid #A9A9A9;
}


.cci-plan-finder input{
    height: 100%;
    border: none;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

mark {
  background: orange;
  color: black;
}