.logTable {
	width: 600px;
	margin: 20px auto 0px auto;
	table-layout: fixed;
}

.logHeader {
	text-align: center;
	font-size: 19px;
	font-weight: bold;
}

.logSubHeader {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.logSet {	
	font-weight: bold;
	font-size: 13px;
	border-bottom: dotted 1px #aaaaaa;
}

.setSpan {
	font-size: 16px;
	color: #3B5998;	
}

.logRow {
	margin-left: 40px;
}
