<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dentists-form .required {
	font-size: 12px;
	color: red;
	font-weight: bold;	
}

.dentists-form select {
	width: 100% !important;
	border: 1px solid #D2D3CD;
	color: #6D705E;
    background: #eee;
	padding: 9px;	
}

.dentists-form label {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	width: 100%;
}

.dentists-add-date {
	width: 100%;	
}

.dentists-select {
	margin-bottom: 10px;
}

.dentists-form input{
	margin-bottom: 10px;
}

.dentists-form .dentists-add-date, .dentists-add-date input {
	max-width: 30% !important;
	display: block;
	float: left;
	margin-bottom:30px;
}

.dentists-form .dentists-add-date1 {
	max-width: 200px !important;
	display: block;
	float: left;
	margin-left: 50px;
	margin-bottom:30px;
}

.dentists-form input[type="submit"] {
	margin-top: 20px;
}

.dentists-form .form-enter {
	width: 100%;
}

#send h1 {
	font-size: 18px;
}

.dentists-form .dentists-title {
	text-align: center;
	font-size: 30px;
}

.dentists-form .form-enter input {
    min-width: 60px;
	max-width: 80px;
    display: inline;
}

.dentists-form .noselect{
	font-weight: bold;
}


aside input[type=number], 
aside input[type="text"], 
aside input[type="email"],
aside input[type="url"],
aside input[type="password"] {
	max-width: 100%; 
}

aside .dentists-form .dentists-ta,
aside .dentists-form select,
aside .dentists-add-date1,
aside .dentists-add-date {
	max-width: 100% !important;
	min-width: 100% !important;
	margin-left: 0 !important;
}

aside .dentists-form .dentists-add-date, aside .dentists-add-date input {
	margin-bottom: 10px;
}
</pre></body></html>