.lessons .cost {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

.lessons .info-bar {
	clear: right;
	min-height: 40px;
	background-color: #CCCCCC;
	margin: 10px -10px 10px -10px;
	padding: 10px 0px 0px 20px;
}

.lessons .info-bar .table-list {
	float: right;
}

.lesson {
	border-bottom: 1px dotted #333333;
	margin-bottom: 40px;
}

.lesson .schedule {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    color: blue;
    width: 300px;
    padding: 5px;
    height: 20px;
    margin: 0 auto;
    position: relative;
    top: -10px;
}

.lesson .schedule table {
    margin: 0 auto;
}

.agePanel {
	margin-bottom: 20px;
}

.agePanel .description {
	padding: 15px 5px 15px 5px;
	border: 1px solid #CCCCCC;
}

.agePanelWrapper {
	width: 100%;
}

.schedule { display:none; }