body {
    font-family: verdana, sans-serif;
    font-size: small;
    padding-left:10px;
}

label-event {
	border: 4px solid red;
}

h2 {
	font-weight:normal;
	
}

#controls {
  font-size: 8pt;
  display:inline-block;
  padding:15px 15px 0 0;
  float:right;
}

#listView {
	margin-right:25px;
}

#my-timeline {
	height: 500px;
	border: 1px solid #aaa;
}

#categories {
    padding-top: 20px;
	padding-left:10px;
}

.checkbox {
	
}

.checkboxText1{
	padding-right:30px;
	color: #600060;
}

.checkboxText2{
	padding-right:30px;
	color: blue;
}

.checkboxText3{
	padding-right:30px;
	color: red;
}

.timeline-ether-marker-bottom {
    width: 5em;
    height: 1.5em;
    border-left: 1px solid #aaa;
    padding-left: 2px;
    color: black;
}

.timeline-ether-marker-bottom-emphasized {
    width: 5em;
    height: 2em;
    border-left: 1px solid #aaa;
    padding-left: 2px;
    color: black;
    font-size: 120%;
    font-weight: bold;
}

.timeline-event-bubble-body {
    font-size: small;
}

.timeline-event-bubble-time {
    visibility: hidden;
}

.timeline-event-bubble-wiki {
    visibility: hidden;
}

/* label text*/
.dark-theme {
    color: #333333;
}

.dark-theme .timeline-band-0  {
   font-size:11px;
}

/*label */
.dark-theme .timeline-event-label {
	padding:3px 0 3px 0;
}


/* background*/
.dark-theme .timeline-band-0 .timeline-ether-bg {
    background-color: #e5f5fb
}

/* verticals*/
.dark-theme .timeline-ether-lines {
    border-color: #555;
    border-style: dotted;
}

/* window */
.dark-theme .timeline-ether-highlight {
    background: #e5f5fb;
}


/* background*/
.dark-theme .timeline-band-1 .timeline-ether-bg {
    background-color: #cccccc
}



.dark-theme .t-highlight1 {
    background-color: #003;
}

.dark-theme .p-highlight1 {
    background-color: #300;
}

.dark-theme .timeline-highlight-label-start .label_t-highlight1 {
    color: #f00;
}

.dark-theme .timeline-highlight-label-end .label_t-highlight1 {
    color: #115;
}


.dark-theme .timeline-band-events .important {
    color: #c00;
}

.dark-theme .timeline-band-events .small-important {
    background: #c00;
}

/* date labels  */
.dark-theme .timeline-date-label {
    color: #555555;
}


/* strong labels [e.g. 1800] */
.dark-theme .timeline-date-label-em {
    color: #555555;
	height:1.5em;
}

/* date markers  */
.timeline-event-tape, .timeline-small-event-tape, .timeline-small-event-icon{
	background-color:#0f5474;
}
