/*
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 : Aug 18, 2015, 4:18:55 PM
    Author     : com002
*/

[class^="icon-"], [class*=" icon-"] {
        display: inline-block;
        width: 14px;
        height: 14px;
        line-height: 14px;
        vertical-align: text-top;
        background-image: url("glyphicons-halflings.png");
        background-position: '';
        background-repeat: no-repeat;
}


@media screen and (min-width: 100px) and (max-width: 800px) {
        .mobile-view { display: none !important; }
}