@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800|Open+Sans:300,400,600,700');

#print {
	margin:10px auto;
	height: 11.1in;
    width: 7.65in;}
#main{margin:10px auto;width:100%;
    font-family: 'Open Sans', sans-serif;
    
}	
.gallery{height:100px;width:100px;}
 #tbl{border-collapse:collapse;border:solid 2px #009b00;width:100%}
 .td1{text-align:right;border:solid 1px #ccc;font-weight:bold;padding:2px;}
 .td2{text-align:center;border:solid 1px #ccc;padding:2px;}
 .td3{text-align:left;border:solid 1px #ccc;padding:2px;}
 .form{background-color:#a505ab;padding:20px;width:300px;margin:100px auto;}
 .form p{font-size:20px;font-weight:bold;color:#fff}
 .inp {border:0px;padding:10px}
 .btn {border:0px;padding:10px;cursor:pointer;color:#6b6b6b;transition: 0.3s;}
 .btn:hover{background-color:#3c3c3c;color:#fff}
 .footer{font-size:15px;font-weight:bold;text-align:center;margin:100px auto;}
 #main .title{font-size:25px;text-align:center;color:green;text-decoration:underline;margin-bottom:10px}
.logout {box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color:#d0451b;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;margin-bottom:10px}
.logout:hover{background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	background-color:#bc3315;}
	
.msite {box-shadow:inset 0px 1px 0px 0px #6cb4cf;
	background:linear-gradient(to bottom, #1b8ed0 5%, #1276a5 100%);
	background-color:#1b8ed0;
	border-radius:3px;
	border:1px solid #113694;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #292d85;margin-bottom:10px}
.msite:hover{background:linear-gradient(to bottom, #1276a5 5%, #1b8ed0 100%);
	background-color:#1276a5;}

.panel {box-shadow:inset 0px 1px 0px 0px #6ccf71;
	background:linear-gradient(to bottom, #12b900 5%, #20a512 100%);
	background-color:#1fd01b;
	border-radius:3px;
	border:1px solid #178511;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #0d5803;margin-bottom:10px}
.panel:hover{background:linear-gradient(to bottom, #20a512 5%, #1fd01b 100%);
	background-color:#20a512;}
#upload td{color:#403648}
 #upload .inp{border:solid 1px #ccc;padding:5px;width:300px}
 #upload .sub {border:0px;padding:10px;cursor:pointer;background-color:#137300;color:#fff;width:100px;transition: 0.3s;}
 #upload .sub:hover{background-color:#3c3c3c;color:#beedb5}
 #upload .res {border:0px;padding:10px;cursor:pointer;background-color:red;color:#fff;width:100px;transition: 0.3s;margin:5px}
 #upload .res:hover{background-color:#b40000;color:#fed3d3;margin:5px}
 
 #footer {
   position:absolute;
   bottom:0;
   width:100%;
height:20px;color:#0e9600;font-size: 14px}
 