@import url("style.css");

.company {
	list-style: none;
	width: 400px;
	background-color: gray;
}

ul.table {
	clear: both;
	width: 409px;
	list-style: none;
	text-align: left;
	margin: 0;
}

ul.table li {
	clear: both;
	list-style: none;
}

ul.table li span {
	display: block;
	margin: 0;
	padding: 2px;
}

ul.table li span.key {
	float: left;
	width: 100px;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}

ul.table li span.access {
	float: right;
	width: 300px;
	text-align: left;
}

.right_image {
	text-align: center;
	margin-top: 10px;
}














