﻿
.search-button {
    height: 2em;
    font-size: 1.7em;
    line-height: 1.0em;
    padding: 0em 2em 0em 2em;
    margin-left: 0;
    background-color: #ca6115;
    background-image: none;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0em;
    float:right;
}

.search-button:hover, .search-button:focus{
    cursor: pointer;
    background-color: #9c4b10;
}
