html body .pc_hnpt_code {
    display: none;
}
html body.home .entry-content > div.login-page {
    margin: 25px auto;
}
html body.home mark.pc_logout_btn {
    margin: 20px auto 0 auto;
    display: inline-block;
    padding: .25em 1em;
}
mark.pc_logout_btn,
.edp-header .pc_logout_btn{
    cursor: pointer;
}
.eikenhout .nav-tabs li.tab-item a {
    height: 100%;
}
main.site-main div.row.catalog {
    padding: 15px 15px 20px 15px;
}
.cat-col {
    padding: 0;
    display: flex;
    justify-content: stretch;
}
.cat-wrapper {
    background-size: cover;
    background-position: 50%;
    margin: 10px;
    padding: 0;
    cursor: pointer;
    display: flex;
    justify-content: stretch;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.33);
    width: 100%;
    min-height: 150px;
}
.cat-button:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.66);
    transition: background-color 200ms ease-in-out;
}
.cat-button:hover:after{
    background-color: rgba(0, 0, 0, 0.33);
}
.catalog .cat-button,
.catalog .cat-button:hover{
    display: flex;
    flex-flow: column;
    padding: 10px;
    text-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    width: 100%;
}
.cat-button h3{
    font-size: 110%;
    z-index: 1;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .33);
    margin-top: 1em;
}
.cat-tiles {
    display: flex;
    justify-content: space-evenly;
    z-index: 1;
    margin-bottom: .5em;
    flex-flow: wrap;
    align-items: center;
}
.cat-button img{
    width: 33%;
    padding: 5px;
}

.pc_displaynone,
.attachment-hidden img.wp-post-image{
    display: none;
}

/* ED Table Widths  */
.dataTables_wrapper .tablepress {
    min-width: 100%;
}