@charset "utf-8";
article#info {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.editInfo {
	padding: 16px;
	background: #f2f4f6;
}
article#info #edit section.set {
	background: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	padding: 24px;
	margin-top:16px;
}

th,td {
	border: solid 1px;
	padding: 8px 4px;
	font-size: 14px;
}

table {
	border-collapse: collapse;
	width: 100%;
}