div.question {
    margin-top: 20px;
    clear: right;
}

.hidden {
    visibility: hidden;
    display: none;
}

input:invalid {
    border: red solid 3px;
}

.match-warning,
#email-warning,
#please-write-down {
    color: #cc0000;
}

div.question input {
    width: 300px;
}

div.aside {
    margin-left: 250px;
    margin-top: 0px;
    /*    margin-right: 30px; */
    width: 400px;
}
div.aside p {
    margin-top: 4px;
}

form {
    border: 2px solid blue;
    padding: 20px;
    width: 650px;
}

div.question label {
    display: inline-block;
    width: 300px;
    text-align: right;
}

div.question input {
    font-size: 18px;
}

div.question select {
    font-size: 24px;
}

div.question input[type='submit'] {
    /* Unique to button_link: */
    text-align: center;
    text-decoration: none;

    padding-top: 9px;
    padding-bottom: 9px;
    /* display: block; */

    font-family: system-ui;

    height: 43px;

    background: #2d2d2d; /* Old browsers */
    background: -moz-linear-gradient(top,  #424242 0%, #2d2d2d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #424242 0%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #424242 0%,#2d2d2d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #424242 0%,#2d2d2d 100%); /* IE10+ */
    background: linear-gradient(top,  #424242 0%,#2d2d2d 100%); /* W3C */
    border: 1px solid #666666;
    border-right-width: 1px;
    border-radius: 0.4em 0.4em 0.4em 0.4em;

    cursor: pointer;

    line-height: normal;
    font-size: 20px;
    color:#ffffff;
}

div.g-recaptcha {
    margin-left: 310px;
}
