#newGuide .posted {
	display: none;
}
.mainGuideContent .row {
	float: right;
	padding-left: 1rem;
}

/* ----- Guides -----*/
.guides th.title,
.guides td.title {
	padding-left: 1.25rem;
}
#guides .guideContent  {
	padding: 1.25rem;
	line-height: 1.375rem;
}
#guides .name {
	width: 42.1875rem;
	height: 2.1875rem;
	font-size: 1.125rem;
}
#guides input.check {
	width: 1.5625rem;
	height: 1.5625rem;
}
#guides textarea {
	height: 37.5rem;
	width: 53.75rem;
	border-radius: 0.375rem;
	-moz-border-radius: 0.375rem;
	-webkit-border-radius: 0.375rem;
	margin-bottom: 0.9375rem;
	padding: 0.625rem;
}
#guides select {
	font-size: 1.125rem;
	height: 2.1875rem;
	line-height: 2.1875rem;
	width: 18.75rem;
}
#guides .description a {
	font-family: 'Ubunto';
}

#guides #planViewTable .tising300x250 {
	margin: 0 1.25rem 1.25rem 1.25rem;
	float: right;
}
#guides .starWrapper > #stars ul {
	margin: 0;
}
#guides .starWrapper > #stars {
	display: inline-block;
	vertical-align: middle;
}
#guides .starWrapper > .small {
	display: inline-block;
	vertical-align: middle;
}
#guides .starWrapper > .small {
	text-align: left;
	margin: 0 0 0 0.625rem;
}
#guides .disclaimer {
	width: 51.25rem;
	padding: 1.25rem;
	color: #fff;
	background-color: #5b5955;
	margin-bottom: 1.25rem;
	line-height: 1.25rem;
	
	border-radius: 0.375rem;
	-moz-border-radius: 0.375rem;
	-webkit-border-radius: 0.375rem;
}
#guides .disclaimer a {
	font-weight: bold;
	color: #e39416;
}