﻿body {
    background-color: inherit;
}

button, input[type=submit] {
	font-family: Calibri, Verdana, Sans-Serif;
}

div {
	font-family: Calibri, Verdana, Sans-Serif;
	font-size: small;
	white-space: nowrap;
}

hr.gradient 
{
    border: 0;
    height: 1px;
    width: 50%;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

input.datebox
{
    width: 80px;
}

textarea.results
{
	margin-top: 5px;
	min-width: 400px;
	min-height: 100px;
	width: 75%;
	height: 400px;
}