#download_data_1-data_download_selections > div > div:nth-child(1) > label > input[type=radio] {
    visibility: visible;
    height: 12px;
    width: 23px;
}
#download_data_2-data_download_selections > div > div:nth-child(1) > label > input[type=radio] {
    visibility: visible;
    height: 12px;
    width: 23px;
}
#download_data_1-data_download_selections > div > div:nth-child(2) > label > input[type=radio] {
    visibility: visible;
    height: 12px;
    width: 23px;
}

#download_data_2-data_download_selections > div > div:nth-child(2) > label > input[type=radio] {
    visibility: visible;
    height: 12px;
    width: 23px;
}

#download_data_1-data_download_selections > div {
    border: none;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

#download_data_2-data_download_selections > div {
    border: none;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

#dl-modal-header {
    display: flex;
    justify-content: space-between;
    margin-left: 5rem;
    margin-right: 5rem;
}

.modal-body {
    margin-left: 5rem;
    margin-right: 5rem;
}

#dl_modal_footer {
    margin-top: 8rem;
    display: flex;
    justify-content: center;
}

#download_data_1-dwnld_data {
    width: 100%;
    background-color: #003299;
    color: white;
}

#download_data_2-dwnld_data {
    width: 100%;
    background-color: #003299;
    color: white;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
    background-color: grey !important;
}

#download_data_1-close_modal_bttn {
    border: none;
}

#download_data_1-download_bttn {
    border: none;
    margin-top: -1em;
}

#download_data_2-close_modal_bttn {
    border: none;
}

#download_data_2-download_bttn {
    border: none;
    margin-top: 1em;
    float: right;
}

.csv-warning {
    margin-top: 4em;
    font-size: 1em;
}