﻿/* Styles for EventLog.js  -- g-scale.org */

eventlog { /* Specified Log Contain */
	text-align:left;
}

div.eventlog div.title {
	font-size: 20px;
	font-weight: bold;
	margin:0;
	margin-bottom:1em;
}

div.eventlog table {
	margin-top:4px;
}
div.eventlog table caption {
	font-weight:bold;
	border-bottom: 1px solid gray;
}
div.eventlog table th.heading {
	padding-right:4px;
	text-align:center;
	border-bottom: 1px solid gray;
}
div.eventlog table th.heading1 {
	padding-top:4px;
	padding-right:4px;
	text-align:right;
	border-bottom: 1px solid gray;
}
div.eventlog table th.heading2 {
	padding-top:4px;
	padding-left: 5px;
	text-align:left;
	border-bottom: 1px solid gray;
}

div.eventlog table td.date {
	font-size:12px;
	text-align:right;
	padding-right:4px;
}
div.eventlog table td.desc {
	font-size:14px;
	min-width:300px;
	text-align:left;
	vertical-align:top;
	padding-left: 5px;
	padding-right: 8px;
}

div.eventlog table td.desc a {
	color:darkred;
	text-decoration:none;
}
div.eventlog table td.desc a:hover {
	text-decoration:underline;
}

div.eventlog table td.spacer {
	height:1em;
	margin:0px;
	padding:0px;
}


/*
div.eventlog div.divider:before {
	content: "";
	border-top: 1px darkgray dashed;
	width: 75%;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
*/
