.tab-container-edit {

    border: 1px solid lightgrey;
    padding: 1em;
}

.tab-colour{
    
    padding: 2em;

}

.tab-header {
    padding: 0.5em;
}

.tab-header.white {
    background-color:white;
    color: #434E98;
}

.tab-header.blue {
    background: rgb(60, 68, 133);
    color: white;
}

.tab-header.green {
    background: #198f3b;
    color: white;
}
