1/* timeline */
2div#eventlineplugin__timeline {
3	margin: 0em;
4	height: 400px;
5	width: 700px;
6	font-family: courier;
7	border: 1px solid #aaa;
8	font-size: 12px;
9	overflow-x:hidden;
10	overflow-y:scroll;
11	position: relative;
12	line-height: 15.6px;
13}
14
15/* controls */
16div#eventlineplugin__controls  {
17	width: 90%;
18	font-family: courier;
19	font-size: 12px;
20}
21
22/* data */
23div#eventlineplugin__data  {
24    margin: 10px 0;
25	font-family: courier;
26	font-size: 12px;
27}
28