.label {
	color: rgb(102, 102, 102);
}



.content .description {
 /* font-size: 150% !important;
  font-weight: bold; */
}

.ginput_container input[type] {
border: 1px solid grey;
}

.ginput_container input[type]:focus {
border: 1px solid black;
}

.ginput_container select {
border: 1px solid grey;
}

.ginput_container select:focus {
border: 1px solid black;
}
