<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* color my braces */
#tooth_0 {
	position: absolute;
	top: 42%;
	left: 20.0%;
	width: 3.5%;
	height: 5%;
	background-color: white;
	border-bottom-left-radius: 20px;
	cursor: pointer;
}
#tooth_1 {
	position: absolute;
	top: 43%;
	left: 23.5%;
	width: 3%;
	height: 3%;
	background-color: white;
	cursor: pointer;
}
#tooth_2 {
	position: absolute;
	top: 43%;
	left: 27%;
	width: 4%;
	height: 3.34%;
	background-color: white;
	cursor: pointer;
}
#tooth_3 {
	top: 43%;
	position: absolute;
	left: 35%;
	width: 4%;
	height: 17px;
	background-color: white;
	cursor: pointer;
}
#tooth_4 {
	top: 44%;
	left: 44%;
	position: absolute;
	width: 4%;
	height: 4.0%;
	background-color: white;
	cursor: pointer;
}
#tooth_5 {
	position: absolute;
	top: 45%;
	left: 53%;
	width: 5%;
	height: 4%;
	background-color: white;
	cursor: pointer;
}
#tooth_6 {
	position: absolute;
	top: 46%;
	left: 60%;
	width: 5%;
	height: 4%;
	background-color: white;
	cursor: pointer;
}
#tooth_7 {
	position: absolute;
	top: 45%;
	left: 65%;
	width: 4%;
	height: 4%;
	background-color: white;
	cursor: pointer;
}
#tooth_8 {
	position: absolute;
	top: 48%;
	left: 24%;
	width: 3%;
	height: 5%;
	background-color: white;
	cursor: pointer;
}
#tooth_9 {
	position: absolute;
	top: 50%;
	left: 27%;
	border-bottom-right-radius: 20px;
	width: 3%;
	height: 5%;
	background-color: white;
	cursor: pointer;
}
#tooth_10 {
	position: absolute;
	top: 50.8%;
	left: 30.75%;
	width: 4.1%;
	height: 4%;
	background-color: white;
	cursor: pointer;
}
#tooth_11 {
	position: absolute;
	width: 5%;
	left: 35%;
	height: 5%;
	background-color: white;
	top: 51%;
	cursor: pointer;
}
#tooth_12 {
	position: absolute;
	top: 51%;
	left: 41%;
	width: 5%;
	height: 5%;
	background-color: white;
	cursor: pointer;
}
#tooth_13 {
	position: absolute;
	top: 51%;
	left: 48%;
	width: 6%;
	background-color: white;
	height: 4%;
}
#braces-painter {
	width: 100%;
	margin: 0 auto 20px;
	float: none;
	height: auto;
	position: relative;
	max-width: 410px;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ie8 .hide-cmb-text, .ie9 .hide-cmb-text, .ie10 .hide-cmb-text {
	display: none;
}
#cmb-infobox {
	margin: 0px auto;
	margin-bottom: 20px;
	color: #333;
	padding: 10px;
	background: #ecebe0;
	width: 100%;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
}
.color-braces-icon {
	margin: 28% 25% 0 25%;
	color: #fff;
	font-size: 18px;
}
.color-braces-icon-black {
	margin:28% 25% 0 25%;
	color: #000;
	float: left;
	font-size: 18px;
}
#assign_btns {
	margin: 0px auto;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.assign_btn {
	width: 55px;
	height: 55px;
	background: #ecebe0;
	text-align: center;
	margin-left: 3px;
	margin-right: 3px;
	color: #333;
	cursor: pointer;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	overflow: hidden;
}
.assign_btn span {
	margin-top: 28%;
	font-size: .600em;
	line-height: 1.2;
	text-transform: uppercase;
	display: block;
}
#color_btns {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	max-width: 410px;
	clear: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.color_btn {
	margin-right: 5px;
	margin-bottom: 5px;
	width: 40px;
	height: 40px;
	vertical-align: top;
	cursor: pointer;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
}
#cmb-color-selectors {
	width: 100%;
}
.cmb-tooth {
	width: 20px;
	height: 24px;
	background-color: white;
	cursor: pointer;
	z-index: 1;
}
#cmb-mouth {
	pointer-events: none;
	position: relative;
	max-width: 410px;
	max-height: 410px;
	height: auto;
	width: 100%;
	z-index: 60;
}  

/* ===============================================
 Tablet / Desktop Stylings
 Supports 48em (768px) and up
 =============================================== */

@media only screen and (min-width: 48em) {

	/* start color my braces */

	#cmb-color-selectors {
		width: 58%;
}
	#braces-painter {
		width: 42%;
		float: right;
		height: auto;
		position: relative;
		max-width: 410px;
		z-index: 10;
		background-repeat: no-repeat;
	}
	#assign_btns {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin: 30px auto 20px auto;
	}
	.assign_btn {
		width: 55px;
		height: 55px;
		text-align: center;
		margin-right: 10px;
		color: #333;
		float: left;
		cursor: pointer;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-border-radius: 50%;
	}
	#color_btns {
		margin: 10px 0px;
		padding: 0px;
		width: 100%;
		max-width: 410px;
		/*border-radius: 50%;*/
		text-align: center;
	}
	.color_btn {
		margin-right: 5px;
		margin-left: 5px;
		width: 40px;
		height: 40px;
		float: left;
		cursor: pointer;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-border-radius: 50%;
	}
	#color-my-braces-container {
		width: 100%;
		margin: 0 auto;
	}
	 
	/* hide stock photo for certain pages */
	
	body.color-my-braces #hide-stock {
		display:none;
	}
	
	
	body.color-my-braces #sidebar {
		display:none;
	}
	
	
	body.color-my-braces #main-content {
		width:100%;
	}
	
} /* end color my braces */
 
</pre></body></html>