
.btn > small
{
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    display: block;
}




    #notificationDropDown
    {
        max-width: 500px;
    }
    #notificationYamm
    {
        padding: 5px;
        margin: 0;
    }
    #notificationYamm div.tpl
    {
        display: none !important;
    }
    #notificationYamm div.media
    {
        margin: 10px 0;
        border-bottom: 1px solid #ddd;
    }
    #notificationYamm div.media.new
    {
        background: #ddd;
    }
    #notificationYamm img.media-object
    {
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }
    #notificationYamm div.media-body
    {
        font-size: 12px;
    }
    #notificationYamm div.media-body span
    {
        display: block;
    }



#notificationYamm div.media.admin
{
    background: #DCF2D5 !important;
}
#notificationYamm div.media.admin div.media-body
{
    font-size: 14px;
}
#notificationYamm div.media.admin img.media-object
{
    width: 45px;
    height: 45px;
    margin-right: 5px;
}
    
    
    
    
.progressjstext
{
    margin: 5px 0;
    font-size: 12px;
}
.progressjs
{
    width:100%;
    height: 10px;
    margin: 5px 0;
}
.progressjs > svg 
{
    width: 100%;
    height: 10px;
    display:block;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.course-description
{
    height: 60px;
    position: relative;
    overflow: hidden;
}
.course-description .more
{
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; height: 100%;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,0+33,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 33%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(33%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 33%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 33%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 33%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 33%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
