.caf-suggestion [name="web_mount_type"].empty,
.caf-suggestion [name="web_mount_type"] option[value=""] {
    color: #999999;
    font-style: italic;
}

.caf-suggestion [name="web_mount_type"] option {
    color: #363636;
    font-style: normal;
}

.caf-suggestion .feedback,
.caf-suggestion .multifeedback {
    clear: both;
    margin-bottom: 5px;
}

input.camdel {
    float: right;
    width: 24%;
    margin-bottom: 6px;
}

#form-lens.visible + #form-sensor fieldset {
    border: 1px solid #13131b;
    border-radius: 2px;
    display: block;
    padding: 1.23rem;
    margin-bottom: 7px;
}

fieldset.sensorgroup {
    border: 1px solid #13131b;
    border-radius: 2px;
    display: block;
    padding: 1.23rem;
    margin-bottom: 7px;
}

input[name=lens_brand]:focus {
	border: 2px solid #005ECC!important;
	background-color: #fff!important;
}

input[name=lens_model]:focus {
	border: 2px solid #005ECC!important;
	background-color: #fff!important;
}

input.input.fieldinput.sensor_model {
	background-color: #191926!important;
	color: #A9A9A9!important;
}

select.input {
	background-color: #191926!important;
	color: #A9A9A9!important;
}

p.web_mount_type {
	color: #A9A9A9!important;
}

p.sensor_model {
	color: #A9A9A9!important;
}

div#add-camera {
    text-align: center!important;
}

a#camera {
    color: white;
}

a#lens {
    color: white;
}

select.input option {
    background: white!important;
}

h3.which_type {
    text-align: center;
}