﻿dd.note {
	font-style: italic;
}
dt.serviceTime {
	font-weight: bold;
}
h4 + p {
	margin-top: 0;
}
h4 {
	font-size: 120%;
}

span.noService {
	color: red;
}

.nb {
	margin-left: 40px;
}

/* Classes for details/summary */
details {
	margin-left: 0.2in;
}
details summary {
	color: royalblue;
	list-style-type: none;
}
details summary:before {
	content: "\25BC Show ";
	color: royalblue;
}
details[open] summary:before {
	content: "\25B2 Hide ";
	color: royalblue;
}
details p {
	margin: 0;
}
summary {
	cursor: pointer;
	
}