﻿body {
	/*background-color:silver;
	background: linear-gradient(grey, white, grey);*/
	font-family:'Times New Roman';
	font-size:1em;
	}

form {
	font-family:'Times New Roman';
	}

h1 {
	font-family:'Times New Roman';
	background-color:silver;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
	}

h2 {
	font-family:'Times New Roman';
	}

h3 {
	font-family:'Times New Roman';
	}

hr {
    page-break-before: always;
    border: none;
    height: 3px;
    /* Set the hr color */
    color: #7c2322; /* old IE */
    background-color: #7c2322; /* Modern Browsers */
    }

input {
	font-family:'Times New Roman';
	font-size:1em;
	border: 3px solid black;
	border-radius:10px;
	padding: 6px 6px;
	}
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
       cursor: pointer;
    }

input[type=checkbox] {
    width:30px;
    height:30px;
	border: 3px solid black;
	border-radius:10px;
    }

p {
	font-family:'Times New Roman';
	}
	
select {
	font-family:'Times New Roman';
	font-size:1em;
	border: 3px solid black;
	border-radius:10px;
	padding: 6px 6px;
	}

textarea {
	font-family:'Times New Roman';
	font-size:1em;
	border: 3px solid black;
	border-radius:10px;
	padding: 6px 6px;
	}

th {
	border-bottom-color:black;
	border-bottom-style:solid;
	border-bottom-width:medium;
	border-right-color:black;
	border-right-style:solid;
	border-right-width:medium;
	font-family:'Times New Roman';
	background-color:silver;
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	z-index: 2;
	}
	
td {
	border-bottom-color:black;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-right-color:black;
	border-right-style:solid;
	border-right-width:thin;
	font-family:'Times New Roman';
	}

@media print{
    .noprint{display:none;}
    }
	
.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1em;
    }

.active, .collapsible:hover {
    background-color: #555;
    }

.content {
    padding: 0 18px;
    display: none;
    background-color: #f1f1f1;
    }