* {
    font-family: tahoma, arial, sans-serif !important;
}

body {
    background: none;
    color: #333333;
    font-size: 10pt;
}

p {
    font-size: 10pt;
    color: #333333 !important;
    font-weight: normal;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif !important;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border: 0px;
    margin-top: 2px;
    width: 100%;
}

table td {
    padding-top: 4px;
    vertical-align: top;
}

table label {
    font-size: 10pt;
    color: #333333 !important;
    font-weight: normal;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif !important;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    height: auto !important;
}

.resultsContainer {
    width: 100%;
    table-layout: fixed;
}

.mapsContainer {
    width:100% !important;;
}

.kaartContainer {
    height: 450px;
    overflow: hidden;
}

.kaartContainer .mapDiv {
    width: 100%;
    height: 400px;
}

.kaartContainer .mapCanvas {
    width: 100%;
    height: 400px;
}

.directionDiv {
    width: 100%;
    height: 480px;
    float: left;
}

.beetjeRuimte {
    padding-left: 10px !important;
}