@charset "utf-8";

/* ----------------------------------------
	profile.html
---------------------------------------- */



#profile {
	width: 100%;
	margin:50px 0 15px;
}

#profile th,
#profile td {
	padding: 10px 35px;
	border-bottom: 1px solid #fff;
}

#profile th {
	width: 80px;
	background: #5b432b;
	color: #fff;
}

#profile td.odd {
	background: #f2ebe7;
}

.subtitle {
	margin: 40px 0 20px;
}