#addIndicatorData {
    width: 900px;
    margin: 15px 0 0 20px;
    float: left;
}

#addIndicatorData #selectGeographyBlock {
    width: 900px;
    float: left;
    margin: 0 0 10px 0;
}

#addIndicatorData .label {
    width: 220px;
    font-weight: bold;
    float: left;
}

#addIndicatorData #selectGeographyBlock #selectGeography {
    width: 155px;
    float: left;
    margin: 3px 0 0 0;
}

#addIndicatorData #selectGeographyBlock #showGeographyFilesButton {
    float: left;
    margin: 0 0 0 20px;
}

#addIndicatorData #selectGeographyBlock .geographyFilesBlock {
    width: 380px;
    max-height: 100px;
    overflow-y: auto;
    float: left;
    border: 1px solid #000000;
    margin: 0 0 0 25px;
}

#addIndicatorData #selectGeographyBlock .geographyFilesBlock .geographyFile {
    width: 60px;
    float: left;
}

#addIndicatorData #stepTwo .row {
    width: 900px;
    float: left;
    margin: 10px 0;
}

#addIndicatorData #stepTwo .row input {
    width: 150px;
}

#addIndicatorData #stepTwo .row input.radio{
    width : 25px;
    margin: 0 10px;
}
