.tableGegevens{
    font-size: 18px;
}

.tableGegevens .attribuut{
    font-weight: bolder;
    padding-right: 20px;
    padding-left: 16px;
}

.afspraakBevestigKnop{
    text-transform: uppercase;
    font-weight:bolder;
    /*letter-spacing: 3px;*/
    max-width: 250px;
    background-color: #f0597c;
    color: white;
    border-radius: 0;
    text-align: center;
    font-size: 15px;
    position: absolute;
    bottom:120px;
}

.pijlBoxCirkelDrie{
    position: absolute;
    bottom:15px;
    left:60px;
    display: flex;
    max-width: 100%;
    height: 10%;
    font-size: 18px;
    font-weight: lighter;
}

.leesPCirkelDrie{
    color:white;
}

.leesPCirkelDrie:hover{
    color:black !important;
}

.pijlCirkelDrie {
    max-width: 60px;
    height: 20px;
    margin-top:4px;
    margin-right:10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.datumBox{
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:14px;
    margin-right:18px;
    background: rgba(239, 129, 154, 0.5);
}

@media screen and (min-width:769px) and (max-width: 991px){
    .leesPCirkelDrie{
        font-size: 13px;
    }
}

@media screen and (max-width: 446px){
    .leesPCirkelDrie{
        font-size: 16px;
    }
}