#site {
    width: 200px;
}

#startDate, #endDate {
    width: 72px;
}
#resultsList {
    display: none;
}
#parameterSelector {
    overflow: auto;
    height: 270px;
}

#plsWaitTxt {
    font-weight: bold;
    margin-left: 10px;
    margin-top: 15px;
}
.error,
#resultsNoData {
    width: 368px;
}
#preDefinedWpr {
    margin-left: 5px;
}

#preDefinedChkBoxWpr {
    margin-left: 8px;
}
#startYear, #endYear, #startMonth, #endMonth {
    width: 100px;
}
#resultsList li {
    list-style: none;
    padding: 4px;
}
#runQuery {
    margin: 8px 75px 8px 5px;
}

#resultsWpr {
    margin-top: 10px;
}

#resultsWpr ul {
    padding-left: 0;
}

.multiselect {
    display: block;
    margin-right: 2px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/*** METDAT Page ***/
.container {
    min-width: 700px !important;
}

/** 
 * Bootstrap Overriden Properties. 
 * We do this for those that clash with BluePrint. 
 */

.btn-default {
    margin: 1px 6px 1px 6px !important;
}

.form-control {
    min-width: 200px !important;
    margin: 0 1px 0 1px !important;
}

.multiselect-container {
    min-width: 300px;
}