@charset "utf-8";
body {
	margin:10px;
}
input {
    height:30px;
    font-size:18px;
    font-family:Open Sans;
}
        
/* .button-above-grid:hover */
button:hover, input[type=button]:hover, input[type=submit]:hover {
    background-color: #866d4b;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.50);
    transition-duration: .25s;
}

/* .button-above-grid */
button, input[type=button], input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #aa9b70;
    color: #ffffff;
    height: 45px;
    font-family: "Open Sans";
    border: 0;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: .1em;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    padding-left: 13px;
    padding-right: 13px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    text-transform:uppercase;
    font-size:14px;
    padding: 0px 30px;
}

/* .dropdown-above-grid */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 35px;
    margin-left: 0px;
    margin-right: 5px;
    font-family: Open Sans;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #ffffff url('../img/DownChevron.png') no-repeat 95% 50%;
    padding: 3px;
    padding-right: 25px;
    min-width:120px;
}

.ui-button-text {
    font-family: Open Sans;
    font-weight:bold;
    font-size:20px;
    letter-spacing:normal;
    text-transform:none;    
}

a {
	color:white;
}

a:hover {
    font-weight:bold;
}