.bestelportaal-tabel {

    width:100%;
    border-collapse:collapse;
    margin-top:20px;
    font-size:15px;

}


.bestelportaal-tabel th {

    background:#f1f1f1;
    padding:12px 15px;
    text-align:left;
    border-bottom:2px solid #ccc;

}


.bestelportaal-tabel td {

    padding:10px 15px;
    border-bottom:1px solid #ddd;

}


.bestelportaal-tabel tr:nth-child(even){

    background:#fafafa;

}


.bestelportaal-tabel tr:hover {

    background:#f5f5f5;

}



.bestelportaal-tabel th:nth-child(5),
.bestelportaal-tabel td:nth-child(5){

    text-align:right;

}


.bestelportaal-tabel th:nth-child(6),
.bestelportaal-tabel td:nth-child(6){

    text-align:center;

}



.bestel-aantal {

    white-space:nowrap;

}


.bestel-aantal button {

    width:34px;
    height:34px;
    cursor:pointer;
    font-size:18px;
    background:white;
    border:1px solid #ccc;

}


.bestel-aantal button:hover {

    background:#eee;

}


.product-aantal {

    width:65px;
    height:34px;
    text-align:center;
    margin:0 6px;

}



.bestelactie {

    margin-top:25px;

}


#controleer-bestelling {

    padding:12px 25px;
    font-size:16px;
    cursor:pointer;
    background:#2271b1;
    color:white;
    border:none;
    border-radius:4px;

}


#controleer-bestelling:hover {

    opacity:.85;

}



#bestel-overzicht {

    display:none;
    margin-top:30px;
    padding:20px;
    border:1px solid #ddd;
    background:#fafafa;

}