.reset-button {
    font-size: 10px;
    background-color: rgba(216, 216, 216, 0.54);
    cursor: pointer;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: "Bw Modelica";
    color: #7a8595;
    text-align: center;
    line-height: 12px;
    font-weight: 300;
    height: 24px;

    @media (max-width: 768px) {
        font-size: 9px;
    }
}