option {
    background-color: white;
    color: #da2129;
    margin: 0;
}

input, select {
    width: 100%;
    background-color: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}

.description {
    line-height: 2;
    font-size: 18px;
    letter-spacing: 1px;
}

.mini-title {
    text-transform: uppercase;
}

.button-pdf {
    text-align: center;
    margin-top: 30px;
}

    .button-pdf a {
        background-color: #da2129;
        color: white;
        font-weight: bold;
        padding: 20px;
    }

.button-container {
    margin: 10px 0;
    text-align: center;
}

    .button-container button {
        background-color: white;
        color: #da2129;
        padding: 20px 40px;
        font-weight: bold;
        border: none;
    }

#icqrfFields {
    width: 95%;
    float: left;
}

#addIcqrfField {
    float: right;
    background-color: white;
    color: #da2129;
    font-weight: bold;
    padding: 5px 10px;
    border: none;
}

#legendadiv {
    float: right;
    /*background-color: white;*/
    /*color: #da2129;*/
    /*font-weight: bold;*/
    padding: 5px 10px;
    border: none;
    font-size: 14px;
}