body {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: Arial, "sans-serif";
}

.category #header .avatar {
	float: left;
	width: 96px;
	height: 96px;
	margin: 45px 30px 0 50px;
	border: 4px solid #FFF;
	border-radius: 50px;
	box-shadow: 3px 4px 6px -2px rgba(0, 0, 0, 0.3);
}

.pc_settings_table table {
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
}

.pc_settings_table table tr td {
	background: #fff;
	padding: 8px;
	border-bottom: 1px solid #ccc;
}

.pc_settings_table table tr td.blue {
	background: #DBEAF9 !important;
	font-weight: bold;
	font-size: 15px;
}

.pc_settings_table table tr td:nth-of-type(3),
.pc_settings_table table tr td.blue:nth-of-type(2) {
	border-left: 1px solid #ccc;
}

.pc_settings_table table tr:nth-of-type(even) td {
	background: #f7f7f7;
}

.pc_settings_table table tr:last-of-type td {
	border-bottom: none;
}

.pc_settings_table .btn {
	background: #00A0D2 none repeat scroll 0% 0%;
	box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.5) inset, 0px 1px 0px rgba(0, 0, 0, 0.15);
	color: #FFF;
	border: 1px solid #0073AA;
	border-radius: 3px;
	padding: 5px 12px;
}

.pc_settings_table .btn:hover {
	background: #008BCC;
	cursor: pointer;
}

.img_logo {
	float: left;
}
	
#logo {
	margin: 17px 0 0 10px;
}

#upload_logo_button {
	margin: 15px 0 0 10px;
}

.pc_logo {
	float: left;
	width: 130px;
	height: 80px;
	padding-top: 40px;
	margin: 0 30px 0 50px;
}
.author #header .avatar {
	float: left;
	width: 96px;
	height: 96px;
	margin: 45px 30px 0 50px;
	border: 4px solid #FFF;
	border-radius: 50px;
	box-shadow: 3px 4px 6px -2px rgba(0, 0, 0, 0.3);
}

.pc_text {
	float: left;
	font-size: 42px;
	margin: 80px 0 0 0;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
}

.pc_catpic {
	max-width: 100%;
}

	