.site-notification {
    background-color: rgb(248, 245, 20);
    border: 1px solid #5e5e5e;
    font-size: 1.2em;
    margin: 1em;
    padding: 1em .8em;
    -webkit-box-shadow: 6px 6px 5px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 5px -4px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 5px -4px rgba(0,0,0,0.75);
}


.primary-button, .button {
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 8px;
    cursor: pointer;
    font-size: 16px;
    padding: 15px 25px;
    border-radius: 5px;
    font-family: inherit;
}

.license-table {
}

.license-table th {
    min-width: 0;
}

.license-table td {
    padding: 5px 8px 0 0;
}

input[type='text'].datepicker {
    min-width: 90px !important;
}
.datepicker {
    width: 10px;
}

.checkout-label-error {
    color: #FF0000;
}

.required-color {
    color: #FF0000;
}

.required {
    color: #FF0000;
    margin-left: 10px;
}
