.blogShort{ border-bottom:1px solid #4e5761;}
.add{background: #333; padding: 10%; height: 300px;}

.nav-sidebar { 
    width: 100%;
    padding: 8px 0; 
    border-right: 1px solid #ddd;
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar .active a { 
    cursor: default;
    background-color: #34ca78; 
    color: #fff; 
}
.nav-sidebar .active a:hover {
    background-color: #37D980;   
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

.btn-blog {
    color: #ffffff;
    background-color: #5584ff;
    border-color: #5584ff;
    border-radius: 0;
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 20px;
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
    color: white;
    background-color:#34ca78;
    border-color: #5584ff;
}
.h1l { text-align:left; color:white; font-size: 23px; }
.h2l { color: white; font-size: 18px; }
 h2{color:#34ca78;}
 .blogmargin20{    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 20px;}
 .pgrey { color: #bdbdbd; margin: 15px auto; }
 .pb20 {padding-bottom: 20px!important;}
 .font-italic { font-style: italic; }
 