body {
	font-family: "Arial";
	color: #000000;
    background: #eee;
    margin: 0;
}

.content {
    background-color: #fff;
    padding-bottom: 3em;
}

p {
  line-height: 1.5rem;
}


em {
    color: #e00;
    font-weight: bold;
    font-style: normal;
}

.underover {
  text-decoration: underline overline #FF3028;
}

.lead {
    font-weight: bold;
}

.row > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

h1 {    
   /*
   background-image: url(orange-logo.svg);
    background-size: 3.5rem 3.5rem;
    background-repeat: no-repeat;
    background-position: 1rem 1.5rem;    
    margin: 0;    
    */
	padding: 2.5rem 2rem 2rem 1rem;
}

h2 {
    font-size: 1.5em;
    margin-top: 3rem;
}

.summary h4 {
    text-align: center;
    font-size: 1em;
    border-bottom: 0;
}

.summary h4 span {
    font-size: 3em;
}

.pie-noncompliant{
	font-size: 1.75em !important;
}

h3 {
    margin-top: 1.5rem;
    font-size: 1em;
}

.table-responsive{
	overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
    width: 100%;
    margin-bottom: 1.25rem;
    border-collapse: collapse;
    text-align: center;
	overflow-x:auto;
}


table tr {
    border-bottom: 1px solid #ccc;
}

table th {
    font-size: .875rem;
    font-weight: bold;
    padding: .5rem;
}

table td {
    padding: .5rem;
    font-size: .875rem;
    line-height: 1rem;
}

.sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap; /* added line */
            border: 0;
}

.visually-hidden {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap; /* added line */
            border: 0;
}



.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: middle;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}