/**
 * Created by hosamzewain on 8/11/15.
 */

html, body {
    direction: ltr;
    font-family: "tahoma";
}

.bring_right {
    float: left;
}

.bring_left {
    float: right;
}

.right_text {
    text-align: left;
}

.left_text {
    text-align: right;
}

.header_icons .glyphicon {
    margin: 0 15px 0 0 !important;
}
