/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.item {
    position:relative;
    padding-top:20px;
    display:inline-block;
}
.notify-badge{
    position: absolute;
    left:-1px;
    top:15px;
    background: #ffbb01;
    text-align: center;
    
    color:#fff;
    padding:5px 10px;
    font-size:20px;
}
