/* CSS used here will be applied after bootstrap.css */
.badge-notify{
    background:red;
    position:relative;
    top: -20px;
    left: -35px;
}
.note{
    cursor: hand!important;
}
.note:hover{
    background-color: #ccc !important;
}

li{
    list-style-type: none;
}

.error{
    margin-top: 0px !important;
    color: #c9302c !important;
}

