
.bon-center {
    text-align: center;
}

.bon-small-icon{
    width: 96px;
    height:auto;
}

.bon-no-transform {
    text-transform: none;
}

.bon-no-margin {
    margin: 0 0 0 0;
}

#fabToolBar {
    opacity: 0.9;
    position: fixed;
    z-index: 1000;
    bottom: 0em;
    left: 0em;
    width: 100%;
}

.floatLeft{
    float:left;
    background-color: #0e90d2;
}


.article_title {
    display: inline-block;
    text-transform: lowercase;
}

.article_title:first-letter {
    text-transform: uppercase;
}