﻿/* Zodiac Start */


.ZodiacStars {
	height: 40px; 
	width: 40px;
}

#ZodiacContainer {

}

.MaxW140{
	max-width:145px;
}
.aCenter{
	text-align:center;
}

#ZodiacCalculator {
	height:460px;
	border-style: solid;
	border-width: 1px;
	border-color: #B0B0B0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 4px 0px #043031, 0px 4px 4px #043031;
	-moz-box-shadow: 0px 4px 0px #043031, 0px 4px 4px #043031;
	box-shadow: 0px 4px 0px #043031, 0px 4px 4px #043031;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
#ZodiacSky {
	height:460px;
	border-style: solid;
	border-width: 1px;
	border-color: #B0B0B0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 4px 0px #043031, 0px 4px 4px #043031;
	-moz-box-shadow: 0px 4px 0px #043031, 0px 4px 4px #043031;
	box-shadow: 0px 4px 0px #043031, 0px 4px 4px #043031;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

table.zodiac {
	table-layout:fixed;
}

td.zodiac {
	table-layout:fixed;
}
/* Zodiac End */
/* ---------- */