.toggle {
    color: #666;
    display: block;
    height: 72px;
    line-height: 72px;
    text-align: center;
    width: 72px;
}

label {
    white-space: nowrap;
}

button, input[type="button"], input[type="submit"] {
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.thanks {
    border: 2px solid #398f14;
    margin: 2em 0.5em 1em;
    padding: 1em;
}

.req {
    color: #e5004f;
}