.documentBtn{
    background-color:#007bff;
    border-color:#007bff;
    color:#fff;
    width: 120px;
    height: 30px;
    margin-bottom: 5px;
}

.longDocumentBtn{
    background-color:#007bff;
    border-color:#007bff;
    color:#fff;
    width: 150px;
    height: 30px;
    margin-bottom: 5px;
}

.updateInfoLabel{
    font-size: 25px;
    font-family: --bs-font-sans-serif;
}

.tableBtn{
    background-color:#007bff;
    border-color:#007bff;
    color:#fff;
    width: 140px;
    height: 30px;
    margin-bottom: 5px;
    /*margin-top: 5px;*/
    border: 0;
    /*border-radius: 10px;*/
}