.clans th.title,
.clans td.title {
	padding-left: 1.25rem;
}
#clanModify form #planViewTable td.label,
#clanView #planViewTable td.label {
	width: 13.75rem;
}
#clanView #planviewtable > tbody > tr.description > td {
	padding-left: 1.25rem;
	border-bottom: 0.0625rem solid #CBC0AA;
}
#clanView #planviewtable > tbody > tr.description > td > strong {
	display: block;
}
#clanModify input {
	width: 18.75rem;
}
#clanModify input.small {
	width: 3.4375rem;
}
#clanModify .link {
	margin-bottom: 0.625rem;
	height: 1.875rem;
	line-height: 1.875rem;
}
#clanModify .select {
	height: 2.125rem;
}
#clanModify .select > select{
	width: 15.625rem;
}
#clanModify .break {
	border-top: 0.125rem solid #343330;
}

#clanModify .describe label{
	display: block;
}
#clanModify .describe textarea {
	width: 37.5rem;
	height: 4.375rem;
	margin-bottom: 0.9375rem;
}

#clanModify .actions {
	margin: 1.875rem auto 0 auto;
	padding-bottom: 1.875rem;
}
#clanModify .actions > button {
	margin-left: 1.25rem;
}
#clanView .rectangleOverlap {
	position: absolute;
	margin: 1.25rem 0 0 37.5rem;
}
/* ---------- View Clan -------------- */
#clanView #detailPanel > h1 {
	font-size: 1.875rem;
	color: #fff;
}
#clanView #detailPanel > h1.name {
	-webkit-text-stroke: 0.0625rem 000;
	text-shadow:
		0.0625rem 0.0625rem 0 #000,
		-0.0625rem -0.0625rem 0 #000,  
		0.0625rem -0.0625rem 0 #000,
		-0.0625rem 0.0625rem 0 #000,
		0.0625rem 0.0625rem 0 #000;
}
#clanView #detailPanel > h1.recruit {
	font-size: 1.5rem;
}
#clanView #detailPanel > h2 {
	color: #fff;
	font-size: 1rem;
}
#clanView #detailPanel label {
	width: 15.625rem;
}
#clanView #detailPanel > .details {
	width: 31.25rem;
	margin-bottom: 1.25rem;
}
#clanView > #contentBody > p {		
	border: 0.125rem solid #343330;
	padding: 1.25rem;
	border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	margin-bottom: 2.1875rem;
	background-color: #F1F1F1;
}
#clanView > #contentBody > .maintained {
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.25rem;
}
#clanView > #contentBody > .maintained a {
	color: #000;
	text-decoration: underline;
}