@charset "utf-8";
/* CSS Document */

	
* {
	margin:0 auto;
	font-size:16px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	}
body {
	background-color:rgba(0,0,0,1.00);
	}
#cont {
	padding-top:12vh;
	width:100%;
	text-align:center;
	}
#left {
	position:absolute;
	left:0;
	top:0;
	color:rgba(0,0,0,1.00);
	padding:20 10 50 10;
	}
#left td, #left td p {
	color:rgba(229,229,229,1.00);
	font-size:13px;
	}
#t {
	color:rgba(229,229,229,1.00);
	padding:2vh;
	font-size:20px;
	font-weight:bold;
	}
input[type=text]#qr {
	background-color:#27B877;
	border:0;
	}
#name {
	margin-top:20px;
	font-size:40px;
	color:rgba(229,229,229,1.00);
	font-weight:bold;
	}
#depart {
	font-size:20px;
	color:rgba(229,229,229,1.00);
	font-weight:bold;
	}
img#photo {
	height:250px;
	border-radius:10px;
	margin-top:10vh;
	}
#form table {
	width:100%;
	}
#form td input[type=text] {
	width:100%;
	padding:5px;
	}
#form td input[type=submit] {
	width:50%;
	padding:5px;
	margin-top:30px;
	}
#form td input[type=submit]#del {
	margin-top:10px !important;
	}
#form td input[type=submit]:hover {
	border:2px solid rgba(7,205,97,1.00);
	}
#form td input[type=submit]#del:hover {
	border:2px solid rgba(185,16,19,1.00) !important;
	}
#menubar {
	background-color:rgba(207,207,207,1.00);
	text-align:left;
	height:30px;
	padding:5 20 5 20;
	}
#menubar table a {
	color:rgba(16,139,45,1.00);
	font-size:14px;
	text-decoration:none;
	}
#menubar table a:hover {
	text-decoration:underline;
	}
#menubar td {
	padding-right:15px;
	}
