/*
Theme Name: Healthy Living Plus (Responsive)
Theme URI: http://www.amoils.com/health-blog/
Description: Custom theme for amoils.com
Author: izoox, LLC
Version: 2.0
*/

.nav-tabs {
    /*border-bottom-color: #2c4850;*/
    border-bottom-color: #7EAB46;
}
.nav-tabs > li {
    width: auto !important;
}
.nav-tabs > li > a {
    padding: 0 10px !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:active {
    /*background: #2c4850;*/
    background: #7EAB46;
    outline: none;
}

#popular ul.leaves li {
    color: #71993f;
    font-size: 12px;
    height: 22px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#categories ul.leaves li,
#archives ul.leaves li {
    color: #71993f;
    display: inline-block;
    font-size: 12px;
    height: 22px;
    max-width: 50%;
    padding-right: 5px;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box .box-title {
    background: #7EAB46;
}

.author-box {
    clear: both !important;
    margin-top: 30px !important;
}

article.post a img.aligncenter {
    float: none !important;
    margin: 0 !important;
}

@media (max-width: 1199px) {
    .nav-tabs > li > a {
        font-size: 13px !important;
    }
}

@media (max-width: 768px) {
    article.post a img.alignright, article.post a img.alignleft {
        width: 150px !important;
    }
}

