table.tarieven{
display: block;
width:100%;
max-width:479 !important;
height:auto !important;
margin:20px 0 !important;
}
table.tarieven tr td.newline{
padding-top:30px;
}
table.tarieven th,
table.tarieven td{
padding: 8px 12px;
}
table.tarieven th:nth-child(1),
table.tarieven td:nth-child(1){
min-width:470px;
}
table.tarieven td:nth-child(2),
table.tarieven th:nth-child(2){
min-width:120px;
}
@media only screen and (max-width: 600px) {
table.tarieven th:nth-child(1),
table.tarieven td:nth-child(1){
min-width:1px;
}
}
table.tarieven th{
font-weight: 700;
color: #4A4A4A;
font-size: 17px;
}
table.tarieven tr:not(:last-child){
border-bottom:1px solid #cfcfcf;
}