body {
  background-color: white;
}

h1 {
  font-family: "Calibri";
  font-size: 200%;
}

h2 {
  font-family: "Calibri";
  font-size: 150%;
  font-style: normal;
  font-weight: bold;
  color: rgb(20, 125, 200);
}

h3 {
  font-family: "Calibri";
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin:0;
  color: rgb(20, 125, 200);
}

h4 {
  font-family: "Calibri";
  font-size: 80%;
  font-style: normal;
  font-weight: normal;
  margin:0;
  color: rgb(20, 125, 200);
}

.toolButton {
  border: 3px solid rgb(20, 125, 200);
  border-radius: 8px;
  background-color: #93C019;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.toolSelectionAnalysis {
  border-collapse: collapse;
}

.toolSelectionAnalysis td + td { border-left:2px solid rgb(20, 125, 200); }

.toolSelectionAnalysis td {
  background-color: rgb(170, 220, 240);
}

.toolSelectionAnalysis th {
  background-color: rgb(255, 255, 255);
  font-family: "Calibri";
  font-size: 130%;
  font-style: normal;
  font-weight: bold;
  color: rgb(20, 125, 200);
}

.toolSelectionDocumentation {
  border-collapse: collapse;
}

.toolSelectionDocumentation td + td { border-left:2px solid rgb(20, 125, 200); }

.toolSelectionDocumentation td {
  background-color: rgb(255, 255, 130);
}

.toolSelectionDocumentation th {
  background-color: rgb(255, 255, 255);
  font-family: "Calibri";
  font-size: 130%;
  font-style: normal;
  font-weight: bold;
  color: rgb(20, 125, 200);
}

.tableMetaInformation th {
  font-family: "Calibri";
  text-align: left;
}

.metadataTableData {
  font-family: "Calibri";
  font-size: 100%;
  background: rgb(173, 195, 102);
}
.metadataTableData td {
  font-weight: normal;
  text-align: left;
}

.metadataTableInformation {
  font-family: "Calibri";
  font-size: 100%;
  background: rgb(200, 200, 200);
}
.metadataTableInformation th {
  text-align: left;
}
.metadataTableInformation td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.metadataTableKnownIssues {
  font-family: "Calibri";
  font-size: 100%;
  background: rgb(173, 195, 102);
}
.metadataTableKnownIssues th {
  text-align: left;
}
.metadataTableKnownIssues td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

/* The Close-Button used for overlays */
.close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.sectionInformation {
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.sectionInformation-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 75%; /* Could be more or less, depending on screen size */
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.select-wrapper {
  width: 100px;
}

select::-ms-expand {
  display: none;
}

select {
  /* ... */
  width: 100%;
  height: 40px;
  padding-left: 10px;
  background-color: #CCDE95;
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border-radius: 3px;
  outline: none;
}

input[type="checkbox"] {
  -moz-appearance: None;
  -webkit-appearance: none;
  width: 50px;
  height: 30px;
  background-image: url("../img/unchecked.png");
  background-size: 50px 30px;
  background-position: Center Center;
  border: none;
  outline: none;
  vertical-align: Middle;
}

input[type="checkbox"]:checked {
  background-image: url("../img/checked.png");
}

div.scroll {

  overflow-y: scroll;
  height: 200px;

}

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(110, 190, 230);
  background-color: unset;
  color: white;
  text-align: right;
}

.footerLogo {
  padding: 10px 10px;
  height: 50px;
}
