
#registration {
	width:100%;
	margin-top:20px;
}

.display_block {
	display:block;
}
.display_none {
	display:none;
}
.error_input {
	border:1px solid red!important;
}
.error {
	font-weight:bold;
	color:red;
}
.success {
	font-weight:bold;
	color:green;
	font-size:24px;
}

.results {
	border-collapse:collapse;
	width:100%;
	text-align:center;
	vertical-align:middle;
}
.results thead{
 	background:lightblue;
}
#login {
	width:200px;
	margin:50px auto 0px auto;
}
#login button {
	width:200px;
}
.logout {
	font-weight:bold;
	color:blue;
}
