﻿body {
}

#searchHead {
    background-color: transparent;
    margin-top:10px;
}

#tfheadsearch {
    float: left;
    padding: 20px;
    font-style: italic;
    font-family: 'Arial Rounded MT';
    color: purple;
    font-size: xx-large;
}
.searchContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    background-color: white;
    margin: auto;
}

.searchContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    background-color: white;
    margin: auto;
}

#tfnewsearch {
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
    
}

.searchItemWrapper {
    display: flex;
    width:100%;
}

.tftextinput2 {
    outline:none;
    margin-right: -6px;
    padding: 5px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #BABFC3;
    
}

.tfbutton2 {
    padding: 6px 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: none;
    border-right: 0px;
    background: #1D3859;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
}

    .tfbutton2:hover {
        text-decoration: none;
    
    }
    /* Fixes submit button height problem in Firefox */
    .tfbutton2::-moz-focus-inner {
        border: 0;
    }

.divResult {
    clear: both;
}

.searchHeader > h1 {

    font-size: 16px;
    color:#808080;
}
.searchHeader > h2 {
    font-size: 16px;
    color: #808080;
}
.searchHeader > h3 {
    font-size: 16px;
    color: #808080;
} 
