html,
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.simple-btn {
    width: 100%;
    margin: 0.5rem 0 0 0;
}

.simple-btn-left {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0.5rem 0 0 0;
}

.simple-btn-wrap {
    width: 100%;
    margin: 0.5rem 0 0 0;
    text-wrap: balance;
    height: 100%;
}

.result-page {
    height: 100%;
    min-height: 100vh;
    overflow: visible;
}