.pst-sold-search-page {
    margin: auto;
    max-width: 1024px;
    position: relative;
    top: 35px;
    font-family: Lato, sans-serif;
}

.pst-sold-search-page p {
    margin-bottom: 1em;
    color: #313131;
}

#soldCriteria {
    max-width: 420px;
    border-collapse: collapse;
    margin-bottom: 10px;
}

#soldCriteria td {
    font-size: 0.8em;
    padding: 4px 6px 4px 0;
    color: #313131;
}

.pst-sold-search-page input[type="text"],
.pst-sold-search-page input[type="number"] {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    min-width: 220px;
}

.pst-sold-search-page input[type="text"]:focus,
.pst-sold-search-page input[type="number"]:focus {
    color: #111;
}

.pst-sold-search-page input[type="submit"],
.pst-sold-search-page input[type="button"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.pst-sold-search-page input[type="submit"]:hover,
.pst-sold-search-page input[type="button"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

.pst-sold-search-page input[type="submit"]:focus,
.pst-sold-search-page input[type="button"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

#soldResults {
    margin-top: 20px;
}

#soldResults table {
    width: 100%;
    margin: 0 0 1.5em;
    border-collapse: separate;
    border-spacing: 0;
}

#soldResults td {
    vertical-align: top;
    color: #313131;
    padding-right: 10px;
}

#soldResults b,
#soldResults strong {
    font-weight: 700;
}

#soldResults hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
