@media (max-width: 1000px) {
  body {
      font-size: 37px;
  }
  
  .info_box table {
      font-size: 23px;
  }
  
  input[type="submit"], a.button {
    font-size: 37px !important;
    padding: 2px 63px !important;
    border-radius: 12px !important;
  }
  
  .info_box table td, .info_box table th {
      font-size: 37px !important;
  }
  .info_box p {
        line-height: 40px;
        font-size: 37px;
        padding: 25px 0;
    }
    
    #terms {
        font-size: 20px;
    }
    
    img.logo-top {
        width: 50%;
    }
}

body {
    font-family: Calibri;
    margin-top: 40px;
}

h1 {
    display: inline-block;
    margin-top: 0;
}

.messages {
    position: absolute;
    background-color: #ffcc80;
    padding: 10px 50px;
    border-radius: 5px;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.3em;
}

.main_controls {
    display: inline-block;
    float: right;
}

#loadingDIV {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
}

/* Form Styling */
input {
    line-height: 2;
    border-radius: 3px;
    border: 1px solid black;
}

select {
    border-radius: 3px;
    border: 1px solid black;
    padding: 6px 6;
}
input[type="submit"], a.button {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 2px 15px;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
}

input[type="submit"]:hover {
    background-color: #1c957e;
    border-color: #1c957e;
    cursor: pointer;
}

/* Responsive */
.info_box {
    color: #4D5973;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 5px 10px;
    float: left;
    margin: 0 10px 0 0;
}

.info_box p.title {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 2em;
}

.info_box p {
    border-bottom: 1px solid #eeeeee;
    line-height: 2.5em;
    margin: 0;
}

.info_box table {
    width: 100%;
    text-align: left;
}

.info_box table tr:hover {
    background-color: #fafafa;
}

.info_box table td, .info_box table th {
    border: none;
    border-bottom: 1px solid #eeeeee;
    line-height: 2em;
}

.row {
    clear: both;
    margin-bottom: 20px;
    display: flex;
}



ul.userlist li:hover {
    background-color: #126857;
}

ul.userlist li a {
    color: white;
    text-decoration: none;
    font-family: Tahoma;
}
ul.userlist li {
    display: inline-block;
    margin: 10px;
    background-color: #1c957e;
    padding: 10px 30px;
    border-radius: 5px;
}