
.errors{
    border: 1px solid #ff0000;
    color: #ff0000;
    padding: 10px;
}
.errors p{
    color: #ff0000;
}

.scrollable-wrapper tr {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.scrollable-wrapper td:first-child{
    border-bottom: none;
}

.scrollable-wrapper td{
    width: 100%;
}