.sys_name {
    text-align: left;
	text-decoration: none;
    font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 20px;
	margin: 0;
}

.nav_opts {
    color: black !important;
}

.nav_opts:hover {
    background-color: white !important;
}

body {
	background-color: #ede8f5 !important;
    margin-bottom: 15px;
}
	
div.form {
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    margin-bottom: 2em;
}

input[type=text],input[type=password] {
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background-color: white;
}

select {
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
	background-color: #236AB9;
	border: none;
	border-style: none;
	border-width: 1px;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	cursor: pointer;
	text-align: center;
	border-radius: 4px;
}

input[type=submit]:hover {
    background-color: #6DA4E3;
}

input[type=reset] {
	background-color: #FEB781;
	border: none;
	border-style: none;
	border-width: 1px;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	cursor: pointer;
	text-align: center;
	border-radius: 4px;
}

input[type=time],input[type=number],select {
    padding: 12px 24px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=date],select {
    padding: 12px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
}

table {
    margin-bottom: 2em;
}

thead,th {
    background-color: #FC7307;
}

tbody, td {
    background-color: white;
}

.foot {
    background-color: white;
}