@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700&display=swap');

table.set_border {
  border: 1px solid #d3e9ff;
  border-radius: 10px;
  border-spacing: 0;
  width: 70%;
  font-family: Lato;
  font-size: 14px;
  margin-left: 10px;
  font-weight: normal;
  max-width: 990px;
}

.set_border tr:nth-child(1) {
  border-radius: 10px !important;
  background-color: #73ADE6 !important;
  padding: 12px 15px !important;
  color: #ffffff;
  font-size: 14px;
  text-indent: 3px;
  font-family: Raleway;
  text-align: center;
}

.set_border th {
  font-weight: normal;
  padding: 12px 15px;
}

.set_border td {
  padding: 12px 15px;
}

.set_border tr:nth-child(odd) {
  background-color: #edf5ff;
}
.col_one {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
.col_two {
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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 */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

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

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