

.ecc-container .legend{
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #bfc7d0;
    padding-top: 15px;
    margin-top: 15px;
    color: #616a72;
}

.ecc-container .legend span{
    margin: 0 1rem;
}

.ecc-container .list .input-group-text{
    width: 55px;
}

.ecc-container .input-group>.form-control{
    height: inherit;
}

@media(max-width: 580px){
    #affixed{
        width: auto!impotant;
        position: static!important
    }
}