


.banner-box {
    height: 410px;
    width: 800px;
    margin: auto;
}

.end-box {
  background-color: rgb(110, 167, 216);
  height: 10px;
  width: 800px;
  margin:auto;
}

.section-divisor {
  background-color: rgb(185, 206, 226);
  height: 5px;
  width: 800px;
  margin:auto;
}

.table-div {
  background-color: white;
  width: 800px;
  margin:auto;
}

.banner {
  width: 800px;
}

.btn-group {
    width: 800px;
    margin-top: 20px;
    margin: auto;
}

.btn-group button {
  background-color: rgb(10, 107, 172);
  color:white;
  border: none;
  height: 30px;
  width: 96px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color .2s;
  box-shadow: 3px 3px 3px rgb(136, 136, 136);
}


/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #0f4d9e;
}

.btn-group button:active{
  background-color: rgb(19, 19, 66);
}
.text-header {
font-size: 30px;
font-weight: bold;
margin-bottom: 0px;
margin-top: 40px;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #cbcbcb;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

p {
    font-family: Georgia;
    color: rgb(11, 11, 107);
    font-size: 20px;
    font-weight: normal;
    width: 600px;
    line-height: 27px;
    margin-top: 30px;
    width: 800px;
    margin-inline: auto;
}



