/* util position */
.dsioEl-pos--topL {
    top: 0;
    left: 0;
}

.dsioEl-pos--topR {
    top: 0;
    right: 0;
}

.dsioEl-pos--bottomL {
    left: 0;
    bottom: 0;
}

.dsioEl-pos--bottomR {
    right: 0;
    bottom: 0;
}


/* icon */
.fa-icon:before,
.fa-icon:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
