﻿#pagevacature {
    position: fixed;
    top: 0px;
    left: -100%;
    background-color: white;
    width: 100%;
    color: white;
    display: block;
    z-index: 9999999;
    height: 100%;
    border: solid 0px darkgrey;
}
#vacatureMain {
    position: absolute;
    width:100%;
    height:100%;
    padding:0px;
    display: table-cell;
    font-size: 13px;
    color:black;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
