body {
	background-color: #016893;
}

.content {
	width: 960px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	background-color: rgb(255, 255, 255, .7);
	padding: .5em;
	border-radius: 5px;
}

.header span {
	margin: auto;
}

.header span h1 {
	font-size: 1.75em;
}

.logo_container {
	margin: auto;
}

.dphhs_logo {
	margin-top: .5em;
	margin-left: .5em;
}

.ps_logo {
	height: 75px;
	margin-right: .5em;
	/*border: 5px solid white;*/
	/*border-radius: 10px;*/
}

.description a {
        font-size: .8em;
}

.description {
	margin-top: .25em;
	margin-bottom: 1em;
	font-size: 1.25em;
	color: #515A5A;
}

.title {
	font-size: 1.25em;
	margin-top: .5em;
}

.reports {
	margin-top: 1em;
	border-radius: 5px;
	padding-bottom: 1em;
}

.reports, .drilldown a, .drilldown .is-drilldown-submenu {
	background-color: #F5F5F5;
}

.report-list {
	margin-left: 4em;
	margin-right: 4em;
}

.tabs-title a {
        font-size: 1.2em;
}

.reports hr {
	margin: 0em 1em 0em 1em;
}

.footer { 
	margin-top: 1em;
}

.copywrite {
	background-color: #F5F5F5;
	border-radius: 5px;
	font-size: .75em;
	color:  #4d5656;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: center;
}

.report-list a:hover {
	background-color: #D3d3d3;
	border-radius: 5px;
}


.tab-links-ul {
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fefefe;
	list-style-type: none;
	list-style-position: outside;
    	line-height: 1.6;
    	display: flex;
}
    	
.tab-links-ul::before, .tab-links-ul::after {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.tab-links-li {
	    float: left;
}

.tab-links-li a {
        font-size: 1.2em;
        display: block;
	padding: 1.25rem 1.5rem;
	line-height: 1;
	color: #1779ba;
}

.tab-links-li > a:focus, .tab-links-li > a[aria-selected='true'] {
	background: #e6e6e6;
	color: #1779ba;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 0 20px 0;
  background-color: white;
  display: none;
  overflow: hidden;
}

.styled-table {
	margin: 20px auto;
	width: 80%;
	border-collapse: collapse;
}
.styled-table th,
.styled-table td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left; /* Ensures consistent left alignment */
}
.styled-table th {
	background-color: #f4f4f4; /* Optional for header distinction */
}