html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: "Helvetica", sans-serif;
}

.help-cursor {
    cursor: help;
}

.btn {
    display: inline-block;
    font-family: "Helvetica", sans-serif;
    font-weight: 700;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 40px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #0a531c;
    border-color: #0a531c;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #063110;
    border-color: #05250d;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}

.btn-inactive {
    color: #777;
    background-color: #FFF;
    border-color: #777;
}

#rg-button, #rt-button {
    width: 140px;
    margin: 10px 0;
}

#rate-buttons {
    width: 100%;
    text-align: center;
}

.ch-canvas {
    min-height: 500px !important;
}