body {
	margin: 0px;
	background-color: #CCCCCC;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* Full-width input fields */
input[type=text], input[type=password] {
	width: 100%;
	padding: 12px 20px;
	margin: 6px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background-color: #FFC;
}
.content {
	height: 600px;
	width: 940px;
	background-position: center;
	background-color: #6CF;
	position: relative;
	font-size: 1.2rem;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 10px none #66CCFF;
}

.DivTop {
    background-color: white;
    margin-top: 1rem;
    padding: 1rem;    
}

.lbl-10 {
	float: left;
	height: 1.4em;
	width: 10em;
	position: relative;
	color: #000;
	font-size: 1rem;
	clear: left;
	padding: 0.1rem;
	margin-top: 0.2rem;
	border-width: 0px;
	border-style: none;
	text-align: left;
}

.PUContainer {
	padding: 16px;
	background-color: rgba(255,255,255,1);
	float: left;
	position: relative;
}
/* Set a style for all buttons */
button {
	background-color: #0066FF;
	color: white;
	border: none;
	cursor: pointer;
	width: 40%;
	margin-top: 8px;
	margin-right: 1em;
	margin-bottom: 8px;
	margin-left: 1em;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}

button:hover {
    opacity: 0.8;
}

.modal-content {
	background-color: #fefefe; /* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 40%;
	position: relative;
	margin-top: 10%;
	margin-right: 30%;
	margin-left: 30%;
	float: left;
}
/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 1s;
    animation: animatezoom 1s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}
@media screen and (max-height: 700px) {
	body {
		font-size: 1rem;
	}
	.pcontent {
	font-size: 1rem;
}
	.header {
	font-size: 1rem;
}

}