body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    max-width: 1000px;
    margin: auto;
}


h1, h2{
    color: #2a3964;
    text-align: center;
}

h2, h3 {
    margin: auto;
}

h3 {
    text-align: center;
}

input {
    width: 100%;
    box-sizing: border-box;
}

th, td {
    padding: 15px;
    vertical-align: top;
    background-color: #EEEEEE;
}

table {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    background-color: white;
}

input {
    width: 100%;
    box-sizing: border-box;
}

#privacy_policy {
    text-align: center;
    position: fixed;
    bottom: 1%;
    left: 0%;
    width: 100%;
}

#license_token {
    margin-bottom: 15px;
}

#license_key {
    margin-bottom: 15px;
}

.status_success {
    color: green;
}

.status_error {
    color:red;
}

.status_inactive_or_expiring {
    color: orange;
}

.results_row {
    text-align: center;
}

.button_container {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.button {
    font-weight: bold;
    font-size: 1.2em;
    width: 25%;
    margin-right: 1%;
    margin-left: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
}
