@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    text-align:center;
}

#top-menu a {
    width: 80px;
    font-size: 1.2em;
    color: white;
    display: inline-block;
    padding-top: 10px;
    font-weight: bold;
    text-decoration: none;ç
    height: 100%;
    padding-bottom: 15px;
    text-align: center;
}

#top-menu a:hover {
    background-color: rgba(255, 255, 255, 40%);
}

#options-menu {
    margin-left: 5px;
}

#options-menu label {
    width:40px;
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

#options-menu #tray label {
  width: auto;
  max-width: auto;
  min-width: auto;
}

#options-menu button, #options-menu-total-time button {
    padding: 8px 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

#options-menu-total-time input {
  max-width: 130px;
}

.button-back-help {
    border: 1px solid #adadad;
    background-color: #e6e6e6;
    border-radius: 4px;
    color: #333;
    padding: 6px 12px;
    text-decoration: none;
}