#parkeerscript {
    border: 1px solid #EEEEEE;
    float: right;
    position: relative;
    padding: 0 15px 50px 13px;
}

#parkeerscript th, #parkeerscript td, #parkeerscript p {
    font-size: 1em;
}

#parkeerscript h3 {
    font-weight: 600;
    padding-left:3px;
    /*color: #EA1A49;*/
}

#parkeerscript th {
    color: #000000;
}

#parkeerscript td, #parkeerscript th {
    text-align: left;
    padding-left: 2px;
}

#content {
    float: left;
    width: 560px;
}

aside {
    padding-top: 10px;
    display: inline-block;
}

#parkeerscript .date-td {
    border: none;
}

#parkeerscript input {
    padding: 4px;
    width: 100px;
    border: 1px solid #ea1a49;
}

#parkeerscript .reserve {
    position:absolute;
    background: #fff !important;
    color: #ea1a49 !important;
    text-shadow: none;
    font-weight: 600;
    width: 96px !important;
    margin: 5px 0 0 -3px ;
}

.colRight {
    padding-left: 15px !important;
}

.colRight .reserve {
    margin-left: 0 !important;

}


/*IE 10 fix*/
@media screen\0 {
    #parkeerscript {
        width: 300px;
        padding: 0 12px 50px 20px;
    }

    .colRight {
        padding-left: 25px !important;
    }

}

/*Chrome fix*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #parkeerscript input {
        width: 110px;
    }

    #parkeerscript .reserve {
        width: 106px !important;

    }
}