body {
	background-color: #F6F6F6;
}
.container {
	margin-top: 25px;
	background-color: #FFFFFF;
}
#title {
	text-align: center;
	font-size:35px;
	color: #042954;
}
input, select {
	width: 100%;
	height: 80px;
	font-size: 20px;
	margin-top: 10px;
}
#logo {
	background-color: #2f2f2f;
}
#employeeForm > div:nth-child(1) > div{
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#employeeForm > div:nth-child(2) > div > div > p {
	
}
#button {
	width: 50%;
	margin: auto;
}
#proceed {
	position: relative;
	left: 38%;
	background: #042954;
	color: #FFFFFF;
	font-size: 30px;
	margin-top: 20px;
	padding: 10px;
	margin-bottom:75px;
}
#results{
	margin: auto;
	text-align: center;
	border: 1px solid #042954;
	font-size: 30px;
}
#results td{
	border: 1px solid #042954;
	padding: 10px;
}
#results thead {
	font-weight: bold;
}
p {
	text-align: center;
}
#name_variable {
	font-size: 30px;
}
#tokens {
	text-align: center;
	font-size: 50px;
}
input[type='number']::-webkit-inner-spin-button, 
input[type='number']::-webkit-outer-spin-button { 
    opacity: 1;
}
#disable {
	display: none;
}
hr.style4 {
   display: block;
   position: relative;
   padding: 0;
   margin: 8px auto;
   height: 0;
   width: 100%;
   max-height: 0;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: 1px solid #aaaaaa;
   border-bottom: 1px solid #aaaaaa;
}
.main-button {
	color: #fff !important;
}
.help-block {
	color: red;
	font-weight: 900;
}
#add_employee, #lookup, #change_group, #submitrs, #rs_remove_point{
	font-size: 24px;
}