.webinaris_wrapper {
    font-family: Lato;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.25);
    padding: 15px 30px 30px 30px;
    background: #fff;
}

.webinaris_title {
    font-size: 30px;
    font-weight: 700;
    padding: 8px 0;
    color: #056688;
    line-height: 1.2em;
}

.webinaris_choicetext {
    line-height: 1.5em;
}

.webinaris_legal_text {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.wb_container {
    color: #555555;
    line-height: 1.71429em;
    border-radius: 2px;
    margin-bottom: 40px;
}

.wb_form_footer button {
    background: #5DE8C1;
    border-radius: 2px;
    color: #0A4768;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 20px;
    text-align: center;
    border: 2px solid #5DE8C1;
    font-size: 18px;
    width: 100%;
    line-height: 1.2em;
}

.wb_form_footer button:hover {
    background-color:#ffffff;
}


.api-table-container {
    max-width: 400px;
    margin: 20px 0;
}
.api-table-entry {
    margin-bottom: 10px;
}
.api-table-seats {
    background-color: #fec63d;
    text-align: center;
    color: black;
    font-size: 14px;
    font-weight: 300;
}
button {
    margin-top: 10px;
    padding: 8px 12px;
    background: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}
button:hover {
    background: #005177;
}