.notable-data {
    border: 2px solid #f4f4f4;
    padding: 0 .5rem 0 .5rem;
    display: flex;
    flex-direction: column;
}

.notable {
    margin-bottom: 1rem;
    float: left !important;
}

.notable-bold-text {
    font-weight: bold;
}

.notable-top {
    display: grid;
    grid-template-columns: 4fr 6fr;
    column-gap: 0.5rem;
}

.notable-bottom {
    margin-top: 0.5rem;
}

.notable-image {
    margin: .5rem .5rem 1rem 0;
    width: auto;
    height: auto;
}

.notable-name {
    margin-left: 0rem;

}

.notable-role {
    margin-left: 0rem;
}

.notable-filter {
    margin-bottom: 0.5rem;
}

.notable-filter-label {
    color: black !important;
}

.notable-filter-text {
    margin-left: 5px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: .9375rem;
}

.notable-button-box {
    display: flex;
    margin-bottom: 1rem;
    padding-left:.3125rem;
    width: 100%;
}

.notable-submit-button, .notable-clear-button {
    width: 32.25%;
    margin-right: 10px;
    padding: 3px;
    height: 2.5rem;
    border: #cacaca 1px solid;
    background: #cacaca;
}

.notable-submit-button, .notable-clear-button {
    background:#f4f4f4;
    border: #cacaca 1px solid;
    color: black;
}

.notable-submit-button:hover, .notable-clear-button:hover, .notable-search-button:hover {
    border: #f4f4f4 1px solid;
    cursor: pointer;
}

.notable-search-box {
    display: grid;
    grid-template-columns: 8fr 2fr;
    margin-bottom: 0.5rem;
}

.notable-search-button {
    background:#f4f4f4;
    border: #cacaca 1px solid;
    height: 2.43rem;
    color: black;
}








