@font-face {
    font-family: 'wilddive';
    src:    url('../fonts/wilddive.eot?37oxpg');
    src:    url('../fonts/wilddive.eot?37oxpg#iefix') format('embedded-opentype'),
        url('../fonts/wilddive.ttf?37oxpg') format('truetype'),
        url('../fonts/wilddive.woff?37oxpg') format('woff'),
        url('../fonts/wilddive.svg?37oxpg#wilddive') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="wicon-"], [class*=" wicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'wilddive' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wicon-check:before {
    content: "\f00c";
}
.wicon-close:before {
    content: "\f00d";
}
.wicon-remove:before {
    content: "\f00d";
}
.wicon-times:before {
    content: "\f00d";
}
.wicon-anchor:before {
    content: "\f13d";
}

	.compare-field {
    float: right;
    width: 50%;
}

.compare-title {
    float: right;
    width: 50%;
    background: #2095d2;
    display: block;
    /* width: 115px; */
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin: 0 2px 2px;
}
.compare-value {
    text-indent: 5px;
    line-height: 24px;
    background-color: #d2dff0;
    margin: 0 2px;
	color: #016faa;
}
.compare-value.checkbox, .compare-value.range {
   font-family: 'wilddive' !important;
}
h3.compare-h3 {
    clear: both;
    color: #016faa;
    margin: 20px 0 10px;
    float: right;
    width: 100%;
}
span.noancor {
    opacity: 0.2;
    text-align: right;
	letter-spacing: 3px;
}
span.ancor {
    display: inline-block;
    text-indent: 0;
	letter-spacing: 3px;
}