.icon-links-widget {
    clear: both;
    float: none;
    margin: 0 15px 40px;
}

.icon-links-widget .icon-link-container {
    background: #fff;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

#search-terms{
    margin-top:8px!important;-
}
.icon-links-widget .icon-link-container li {
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    float: left;
    position: relative;
    padding-left: 70px;
    width: 25%;
}
.myDivToPrint {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }
@media print {
    .myDivToPrint {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }
}
.icon-links-widget .icon-link-container li span {
    border-right: 1px solid #d3d3d3;
    color: #d3d3d3;
    display: inline-block;
    font-size: 25px;
    margin-right: 15px;
    padding-right: 15px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 15px;
}
.tz-arrow-left{
      width: 0;
height: 0;
border-style: solid;
border-width: 35px 35px 35px 0px;
border-color: transparent #bdddff transparent transparent;
line-height: 0px;
_border-color: #000000 #bdddff #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.tz-arrow-right{
       width: 0;
height: 0;
border-style: solid;
border-width: 35px 0px 35px 35px;
border-color: transparent transparent transparent #bdddff;
line-height: 0px;
_border-color: #000000 #bdddff #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.tz {
    font-family: 'tz-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.sidebar-filters .selectable.selected .box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #00becc;
    border-color: #00becc;
}

.selected .box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #2d71ec;
    border-color: #2d71ec;
}

i.box {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px #e0e0e0;
    -moz-box-shadow: inset 0 1px 1px #e0e0e0;
    box-shadow: inset 0 1px 1px #e0e0e0;
    border: 1px solid #c3c2c4;
    width: 9px;
    height: 9px;
    margin-right: 3px;
    vertical-align: baseline;