.title {
    display: flex;
    line-height: 30px;
    font-weight: 100;
}

.title .active {
    border: 1px solid #084b91;
    background: #084b91;
    color: #fff;
}

.title>div {
    line-height: 35px;
    display: flex;
    justify-content: flex-start;
    padding: 10px 20px;
    border: 1px solid #eee;
}

.title>div p {
    color: #9c9c9c;
    margin-left: 10px;
    transform: translateY(11px);
}

.title a h3 {
    font-weight: 100;
}