.z-dz-followButton{
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
}
.z-dz-button-follow{
    min-width: 150px;
    padding: 5px 10px;
    border: solid 1px #999999;
    cursor: pointer;
}

.z-dz-prefsIcon-plus {
    margin-bottom: -1px;
    width: 9px;
    height: 9px;
}
.z-dz-follow-button-text{
    padding-left: 2px;
    width: 86px;
    height: 18px;
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    color: #666666;
    text-transform: uppercase;
}
.z-dz-follow-button-hover{
    min-width: 150px;
    padding: 5px 10px;
    border: solid 2px #999999;
    -webkit-transition-property: width;
    transition-property: width;
}
.z-dz-button-followed{
    min-width: 150px;
    padding: 5px 10px;
    border: solid 1px #ff6900;
    cursor: pointer;
}

.z-dz-prefsIcon-check{
    margin-bottom: -1px;
    width: 9px;
    height: 9px;
}
.z-dz-followed-button-text{
    padding-left: 2px;
    width: 65px;
    height: 18px;
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    color: #ff6900;
    text-transform: uppercase;
}
.z-dz-hidden {
    display: none !important;
}

.mainCol .title{
    overflow: visible;
}

.z-dz-catalogHeadline{
    border-bottom: 1px solid grey;
    margin-bottom: 20px;
    position: relative;
}

.z-dz-titleModifier {
    display: inline-block;
    max-width: calc(100% - 200px);
    margin-bottom: 20px !important;
}

.z-dz-notification {
    display: none;
}

.z-dz-notificationText{
    background-color: #d5e9f4 !important;
    border: 1px solid #bebebe !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.z-dz-align {
    position: absolute !important;
    display: none;
    top: 45px;
    left: -50px;
}

.z-dz-align:after {
    border-bottom-color: #d5e9f4 !important;
}


.z-dz-round {
    cursor: pointer;
    margin-bottom: -4px;
}
.z-dz-arrow_box {
    position: absolute;
    top: -14px;
    left: -245px;
    background: #ffffff;
    color: #489cdf;
    padding: 5px;
    text-align: left;
    display: inline-block;
    width: 220px;
    border: 1px solid #DCDCDC;
    z-index: 10000;
}
.z-dz-arrow_box:after, .z-dz-arrow_box:before {
    left: 100%;
    top: 50%;
    border: 50px solid #DCDCDC;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.z-dz-arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #ffffff;
    border-width: 7px;
    margin-top: -8px;
}
.z-dz-arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #DCDCDC;
    border-width: 8px;
    margin-top: -9px;
}
.z-dz-info{
    display: inline-block;
    position: relative;
    margin-right: 5px;
}