﻿@font-face {
    font-family: 'entypo';
    src: url("entypo.eot");
    src: url("/Content/fonts/entypo.eot?#iefix") format('embedded-opentype'),
        url("/Content/fonts/entypo.woff") format('woff'), 
        url("/Content/fonts/entypo.ttf") format('truetype'), 
        url("/Content/fonts/entypo.svg#entypo") format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'entypo';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    opacity: 0.8;
    font-size: 18px;
}
.icon-plus:before {
    content: '\2b';
}
/* '+' */

.icon-minus:before {
    content: '\2d';
}
/* '-' */