.chunkyForm > table {
    width: 100%!important;
}

.chunkyForm > table > tbody > tr > td {
    width: 50%!important;
    padding: 4px;
}

.chunkyForm > table > tbody > tr > td > label {
    font-weight: bold;
}

.chunkyForm > table > tbody > tr > td > textarea {
    width: 100%!important;
}

input.btn {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: var(--bruker-gui-blue);
    width: 50%;
    border: 0;
    padding: 10px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    border-radius: 3px;
    float: left;
    text-align: center;
}