#tips #contentWrapper {
	margin-top: 2.5rem;
}#tips .tipContent {
	margin-top: 2.5rem;
}
#tips #view > h1 {
	text-align: center;
	margin-bottom: 2.5rem;
}
#tips #view > .description {
	width: 37.5rem;
	padding: 1.25rem;
	line-height: 1.25rem;
	margin: 0 auto 1.25rem auto;
	background-color: #ecd9a9;
	border: 0.1875rem solid #e5ba59;
	
	border-radius: 0.625rem;
	-moz-border-radius: 0.625rem;
	-webkit-border-radius: 0.625rem;
}
#tips #view > .username {
	text-align: center;
	padding-bottom: 1.25rem;
}
#tips #view .link,
#tips #complete .link {
	text-align: center;
	font-family: 'Ubold';	
	padding: 1.25rem;
}
#tips #view > .block {
	text-align: center;
}

#tips #add {
	text-align: center;
}
#tips #add > form > .wrapper {
	width: 37.5rem;
	margin: auto;
	padding: 1.25rem 0 1.25rem 0;
	background-color: #ecd9a9;
	border: 0.1875rem solid #e5ba59;
	
	border-radius: 0.625rem;
	-moz-border-radius: 0.625rem;
	-webkit-border-radius: 0.625rem;
}
#tips #add .selection {
	display: block;	
	margin-bottom: 1.25rem;
}
#tips #add .selection select {
	width: 9.375rem;
}
#tips #add .body {
	display: block;
	margin: 0 auto 1.25rem auto;
	height: 6.25rem;
	width: 25rem;
	line-height: 1.125rem;
	padding: 0.625rem;
}
#tips #add .error {
	font-family: 'UboldItalic';
	line-height: 1.125rem;
	width: 37.5rem;
	margin: 0 auto 1.25rem auto;
	padding: 1.25rem 0 1.25rem 0;
	background-color: #f1cbd1;
	border: 0.1875rem solid #f3a2a2;
	
	border-radius: 0.625rem;
	-moz-border-radius: 0.625rem;
	-webkit-border-radius: 0.625rem;
}
#tips #complete .thanks {
	line-height: 1.125rem;
	width: 37.5rem;
	margin: auto;
	padding: 1.25rem;
	background-color: #ecd9a9;
	border: 0.1875rem solid #e5ba59;
	
	border-radius: 0.625rem;
	-moz-border-radius: 0.625rem;
	-webkit-border-radius: 0.625rem;
	
}
#tips #filters {
	margin-top: 1.25rem;
	margin-bottom: 2.5rem;
}