.form-search{
    display: flex;
    align-content: center;
    flex-direction: row;
}
.form-search button{
    margin-left: 4px;
}
tr.datetitle{
    /*background-color: #f7f6f3*/
}
tr.datetitle td h2{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: red;
}
.label.label-date{
    background-color: #f4f4f2;
    color: #2f2c2c;
}
.label.label-user{
    background-color: #ececdb;
    color: #3e3e16;
}