img[name="imgDel"], img[name="imgMinus"]{
    width: 16px;
    height: 16px;
}

.alert{
    width: 25%;
    text-align: left;
}

.nav-pills a.nav-link.active{
    background-color: rgb(180,198,231);
    color: black;
}

a.nav-link.active.show{
    background-color: rgb(180,198,231);
    color: black;
}

button[name="save"], button[name="remove"]{
    margin-top: 8px;
}

div.row > div.col-3 {
    display: flex;
    flex-direction: column;
}

div.row[name="article_form"]{
    display: none;
}
