/* The Modal (background) */
.modal {
  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: 3% auto; /* 15% from the top and centered */
  padding: 10px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
  display: block;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

/* --------------------------------------- */

table.modal-body {
  font: Sriracha, san-serif;
  width: 100%;
  padding: 1rem;
  text-indent: 0.2vw;
  margin-top: 10px;
}

table.modal-body th {
  padding: 0.5rem;
  padding-left: 1.0rem;
}

table.modal-body tr.header {
  border-top: solid 1px rgb(90, 92, 97);
  border-bottom: solid 1px rgb(99, 101, 105);
  background-color: #3979ad;
  text-align: left;
  text-indent: 10;
  color: #fff;
}

table.modal-body tr.even {
  background-color: #F4F4F4;
}

table.modal-body td {
  padding: 1rem;
}

table.modal-body td.modal-img {
  padding: 0rem;
  width:20vw; 
  height:12vw;
}

table.modal-body td.modal-dl-img {
  padding: 0rem !important;
  width:20vw;
  padding:1px;
}

table.modal-body a {
  text-decoration: none;
}