/* Your Kids */
.box-container.your-kids .box .box-inner > .specialBox {margin:0 80px;}
.box-container.your-kids .specialBox + div table {
	margin-top:10px;
	margin-bottom:20px;
}
.box-container.your-kids .specialBox + div table td {
	height:40px;
	padding:2px 4px;
}
.box-container.your-kids .specialBox + div table tr.outstanding {
	background:#fff;
	background:rgba(255,255,255,0.6);
}
.box-container.your-kids .specialBox + div table tr.outstanding:hover {background:rgba(255,255,255,0.8);}
td.deposit {text-align:right;}

.box-container.your-kids .box .box-inner .specialBox.changePlan {margin:20px 0 0 0;}
.specialBox.changePlan #slider {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	height:8px;
	line-height:8px;
	width:400px;
	margin:0 auto;
	border:1px solid #ccc;
	position:relative;
	-webkit-box-shadow:0 1px 1px rgba(255,255,255,1), inset 0 1px 2px rgba(50,50,50,0.3);
	-moz-box-shadow:0 1px 1px rgba(255,255,255,1), inset 0 1px 2px rgba(50,50,50,0.3);
	box-shadow:0 1px 1px rgba(255,255,255,1), inset 0 1px 2px rgba(50,50,50,0.3);
}
.specialBox.changePlan #slider a.ui-slider-handle {
	position:absolute;
	top:-7px;
	margin-left:-10px;
	width:20px;
	height:20px;
	border:1px solid #ccc;
	background:#eee;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow:0 0 2px rgba(50,50,50,0.2),inset 0 2px 2px rgba(255,255,255,0.7);
	-moz-box-shadow:0 0 2px rgba(50,50,50,0.2),inset 0 2px 2px rgba(255,255,255,0.7);
	box-shadow:0 0 2px rgba(50,50,50,0.2),inset 0 2px 2px rgba(255,255,255,0.7);
}
.specialBox.changePlan #slider a.ui-slider-handle:hover, .specialBox.changePlan #slider a.ui-slider-handle:active {
	background:#f6f6f6;
	-webkit-box-shadow:0 0 3px rgba(50,50,50,0.5),inset 0 2px 3px rgba(255,255,255,1);
	-moz-box-shadow:0 0 3px rgba(50,50,50,0.5),inset 0 2px 3px rgba(255,255,255,1);
	box-shadow:0 0 3px rgba(50,50,50,0.5),inset 0 2px 3px rgba(255,255,255,1);
}
.red .specialBox.changePlan table {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	width:520px;
	margin:10px 35px 10px 45px!important;
	font-size:0.8em;
	line-height:1.1em;
}
.box-container .specialBox.changePlan table td {
	background:none;
	text-align:center;
	font-weight:bold;
}
.box-container .specialBox.changePlan table + div {
	clear: both;
	margin:15px 0 10px 0;
	text-align:center;
}