.bod h2 {
    font-family: 'Audiowide', Arial, sans-serif;
}
#recent {
    border: 1px solid #000;
    margin: .4em auto;
    width: 85%;
    background: #f9f9f9;
}

#recent .header h3 {
    margin: 0em;
    padding: .6em;
    background: #CFCFCF;
    font-family: 'Audiowide', Arial, sans-serif;
}

#recent .content .item {
    display: flex;
    border: 1px solid #ccc;
}

#recent .content .item .Sdate {
    padding: 1em;
    white-space: nowrap;
    align-content: center;
    border-right: 1px solid #ccc;
}
#recent .content .item .Sdetails {
    padding: .4em;
    text-align: justify;
}

#recent .content .item:last-child {
    border-bottom: none;
}

.search-options {
    margin: 20px auto;
    width: 80%;
}

.search-options .option {
    text-align: center;
    margin-bottom: 20px;
}

.search-forms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px auto;
    width: 80%;
}

.search-forms .form-item {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #ccc;
}

.search-forms .form-item label {
    display: block;
    margin-bottom: 10px;
}

.search-forms .form-item .checkboxes {
    margin: 10px 0;
}
#altcha {
    text-align: center;
}

.history {
    margin: 20px auto;
    width: 80%;
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #ccc;
}

.history .history-item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.history .history-item:last-child {
    border-bottom: none;
}
