body
{
    font-family: Roboto;
}

#divContent {
    display: flex;
    flex-direction: column;
}

h1 {
    color: #a0ce4e;
}

h1, h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.license_field {
    width: 430px;
    height: 180px;
}

#btnGetLicenseData {
    width: 436px;
    height: 50px;

    margin-top: 20px;
    
}

textarea {
    resize: none;
    font-family: Roboto;
}


button {
    font-family: inherit;
    margin: 5px 5px 5px 0;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    nowhitespace: afterproperty;
    text-align: center;
    outline: none;
    border: none !important;
    border-radius: 3px;
    background: #a0ce4e;
    color: #fff !important;
    padding: 0.8em 1em;
    line-height: 1em;
    text-decoration: none !important;
    -webkit-appearance: none;
    font-weight: bold;
    font-size: 16px;
}