.shutxtres{
    width: 100%;
    color: #34495e;
    border: 1px solid #a0e5c6;
    background: #f8fafe;
    border-radius: 3px;
    padding: 0.75rem;
    margin-top: 0.75rem;
    display: none;
}

.night .shutxtres {
    background-color: #181a1b;
    color: #aaa;
    border: 1px solid #444;
}