/* pure-extras.css */
.pure-alert-error {
	background-color: #E3E4E6;
	color: #000;
}


/* shaarli.css */

body {
    background: #fff;
    /* background: #d0d0d0; */
}

.shaarli-menu {
    position: fixed;
    top: 0;
    width: 100%;
    --height: 50px;
	background: #666;
    /* background: #1b926c; */
    -webkit-font-smoothing: antialiased;
    /* Hack to transition with auto height: http://stackoverflow.com/a/8331169/1484919 */
    max-height: 45px;
    transition: max-height 0.5s;
    overflow: hidden;
    z-index: 999;
}