* {
	box-sizing: border-box;
}
.section {
	text-align: left;
}
.section p {
	font-size: 12px;
	padding: 10px;
}
table {
	width: 100%;
}
ul {
	list-style: none;
	padding: 0;
}
tr {
	border-bottom: 1px solid #fff;
}
.text {
	border-top: 1px solid #f6f6f6;
}
th {
	width: 150px;
	text-align: left;
	background-color: #b0f08d;
}
th, input[type="submit"] {
	letter-spacing: 0.1em;
}
td {
	padding: 0;
	background: #f6f6f6;

}
th, td, input[type="text"], textarea {
	padding: 10px !important;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}
input[type="text"], select, textarea {
	width: 100%;
	background: #fff;
	cursor: pointer;
}
input[type="text"], select, textarea, input[type="submit"] {
	outline: 0;
	border: 0px;
}
input[type="submit"] {
	width: 100%;
	height: 100px;
	padding: 0;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	border: 5px solid #60d81d;
}
input[type="submit"]:hover {
	color: #fff;
	background: #60d81d;
}
.icon {
	color: #ea2811;
}
em {
	color: #ea2811;
	font-size: 11px;
}
form .submit input[type="submit"] {
	border: 5px solid #387e11;
}
form .submit input[type="submit"]:hover {
	color: #fff;
	background: #387e11;
}
#c2 {
	margin-bottom: 10px;
}
#c7 { margin:0 0 0 20px; padding:0px 10px 30px 10px; }