.table {
    padding: 2px;
    font-size: 10px;
    overflow-y: scroll;
}

.table > tbody > tr > td {
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

.table > thead {
    cursor: pointer;
}

.table > th {
    height: 140px;
    white-space: nowrap;
}

.table > thead > tr > th > div {
    transform: translate(-10px, 0px) rotate(285deg);
    max-width: 30px;
}

.table > thead > tr > th > div.norotate {
    max-width: none;
    transform: none;
}

.table > thead > tr > th > div.norotate > span {
    display: block;
    text-align: center;
}

.table > thead > tr > th > div > span {
    padding-left: 5px;
}

.table > tbody > tr > td:nth-child(3) {
    text-align: left;
}

.table > tbody > tr > td:nth-child(2) {
    text-align: left;
}

.table > tbody > tr > td:nth-child(4) {
    text-align: left;
}

.table > tbody > tr > td:nth-child(5) {
    text-align: left;
}

.table > thead > tr > th {
    height: 100px;
}

ul.stieraanbod-rassen-menu li {
    display: inline;
}

.a-zonder-href {
    cursor: pointer;
}

.slide-img {
    max-height: 280px;
    width: auto;
}

#dataTable_filter {
    float: right;
}

/* MENU ITEM DING HIER*/

.booNavigation {
    position: relative;
}

.booNavigation li.navItem {
    /*float: left;*/
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.booNavigation li.navItem:hover {
    cursor: pointer;
}

.booNavigation li.navItem .navContent {
    left: -12px;
    position: absolute;
    width: auto;
    min-width: 100%;
    z-index: 999;
}

.booNavigation .navContent {
    background: #fff;
}

#main-menu-holder > ul > li > ul > li > ul {
    margin-bottom: 4px;
}

.navContent li {
    margin-left: 5px !important;
}

.booNavigation .navContent ul li {
    display: block;
    padding: 5px 15px 5px 5px;
}
.booNavigation .navContent ul li a {
    display:block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.booNavigation .navContent ul li a:hover {
}