div.spacer {
	margin: 2px 0px;
}

div.icon-bar-text {
	margin-top: 2px;
	color: white;
	font-size: xx-small;
}

div.new-info {
	margin: 2px 4px;
	height: 250px;
	overflow-y: scroll; 
}

div.box {
	margin: 2px 4px;
}

div.under-line-row {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: lightgray;
}

ul.none-list {
	list-style-type: none; 
}

.red-header {
	color: red;
}

.blue-header {
	color: blue;
}

.accordion-header {
	padding: 4px 6px;
	margin: 1px 4px;
  	background-color: #f8f8f8;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	border-radius: 3px;
}

.accordion-header[data-hidden="true"] h5:before {
    content: url('../images/down.png');
	margin-right: 6px;
} 

.accordion-header[data-hidden="false"] h5:before {
    content: url('../images/up.png');
	margin-right: 6px;
} 

.accordion-contents {
	padding: 12px 6px 6px 6px;
}
