* {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 14px;
    scrollbar-width: none;
    ::-webkit-scrollbar { width: 0px; };
}
body {
    background-color: #000000;
    color: #ccc;
    margin: 3px;
}
ul > li {
    list-style: none;
    width: 100%;
    text-align: center;
}
a {
    text-decoration: none;
}
.buton-meniu {
    width: 36px;
    height: 36px;
    padding: 2px;
    background-color: #222;
    margin: 2px;
    border-radius: 2px;
    position: fixed;
    z-index: 9999;
    opacity: 1;
}
.buton-meniu.op10 {
    opacity: 1;
}
.buton-meniu.op8 {
    opacity: 0.8;
}
.buton-meniu.op6 {
    opacity: 0.6;
}
.buton-meniu.op4 {
    opacity: 0.4;
}
.buton-meniu.op2 {
    opacity: 0.2;
}
.buton-meniu.rt {
    right: 2px;
    top: 2px;
}
.buton-meniu.lt {
    left: 2px;
    top: 2px;
}
.buton-meniu.rb {
    right: 2px;
    bottom: 6px;
}
.buton-meniu.lb {
    left: 2px;
    bottom: 6px;
}
.titlu {
    margin: 10px 0 10px 0;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 24px;
}
.menu-item {
    margin: 10px auto 10px auto;
    width: 80%;
    position: relative;
    background-color: #222;
    border-radius: 2px;
    text-align: center;
    font-size: 28px;
}
.menu-item-blank {
    margin: 10px auto 10px auto;
    width: 80%;
    height: 20px;
    position: relative;
    /* background-color: #222; */
    /* border-radius: 2px; */
    /* text-align: center; */
    /* font-size: 28px; */
}
.gauges {
    width: 100%;
}