#lightning .boek button.slds-button
{
    margin-top: 1em;
}

#lightning .boek button.slds-button.slds-button_success,
#lightning .boek button.slds-button.slds-button_neutral {
    background: #3ab54a;
    color: #fff;
    min-width: 190px;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
    font-size: 1.14em;
}

#lightning.slds-scope h2 {
    font-size: 1.286em;
    font-weight: 400;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 15px 0;
    font-family: 'Open Sans',sans-serif;
}

#lightning.slds-scope div.voorwaarden
{
    margin-top: 4em;
    display:flex;
    flex-direction: row;
    justify-content: center;
}

#lightning.slds-scope .voorwaarden-msg.error
{
    color: red;
}

#lightning.slds-scope p
{
    font-family: 'Open Sans',sans-serif;
    color: #000;
    text-align: center
}

#lightning.slds-scope .verkoop-blok p.plaatsen
{
    position: absolute;
    right: 2em;
    bottom: 1em;
}

#lightning.slds-scope .verkoop>.slds-card
{
    border: none;
}

#lightning.slds-scope .verkoop header h2
{
    text-align: center;
}