/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

#help-box{
    display: none;
    position: fixed;
    top: 150px;
    background-color: #fff;
    right: 150px;
}
