/*.logBox {   	
   	border: 1px solid #ccc;	
	font-size: 13px;
	color: #666;
	line-height: 28px;
	height: 28px;
	padding:0px 3px 0px 4px;

}
*/
.outpatient {
	text-align: center;
	border: double #490a66;
	width: 95%;
	margin: 0 auto;
	border-collapse: collapse;
	background: rgba(255,204,204,.3);
	color: #490a66;
	height: 300px;
}
.outpatient tr:first-child, .outpatient tr + tr td:first-child {
	background: rgba(73,10,102,.8);
	color: #fff;
}
.outpatient tr + tr td:nth-child(even) {
	background: rgba(255,204,204,.4);
}
.outpatient td {
	line-height: 1.5;
	width: 30px;
}