/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

body {
    font-family: Verdana,sans-serif;
    font-size: 14px;
}

#mobile-profile-img {
    display: block !important;
}

small {
    color: #7e7e7e;
    font-size: 11px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ebebeb;
}

.table-thread tr td {
    padding-top: 3px!important;
    padding-bottom: 3px!important;
}

.fixed-navigation nav {
    overflow-x: hidden;
}


blockquote {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    background: #f3f1df;
    /* border: 1px solid #cac8b1;*/
}
p{
    //word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}