/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 20, 2015, 12:39:41 PM
    Author     : emu
*/
.typography .bolumler {
    padding: 0 15px;
}
.typography .bolumler .bolum {
    float:left;
    position:relative;
}
.typography .bolumler .bolum:before {
    position: absolute;
    left: -4px;
    content: "\f0d8";
    font: normal normal normal 14px/1 FontAwesome;
}
.typography .bolumler .bolum:first-child:before {
    content: " ";
}