/*Casey Bowler*/

#hypocycloid body {
	margin: 0;
}

#hypocycloid * {
	font-size: 1.02em;
}

#hypocycloid .ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
  background-color: white;
}

#hypocycloid .ui-header .ui-title, .ui-footer .ui-title {
	margin: 0;
}

#hypocycloid #header {
	position: relative;
}


#hypocycloid #header #home {
	position: absolute;
	left: -2px;
	top: 3.5px;
	bottom: 0px;
}

#hypocycloid canvas {
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	left: 0;
	right: 0;
	top: 10px;
}

#hypocycloid #buttondiv {
	text-align: center;
	position: relative;
}

#hypocycloid #buttondiv button {
	margin: 0 2px;
	bottom:  60px;
}

#hypocycloid #explanation {
	position: relative;
}

#hypocycloid #radSlider {
	position: relative;
	margin-left: auto;
	margin-right: 10px;
	height: auto;
	width: 350px;
	top: -110px;
}

/*<!--Color slider code adapted from jQueryui.com
https://jquerysui.com/slider/#colorpicker -->*/
#red, #green, #blue {
	position: absolute;
	float: left;
	clear: left;
	width: 200px;
	height: 12px;
	margin: 10px;
	left: 10px;
}
#red {
	top: -90px;
}
#green {
 top: -60px;
}
#blue {
	top: -30px;
}
#swatch {
	position: absolute;
	width: 60px;
	height: 75px;
	/*margin-top: 432px;*/
	margin-left: 235px;
	top: -80px;
	background-image: none;
}
#red .ui-slider-range { background: #ef2929; }
#red .ui-slider-handle { border-color: #ef2929; }
#green .ui-slider-range { background: #8ae234; }
#green .ui-slider-handle { border-color: #8ae234; }
#blue .ui-slider-range { background: #729fcf; }
#blue .ui-slider-handle { border-color: #729fcf; }
