#content .container.cake-container img {
    max-width: 100%;
}
#content .class-schedule {
	margin-bottom: 20px;
}
#content .class-list{

}
#content .class-list h2 {
	margin: 0 0 10px 0;
}
#content .class-list h3 {
	margin: 0 0 10px 0;
	line-height: 100%;
}
#content .class-list h4 {
	margin: 10px 0 0 0;
	line-height: 100%;
}
#content .class-list .class-location {
	font-size: 14px;
	margin-bottom: 20px;
}
#content .class-list .class-item {

}
#content .class-list .class-item .price {
	display: block;
	margin: 20px 0 0 0;
}

#content ul {
	list-style-image: url(/images/bullet_paw.png);
	margin: 10px 0 10px 0;
}		
#content ul li {
	font-weight: 300;
}



form {
	margin: 0 auto;	
}

form p {
	margin-top: 10px;
}	

form .error {
	margin-bottom: 10px;
	padding: 15px 0 15px 10px;
}

label {
	font-weight: 300;
	margin: 0 0 15px;
}	

input,
select,
textarea {
	font-size: 100%;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 13px;	
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.placeholder {
	opacity: 1;
	color: blue !important;
}
input[type=text],
input[type=email],
select,
textarea {
	border: 1px solid #141414;
	padding: 7px 7px;
	width: 100%;
	/*color: #777;*/
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
}
::-webkit-input-placeholder {
	opacity: 1;
	color: #ccc !important;
}
:-moz-placeholder {
	opacity: 1;
	color: #ccc !important;
}
::-moz-placeholder {
	opacity: 1;
	color: #ccc !important;
}
:-ms-input-placeholder {
	opacity: 1;
	color: #ccc !important;
}


input[type=radio] {
	margin-left: 5px;
	margin-right: 25px;
}

textarea {
	min-height: 150px;	
}

h3 + textarea {
	margin-top: 10px;	
}

select {
}

.col-xs-12.row {
	padding-right: 0;
}
.col-xs-12.row input[type=text],
.col-xs-12.row select,
.col-xs-12.row textarea { 
	width: 99.3%;
}

.submit {
	clear: both;
}

.box{
	display: none;
	margin-top: 20px;
}

.checkout-totals {
	line-height: 24px;	
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	float: left;
	margin: 0 0 0 5px;
}

.bookingItemRelations.form {
	margin-top: 30px;
}

.bookingItemRelations.form label {
	margin: 0 0 10px;
	padding: 0;
}

.bookingItemRelations.form .checkbox label {
	padding: 0 0 0 25px;
}

.bookingItemRelations.form input[type=text],
.bookingItemRelations.form input[type=email],
.bookingItemRelations.form select, 
.bookingItemRelations.form textarea {
	border: 1px solid #ccc;
	margin-bottom: 16px;
}


.btn-green {
	background: #78c26d;
	color: #fff!important;
	padding: 6px 12px;
    text-align: center;
    line-height: 1.42857143;
}

.booking-item {
	margin: 20px 0 40px;
}
.booking-item .well {
	padding: 20px 5px 0;
}
.booking-item img {
	max-width: 100%;
	margin-bottom: 10px;
}
.booking-item .btn {
	float: none!important;
	width: 100%;
	margin: 20px 0;
	box-sizing: border-box;
}
.booking-item p {
	margin-bottom: 10px!important;
}

.dogtraining-quicklinks {
	text-align: center;
	margin-bottom: 20px;
}

.dogtraining-quicklinks h4 {
	display: inline-block!important;
	vertical-align: top!important;
	line-height: 24px;
	margin-top: 4px;
}

#content ul.dogtraining-anchor-menu {
	background: #fff;
	display: inline-block!important;
	margin: 0;
	vertical-align: top!important;
}

#content ul.dogtraining-anchor-menu li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
}

#content ul.dogtraining-anchor-menu li a {
	color: #000;
	font-weight: normal;
}


dt {
	width: 20%;
	background: none;
	color: #333;
	/*border: 1px solid #ccc;*/
	padding: 0 5px 0 5px;
	margin: 0;
	border: 0;
}
dd {
	width: auto;
	background: none;
	border: none;
}

.captcha_error {
	border: 1px solid #a94442;
}

.captcha_error_text {
	color: #a94442;
}