.modal-title{
    display: inline-flex;
    overflow-wrap: break-word;
    max-width: 90%;
    word-break: break-word;
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}
.catDeleteLabel{
    overflow-wrap: break-word;
    max-width: 90%;
    word-break: break-word;
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}
.form-group label{
    padding-top:5px;
    padding-bottom:10px;
}
h1{
    padding-top:10px;
    padding-bottom:10px;
}
#headerButtons{
    margin-bottom:10px;
    margin-top:10px;
}
#categories{
    margin:0px;
}
#content{
    max-width: 1000px;
    margin:0 auto;
    padding:5px;
}
.cat p{
    margin:5px;
    font-weight:bold;
}
.buttons{
    text-align:right;
}
table {
    width: 95% !important;
    margin: 0 auto;
}
.buttons button{
    margin: 5px;
    padding: 5px;
    max-height: 40px;
    min-width: 40px;
}
.headerText{
    font-size: 25px;
    margin-top:7px;
}

#header{
    display: flex;
    flex-flow: row;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin:20px;
}

table tr:first-child td{
    padding-top: 12px;
    padding-bottom: 12px;
}


.btn-circle {
    width: 30px;
    height: 30px;
    padding: 4px 0px;
    border-radius: 15px;
    font-size:20px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
