body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Style for the search form */
#bm-file-scanner-search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 20px;
    border: 2px solid black; /* Dark gold border */
    border-radius: 10px; /* Rounded corners */
    background-color: #c09959; /* Background color */
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);  /* Faded drop shadow with 20px offset to the bottom right */


}

#bm-file-scanner-search-form input[type="text"] {
    width: 70%;
    padding: 10px;
    margin-right: 10px;
    border: 2px solid #58595b;
    border-radius: 5px;
    background-color: white;
    color:black;
    font-size: 16px;
}

#bm-file-scanner-search-form button {
    padding: 10px 20px;
    background-color: #58595b;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
#bm-file-scanner-search-form button[type=submit] {
    background-color: #58595b;
    white-space: nowrap;
}



#bm-file-scanner-search-form button:hover {
    background-color: #58595b;
}

/* Style for search results */
.bm-file-scanner-results {
    margin-top: 20px;
    padding: 15px;
    border-radius: 4px;
}

.bm-file-scanner-results h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.bm-file-scanner-results ul {
    list-style-type: none;
    padding: 0;
}

.bm-file-scanner-results li {
    margin: 10px 0;
    padding: 8px 0;
    border-bottom: 1px solid #504846;
    list-style: none;
}

.bm-file-scanner-results-table {
    width:100%;
    margin: 20px auto auto;
}
.bm-file-scanner-results-img {
    display: block;
   
    margin-left: 0;
    margin-right: auto;
}
.bm-file-scanner-results-filename {
    width:75%;
}
.bm-file-scanner-results-filename a {
    text-decoration: none;
    margin-left: 20px;
}

.bm-file-scanner-results-filesize {
    font-size: 80%;
    padding-left: 1em;
    padding-right: 1em;
    color: #666;
}

/* Alternating background colors for list items */
.bm-file-scanner-results-table TR {
    border-bottom: #504846;
}

.bm-file-scanner-results li:nth-child(even) {
    background-color: #292828;
}

.bm-file-scanner-results li:last-child {
    border-bottom: none;
}
.bm-file-scanner-results IMG {
    margin: 5px 20px 0 5px;
} 
.bm-file-scanner-results a:any-link {
    text-decoration: none;
     vertical-align: middle;;
}




.bm-file-scanner-results a:hover {
    text-decoration: underline;
}

.bm-file-scanner-pagination {
    padding: 0 0 10px 20px;
}

.page-numbers {
padding:5px 0 0 5px;
}