span.productnaam {
    float: left; 
}

span.productprijs {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    width: 70px;
    text-align: right;
}

span.productduur {
    float: right;
    margin-left: 20px;
    width: 70px;
}

.winkelwagen-tabel tbody tr:nth-child(even) td {
    background-color: #eeeeee;
}

.winkelwagen-tabel tbody tr:last-child td {
    background-color: #ffffff;
}

.winkelwagen-tabel .totaal {
    border-top: 1px solid;
}

.winkelwagen-tabel .totaal-label, .winkelwagen-tabel .totaal, .winkelwagen-tabel .stukprijs {
    text-align: right;
}

.winkelwagen-tabel .totaal-label, .winkelwagen-tabel .totaal {
    font-weight: bold;
}

.knop {
    display: inline-block;
    padding: 4px 12px;
    background-color: #eeeeee;
}

.knoppen .knop {
    float: left;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
}

/*.knoppen .knop:last-child {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-left: solid 1px #dddddd;
}*/

.knop.half-knop {
    width: 200px;
}

@media (max-width: 35em) {
    .winkelwagen-tabel .totaal-label, .winkelwagen-tabel .totaal, .winkelwagen-tabel .stukprijs {
        text-align: left;
    }

    .ui-table-reflow.ui-responsive td.totaal .ui-table-cell-label, .ui-table-reflow.ui-responsive td.totaal-label .ui-table-cell-label {
        display: none;
    }

    .knoppen .knop {
        float: left;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        text-align: center;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        border-left: none;
        margin-bottom: 10px;
        padding-right: 10px;
        width: 100%;
        max-width: 200px;
    }
}

.opties {
    width: 100%;
   
}

.opties .calendar-holder {
    width: calc(50% - 5px);
    display: inline-block;
    float: left;
}

.opties .opties-holder {
    width: calc(50% - 5px);
    display: inline-block;
    float: right;
}

.opties-holder .optie {
    display: inline-block;
    margin: 0px 5px 5px 0px;
    text-align: center;
}

.opties-holder .optie a {
    color: #333333;
    font-weight: normal;
    text-decoration: none;
    width: 80px;
    padding: 6px 10px;
    background-color: #f6f6f6;
    display: block;
}

.opties-holder .optie a:hover {
    background-color: #ededed;
}

.opties-holder .medewerkers {
    margin-bottom: 20px;
}

#registratieform input, #registratieform textarea, #registratieform select{
    display:block;
    width:100%;
    margin-top:10px;
    margin-bottom: 10px;

    padding: 7px;
    border-radius:7px;
    border: solid 1px #808080;
    box-sizing:border-box;
    
}
