.wz_cp_topnavitem{ 
    padding:4px;
    margin-left:4px;
    float:right;
    margin-top:8px;
}

.wz_cp_topnavcontainer{
    float:none;
    display:none;
    clear:both;
    padding: 0px 0px 8px 0px;
}

.wz_cp_topnavoptions{
    float:right;
    display:block;
}

.wz_cp_home_container .wz_cp_home_item{
    user-select:none;
    width:100px;
    height:100px;
    float:left;
}

.wz_cp_home_container .wz_cp_home_item .icon img{
    width:32px;
    height:32px;
    margin:16px 0px 2px 34px;
}
.wz_cp_home_container a:hover .icon img{
    width:30px;
    height:30px;
    margin:16px 0px 3px 35px;
}
.wz_cp_home_container .wz_cp_home_item .name{
    text-align:center;
}
.wz_cp_home_container .wz_cp_home_item a{
    color:#222222 !important;
}

.wz_cp_separator{
    height:1px;
    width:100%;
    margin: 5px 0px 5px 0px;
    background-color:#DDDDDD;
}

/* Tablets */
@media only screen and (max-width: 1023px) {
    .wz_cp_topnavitem a{
        color:#222222;
        background-color: #DCDCDC;
        border-radius: 3px;
        padding:8px;
    }
}

@media only screen and (min-width: 600px) {
    .wz_cp_topnavitem{
        float:right;
    }
}

/* Desktop */
@media only screen and (min-width: 1024px) {
    .wz_cp_topnavitem{
        float:right;
        margin-top:0px;
    }

    .wz_cp_topnavcontainer{
        display:block;
        float:right;
        clear:none;
    }

    .wz_cp_topnavoptions{
        float:none;
        display:none;
        clear:none;
    }

    
}