@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Assistant);
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
}

.labelsInCheckBox {
    height: 35px;
    width: 135px;
    margin-top: 10px;
    margin-right: 2px;
    font-family: Assistant;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    text-align: right;
    color: #666666
}

.field-headers {
    height: 20px;
    font-family: Assistant;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    color: #666666;
    margin-right: 6px;
    text-align: right;
}

button {
    width: 100px;
    height: 45px;
    font-family: Assistant;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.03px;
    border-radius: 2px;
    text-align: center;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: 0;
    border: none;
}

select {
    height: 35px;
    width: 135px;
    color: #808080;
    font-family: Assistant;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    text-align: right;
    cursor: pointer;
    outline: 0;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #cccccc;
    background: #ffffff;
    padding: 0 10px 5px;
    margin-bottom: 20px;
}

option {
    font-family: Assistant;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    text-align: right;
    color: #808080;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}