/* CSS used here will be applied after bootstrap.css */

.dropdown {
    display:inline-block;
}
.glyphicon-bell {

    font-size:1.5rem;
  }

.notifications {
   min-width:420px;
  }

  .notifications-wrapper {
     overflow:auto;
      max-height:250px;
    }

 .menu-title {
     color:#db7f17;
     font-size:1.2rem;
      display:inline-block;
      }

.glyphicon-circle-arrow-right {
      margin-left:10px;
   }


 .notification-heading, .notification-footer  {
 	padding:2px 10px;
}


.dropdown-menu.divider {
  margin:5px 0;
}

.item-title {

 font-size:1.2rem;
 color:#808080;

}

.notifications a.content {
 	text-decoration:none;
/*  background:#ccc; */
	overflow:auto;
	display:block;
 }

.notification-item {
 	color:#454545;
 	border-radius:4px;
 	overflow:auto;
 	font-size:1.2rem;
 }
