/* The Modal (background) */
.modal {
  /*display: block;*/
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* 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.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10px auto; /* 15% from the top and centered */
  /*padding: 20px;*/
  border: 3px;
  border-color: #eee; /*Remember to change back*/
  border-style: solid;
  border-radius: 12px;
  height: 90%;
  width: 88%; /* Could be more or less, depending on screen size */
}

/* Modal Header */
.modal-header {
  width: 100%;
  height: 50px;
  /*display: block;*/
  background-color: #184da5;
  color: white;
  border-radius: 10px;
}

.header_title {
  height: 50px;
  text-indent: 5%;
  display: table;
  float: left;
}

.modal-header h2{
  color: white;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 200;
}

/* The Close Button */
.close {
  color: #eee;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding-right: 2%;
  padding-top: 10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#results_button {
  display: block;
  width: 100%;
  background-color: #184da5;
  color: white;
  padding: 12px 28px;
  margin: 8px 0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
}

#pr_text {
  display: none;
}
/*
#results_button:hover {
  background-color: #113e87;
}*/

.modal-body {
  margin-top: 1%;
  height: 90%;/*
  border-style: solid;
  border-width: 15px;
  border-color: black;
  border-radius: 10px;*/
}

.att_table {
  margin-top: 0.5%;
  margin-right: 2.5%;/*
  border-style: solid;
  border-width: 5px;
  border-color: green;
  border-radius: 10px;*/
  float: right;
  width: 40%;
}

.att_table table {
  margin-left: auto;
  margin-right: auto;/*
  border-style: solid;
  border-width: 5px;
  border-color: yellow;*/
  max-width: 100%;
}

.att_fig {
  margin-top: -1%;
  margin-left: auto;
  margin-right: auto;/*
  border-style: solid;/*
  border-width: 5px;
  border-color: yellow;
  border-radius: 10px;*/
  float: left;
  width: 55%;
}

.att_fig img {
  margin-left:7%;
  margin-right:auto;
  max-width: 85%;
}

.tg {
  border-collapse:collapse;
  border-spacing:0;
  border:none;
  border-color:#9ABAD9;
}
.tg td {
  font-family:'Montserrat', Arial, sans-serif;
  font-size:14px;
  padding:10px 5px;
  border-style:solid;
  border-width:0px;
  overflow:hidden;
  word-break:normal;
  border-color:#9ABAD9;
  color:#444;
  background-color:#EBF5FF;
  line-height: 85%;
}
.tg th {
  font-family:'Montserrat', Arial, sans-serif;
  font-size:14px;
  font-weight:normal;
  padding:7px 5px;
  border-style:solid;
  border-width:0px;
  overflow:hidden;
  word-break:normal;
  border-color:#9ABAD9;
  color:#fff;
  background-color:#409cff;
}
.tg .tg-qvlq {
  font-size:15px;
  /*font-family:Verdana, Geneva, sans-serif !important;;*/
  border-color:inherit;
  text-align:center;
  vertical-align:top
}

.tg-qvlq {
  font-size: 18px;
}

.tg .tg-riw3{
  background-color:#ebf5ff;
  border-color:inherit;
  color:#333333;
  text-align:left;
  vertical-align:top
}

.tg .tg-sa29{
  background-color:#ebf5ff;
  border-color:inherit;
  color:#333333;
  text-align:center;
  vertical-align:top
}

#results_table .tg{
  margin-left:auto;
  margin-right:auto;
/*  border: solid;
  border-color: red;*/
}

#per_help {
  margin-left:auto;
  margin-right:auto;
  width: 90%;
  text-align: justify;
  font-size: 15px;
  display: block;
  margin-top: 1%;
  /*border: solid;
  border-color: red;*/
  padding-left: 1%;
}
