@charset "utf-8";

#main h4.facility_name {
    padding: 7px 10px;
    font-weight: bold;
    color: #333;
    background: #def;
}

#main div.image {
    margin-top: 15px;
}

#main div.image img {
    max-width: 100%;
    margin-bottom: 10px;
}

#main div.image p {
    margin-bottom: 20px;
}

#main div.caption {
    margin-top: 5px;
}

#main div.caption div.row {
    margin-bottom: 10px;
}

#modal_facility_body img {
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 100%;
}

#modal_facility_body div.row {
    margin-bottom: 10px;
}

#modal_facility_body img.thumb_image {
    width: 15%;
}

#modal_facility_body .panel-heading {
    font-size: 18px;
    font-weight: bold;
}

#extraction_condition_group{
    margin-bottom:40px;
}

#extraction_condition .form-group{
    margin-bottom: 10px
}