.davidButtonStyle {
    border-width:1px;
    border-style:solid;
    border-color:black;
    border-radius:0px;
    padding-left:3px;
    padding-right:3px;
    font-weight:bold;
    border-bottom-style:solid;
    white-space: nowrap;
}

.davidTabStyle {
    border-width:1px;
    border-style:solid;
    border-color:black;
    padding-left:3px;
    padding-right:3px;
    font-weight:bold;
    border-bottom-style:none;
    white-space: nowrap;
}

.circleIconStyle {
    width: 25px;
    height: 25px;
    display: inline-flex; /* you can also use 'grid' or just 'flex'*/
    justify-content: center;
    align-items: center;
    background: grey;
    border-radius: 50%;
    color:#FFFFFF !important;
}

.bordered-image img {
    border: 1px solid #b3b3b3;
}
