* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style:
    none; box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
input:focus, textarea:focus, select:focus { outline: none; }
body {
    background: url("../gfx/bg.jpg") no-repeat scroll center center / cover;
    background-attachment: fixed;
    font-family: "Lato", sans-serif;
}



div[data-role="footer"] {
    position: relative;
    display: flex; align-items: center; justify-content: center;
    width: 100%; height: 36px;
    margin-top: 100px;
    border-top: 1px solid rgba(0,0,0,0.1);
    font: 400 10px/10px "Lato", sans-serif; color: #888;

}
tr.alert-mute{
    background-color: rgba(200,200,200,.2);
    color: #aaa;
}
