div.vericert-page h4 {
    font-size:22px;
}
div.vericert-form {
    max-width:600px;
    margin:auto;
}
div.vericert-form h5 {
    font-size:18px !important;
    margin-top:20px;
    text-decoration:underline;
    display:inline-block;
}
div.vericert-form label {
    display:block;
    margin-top:10px;
}
div.vericert-form span.required {
    color:red;
}

table.table, .table td, .table th {
    border:none;
    border-top: 1px solid #dee2e6;
}

#resendEmailSubmit:hover {
    background:unset;
}

div.alert > p:last-child {
    margin-bottom:0;
}

button.pay-event {
    margin-top: -5px;
    font-size:20px;
}
button.pay-certificate {
    height: unset;
}

#payCertificateEvent {
    font-weight:bold;
}
#payCertificatePrice {
    font-size:20pt;
}

.cert-prices-table {
    margin-bottom:0;
}
.cert-prices-table th {
    width:50%;
}
.cert-prices-table td {
    padding:3px;
}

.event-certificates {
    margin-bottom:30px;
}
.event-certificates .badge {
  font-size: 15px;
  padding: 7px;
  margin-bottom:10px;
}