body{
  max-width: 620px;
  margin:auto;
  font-family: Cabin;
  background-color:#E7FCB0;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6{ font-family: "Happy Monkey"; color:#0EB6C9; }

form{
  background-color: #ffffff;
  width: 500px;
  padding: 20px;
}

input[type=submit]{
  background-color: #0EB6C9;
  color: #ffffff;
  font-size: 1.5em;
  padding: 10px;
  border-radius: 10px;
  text-align:center;
  margin:auto;
}
.radio{list-style-type:none;}

.datatable{
	width: 75%;
	background-color: #ffffff;
	padding:10px;
}

.datatable th{text-align:left; border-bottom: 1px #cccccc solid;}
.center{text-align:center!important;}
.right{text-align:right!important;}
.btn{
	background-color:#0EB6C9;
	color:#ffffff;
	padding:10px;
	margin-top: 25px!important;
	border-radius: 10px;
	font-weight: bold;
	text-decoration: none; 
}

.msg{
	font-style:italic;
	color: red;
}