/* Documentation styles */

#documentation_overview dt {
	font-size: 16pt;
	margin-top: 6pt;
}

.hideable_label, .hidden_label {
	cursor: pointer;
}

.hideable_label::before {
/* 	content: '\25B8\a0'; /* BLACK RIGHT-POINTING SMALL TRIANGLE */ 
	content: '\25BE\a0'; /* BLACK DOWN-POINTING SMALL TRIANGLE */
}

.hidden_label::before {
	content: '\25B8\a0'; /* BLACK RIGHT-POINTING SMALL TRIANGLE */
/* 	content: '\25BE\a0'; /* BLACK DOWN-POINTING SMALL TRIANGLE */
}

.start_hidden {
	display:none;
}

body p.indented_a, body dd.indented_a {
	margin-top: 0;
	margin-left: 2em;
	padding: 0;
}

.image-bordered {
	border: solid black 1pt;
}

#documentation_rovh {
	
}

div h4 {
	margin: 30px 0 0;
}

div h5 {
	margin: 18px 0 0;
	font-weight: bold;
}

#documentation_rovh #clinic_explanation {
	border: 1.5px solid black;
	background: #fdd;
	margin: 20px auto;
	padding: 12px;
	text-align: left;
}

.blog-main p.center {
	width: 75%;
	margin: 0 auto;
	text-align: center;
}

.small_explanatory {
	font-style: italic;
	font-size: 0.8em;
}

/********************/
/* VIMGA Email page */

table#email_addresses {
	table-layout: fixed;
	width: 90%;
	border-collapse: collapse;
	margin: 1em auto;
}
table#email_addresses thead {
	text-align: left;
	background: #ddd;
}
table#email_addresses tbody, table#email_addresses thead {
	border: 1px solid black;
}
table#email_addresses td, th {
	padding-left: 3pt;
	text-align: left;
}
table#email_addresses td.sendMail, table#email_addresses th.sendMail {
	text-align: center;
	width: 7em;
}
table#email_addresses col.sendMail {
	/* width: 8em; */
}
table#email_addresses thead th {
	padding-top: 6pt;
	padding-bottom: 6pt;
}
table#email_addresses tbody th {
	padding-top: 6pt;
}
table#email_addresses th[colspan='3'] {
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 6pt;
}
table#email_addresses th[colspan='2'] {
	font-size: 1em;
	text-align: left;
}
table#email_addresses .mailNote {
	font-size: .8em;
	font-style: italic;
	max-width: 50em;
	line-height: 1;
	margin-top: 0em;
	margin-bottom: 1em;
}
table#email_addresses tbody#allForwards tr:nth-child(even) {
  background-color: #f2f2f2;
}
table#email_addresses tr.all_members td {
	color: #3a3;
}
table#email_addresses tr.ni_members td {
	color: #640;
}
table#email_addresses tr.pqn_members td {
	color: #378;
}
table#email_addresses tr.nan_members td {
	color: #309;
}
table#email_addresses tr.cow_members td {
	color: #722;
}
table#email_addresses tr.intern_members td {
	color: #d22;
}
table#email_addresses tr.alumni_members td {
	color: #e70;
}
