.lc-preinput {
	width: 240px;
}

select.number option {
    color: #000;
}

.lc-edit {
	width: 140px;
}

.lc-edit>input {
	width: 120px;
}

.lc-select {
	width: 140px;
	display: inline-block;
}

.lc-select>select {
	display: inline-block;
	width: 120px;
}

.lc-preinput, .lc-edit, .lc-select{
	vertical-align: bottom;
}

.lc-input-error {
	box-shadow: 0 0 10px #f99;
}

.lc-img {
	display: block;
	margin: 0 auto;
	margin-bottom: 8px;
}