/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
@import "base.css";
@import "theme.css";

summary {
    padding: 10px;
    margin: 25px 0;
    border: none;
}

details {
    border: none !important;
}

#buttonBarProperties, #propertyPublished {
    margin-top: 10px;
}

#numberOfProperties {
    margin-top: 15px;
    text-align: right;
}

#numberOfProperties label, #numberOfProperties select {
    display: inline-block;
}

#numberOfProperties select {
    width: 65px;
}

#numberOfProperties .col-sm-2 {
    float: right;
}