div#main {
	margin: 10px;
	padding: 10px;
}

.control-label{
	font-weight: bold;
}

.help-extra {
	display: block;
	margin: 10px 0 0;
    white-space: normal;
}

.input-group input,
.input-group select {
	margin-bottom: 5px;
}

legend.un-legend {
    display: inherit;
    width: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-bottom: none;
	margin-bottom: 0;
}

.control-group.control-group-inline:before,
.control-group.control-group-inline:after {
    content: none;
}

span.error input.error {
	border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.nowrap .help-inline {
    white-space: normal;
    display: block;
}

.indent {
	margin-left: 40px;
}