@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

fieldset {
	padding: 10px;
}

table {
	width: 100%;
	margin: 10px 0;
}

th,
td {
	padding: 5px;
}

th {
	width: 10em;
	background-color: #ccc;
}

