@charset "utf-8";
/* company.css */

table,
tr,
td {
	padding: 5px;
	border: solid #45AEA2 1px;
	border-collapse: collapse;
	vertical-align: top;
}

td {
	font-size: 0.8em;
}

td.title {
	width: 100px;
	padding-bottom: 20px;
}
