.book-left {
	width:93px;
       font-weight: bold;
	float:left;
}
.book-right {
	width:460px;
	float:right;
}

.simuul {
	list-style: disc;
	margin-left: 20px;
}

.simutable {
	padding: 20px 0 20px 20px;
}

.simutable table, .simutable table td {
	border: 1px solid #fff;
	border-collapse: collapse;
}
.simutable table td{padding: 5px;}
.simutable table td.simuname {
	background: #4a69a8;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 15px 5px 10px;
}
.simutable table td.simufield {
	background: #e0f4ff;
}
.simutable table td.simufield input {
	width: 200px;
}
.simutable table td.simuloan {
	background: #ffcaca;
	font-weight: bold;
	color: #cf2828;
}
.simutable table td.simuloan input {
	width: 150px;
}
