/*
 * Developer
 *
 * @author      Trong Le (trongithust@gmail.com)
 */

#notification-bar .fa-times {
    position: absolute;
    top: 0;
    right: 2px;
    font-size: 20px;
    color: white;
    padding: 5px;
    cursor: pointer;
    font-weight: 300;
}
