::selection {
    color: #fff;
    text-shadow: none;
    background: #444;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #444;
}

.clickable{
    cursor:pointer;
}
span[data-do='editmenuel']:hover{
    background:lightcoral;
    opacity: 0.5;
}
*{
    /*transition: all .1s ease-in-out;*/
}
#toTop {
    width:100px;
    border:1px solid #ccc;
    background:#f7f7f7;
    text-align:center;
    padding:5px;
    position:fixed;
    bottom:10px;
    left:10px;
    cursor:pointer;
    display:none;
    color:#333;
    font-family:verdana;
    font-size:11px;
}