.dir-reset-btn {
    background-color: #888;
    color: white;
    margin-right: 10px;
    border: none;
    border-radius: 6px;
}

.dir-search-btn {
    background-color: #76232F;
    color: white;
    margin-right: 10px;
    border: none;
    border-radius: 6px;
}

.dir-search-container {
    background-color: #e1e1e1;
    padding-top: 10px;
    border-radius: 5px;
}

/* Change directory images to grayscale */
.abcfslImgCntrGridB img {
  filter: grayscale(100%) !important;
}