<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pr_profile {
	padding: 0px 20px 0px 20px;
}

#pr_profile a {
	color: inherit;
}

#pr_profile .info {
	overflow: auto;
}

.ava_border {
	float: left;
	height: 120px;
	width: 120px;
	background: url(/img/ava_border.png) no-repeat;
	background-size: 120px auto;
}

#pr_profile .title {
	margin: 20px 0px 0px 0px;
}

#pr_avatar {
	height: 85px; width: 85px;
	margin: 0px 20px 0px 10px;
	margin-top: 5px; margin-left: 31px;
}

#pr_profile h1 {
	line-height: 50px;
	text-align: left;
	font-size: 32px;
	margin: 0;
	padding-left: 130px;
}

#pr_profile .act_button {
	display: inline-block; float: left;
	margin: 0px 0px 0px 10px; padding: 10px;
	font: bold 12px arial, sans-serif;
  color: rgb(68,68,68);
  text-decoration: none;
  outline: none;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
  transition: all .218s ease 0s;
}

#pr_profile .act_button:hover {
  color: rgb(24,24,24);
  border: 1px solid rgb(198,198,198);
  background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

#pr_profile .content {
	padding: 10px;
}

#pr_profile .rate {
	float: right;
	margin: 0px 160px 0px 0px;
	text-align: left;
	font-size: 18px;
}

#pr_gold{
	box-sizing: border-box;
	height: 35px;
	padding: 10px 10px 10px 35px; margin: 4px 0 0 0;
	background: url(/img/aq.png) no-repeat;

}

#pr_ag {
	box-sizing: border-box;
	height: 35px;
	padding: 10px 10px 10px 35px; margin: 10px 0 0 0;
	background: url('/img/paris_/ag.png') no-repeat;

}

#pr_balans{
	margin: 45px 40px 0px 0px;
	float: right;
}

#pr_profile .content .paris {
	font-size: 18px;
	margin: 150px 0px 0px 0px;
}

#pr_profile h2 {
	text-align: center;
	font-size: 20px;
}

#pr_profile .paris #actions{
	float: left;
	padding: 10px;
}

#pr_profile .paris table {
	width: 100%;
	margin: 20px 0px 0px 0px;
	font: 14px "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	background: white;
}

#pr_profile .paris table td {
	padding: 10px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #669;
}

.pr_nick_edit {
	float: left;
	margin: 15px 0px 0px 0px;
	border: none;
	border-radius: 3px;
	height: 24px; 
  line-height: 50px;
	font-size: 24px;
	color: #79562E;
}

.pr_nick_edit:focus {
	border: solid 1px #4682B4;
  box-shadow: 0 0 5px 1px #4682B4;
}

.pr_nick_save {
	display: block;
	width: 120px;
	margin: 0 auto; padding: 0;
	line-height: 40px;
	border: 2px solid #1ECD97;
	border-radius: 40px;
	background: whitesmoke;
	color: black;
	font-size: 16px; 
	text-decoration: none;   
}

#pr_friends {
	margin: 0px 0px 0px 0px;
	width: 100%;
}

#pr_friends p {
	font-size: 17px;
	text-align: center;
}

#pr_friends .friends {
	width: 100%;
	text-align: center;
}

#pr_friends .friends div {
	display: inline-block;
	padding: 10px;
	width: 100px;
	text-align: center;
}

#pr_friends .friends img {
	width: 50px; height: 50px;
}


.pa_popup {
	display: none;
	position: fixed; z-index: 10;
	left: 0px; right: 0px; top: 0px; bottom: 0px;
	background: rgba(0, 0, 0, 0.7);
}

.pa_popup_content {
	position: fixed; z-index: 11;
	left:40%; top:20%;
	padding: 20px;
	line-height: 150%;
	text-align: right;
	background: #fff;
	border-radius: 10px;
}

.pa_popup_content label {
	display: block;
}</pre></body></html>