
body {
  background: #fafafa;
  color: #333333;
  margin-top: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

.topnav {
  overflow: hidden;
  background-color: #636466;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 15px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a.right {
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 15px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #003A70;
  color: white;
}

.topnav a.active-right {
  float: right;
  color: white;
  text-align: center;
  padding: 8px 15px;
  text-decoration: none;
  font-size: 17px;
  background-color: #003A70;
}

.damnav {
  overflow: hidden;
  background-color: #898989;
}

.damnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 15px;
  text-decoration: none;
  font-size: 17px;
}

.damnav a.left {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 15px;
  text-decoration: none;
  font-size: 17px;
}

.damnav a:hover {
  background-color: #003A70;
  color: black;
}

.damnav a.active {
  background-color: #003A70;
  color: white;
}

.damnav a.active-left:hover {
  color: black;
}

.damnav a.active-left {
  float: left;
  color: white;
  text-align: center;
  padding: 8px 15px;
  text-decoration: none;
  font-size: 17px;
  background-color: #003A70;
}

.dam-dropdown {
  float: left;
  overflow: hidden;
}

.dam-dropdown .dam-dropdown-btn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 8px 15px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.topnav a:hover, .dam-dropdown:hover .dam-dropdown-btn {
  background-color: #003A70;
  color: black;
}

.dam-dropdown .dam-dropdown-btn.subset{
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 8px 15px;
  font-family: inherit;
  margin: 0;
  background-color: #003A70;
}

.dam-dropdown .dam-dropdown-btn.subset:hover {
  color: black;
}

.dam-dropdown-content  {
  display: none;
  position: absolute;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  background-color: #636466;
}

.dam-dropdown-content a {
  float: none;
  display:block;
}

.dropdown-content a:hover {
  background-color: #003A70;
}

.dam-dropdown:hover .dam-dropdown-content {
  display: block;
}

.bg-steel {
  background-color: #5f788a;
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

table.data-table {
    width:100%;
}

table.data-table th,
table.data-table td {
    text-align:center;
}

.column {
  float: left;
}

#leftcol {
  padding-right:10px;
  column-width: 100%;
  width: 100%;
}

#rightcol {
  padding-left:10px;
}

/*
.form-inline {
  width: 100%;
}
*/

.row {
  flex-wrap: nowrap; !important;
}

/*
.dataTables_scrollHeadInner{
  width:100% !important;
}
.dataTables_scrollHeadInner table{
  width:100% !important;
}
.dataTables_scrollHeadInner, .table{width:100%!important; }
*/

.dt-head-center {text-align: center;}

thead, th {text-align: center;}

.table thead,
.table th {text-align: center;}

.valuesdatatable {
  line-height: 1;
  display: inline-block;
  width: 100%
}

caption {
  white-space: nowrap;
  overflow: hidden;
}


.dataTables_scrollBody table {
  margin-left:0px;
  width: 800px;
}

div.container {
  width: 80%;
}
