/* body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

 */
table th {
	font-size: .85em;
	border: 2px solid #FCF9FC;
	font-weight: normal;
}

table th.office {
	font-size: .85em;
	border: 2px solid #FCF9FC;
	font-weight: bold;
}

table td {
	font-size: .85em;
	border: 2px solid #FCF9FC;
	font-weight: bold;
}

table td.column {
	text-align: center;
}

table td.office {
	width: 20%;
	font-weight: bold;
}

table td.colcolorgrp1, table th.colcolorgrp1 {
	background-color: #4e72a7;
	font-family: Arial;
	color: white;
	font-size: 12px;
}

table td.colcolorgrp2, table th.colcolorgrp2 {
	background-color: #95b9e2;
	font-family: Arial;
	color: black;
	font-size: 12px;
}

table td.colcolorgrp3, table th.colcolorgrp3 {
	background-color: #ccddff;
	font-family: Arial;
	color: black;
	font-size: 12px;
}

@media screen and (max-width: 700px) {
	table {
		border: 0;
	}
	table caption {
		font-size: 1.3em;
	}
	table thead {
		border: none;
		clip: rect(0, 0, 0, 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}
	table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		font-weight: bold;
		text-align: right;
		width: 100%;
	}
	table td.office {
		font-weight: bold;
		width: 100%;
	}
	table td.column {
		text-align: right;
		width: 100%;
	}
	table td::before {
		/*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	table td:last-child {
		border-bottom: 0;
	}
}

.header-content {
	padding: 15px;
	font-size: 18px;
	background: #dbdfe5;
	margin-bottom: 15px;
}

.header-content.bg-alt {
	background: #abb1b8;
}