<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'v_Calligraphic421BT';
	src: url(/fonts/v_Calligraphic.ttf);
}

@font-face {
	font-family: 'WienLight';
	src: url(/fonts/WIENLIGHT NORMAL.TTF);
}

.pp_search {
	width: 35%;
	position: relative;
}

.pp_search input[type="search"] {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 37px 9px 15px;
    border: 1px solid #DFDFDF;
    border-top: 1px solid #B3B3B3;
    border-radius: 10px;
    background: #EEE;
    font: 13px Tahoma, Arial, sans-serif;
    color: #555;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);
    outline: none;
}

.pp_search input[type="submit"] {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 37px;
    border: none;
    cursor: pointer;
    background: url('/img/pari/search.png') 50% no-repeat;
    opacity: 0.5;
}

.pp_h1 {
	padding: 20px 0px 18px 84px;
	color: #5b2200;
	font: 30px v_Calligraphic421BT;
	background: transparent url("/img/paris/compass.png") no-repeat scroll 30px 20px / 40px auto;
}

.pp_h1 a {
	color: inherit;
}

.pp_button {
	color: #4d3d2b;
	text-decoration: none;
	border-width: 2px 1px 1px;
	border-style: solid;
	border-radius: 8px;
	border-color: #f2ece4 #e9e5e2 #cfcbc9 #f1eeed;
	background: transparent linear-gradient(rgb(210, 181, 141), rgb(223, 189, 144) 40%, rgb(154, 121, 78) 90%, rgb(163, 131, 93) 100%) repeat scroll 0% 0%;
	letter-spacing: 0.7px;
	font: 18px WienLight;
	padding: 6px 8px;
	cursor: pointer;
	box-shadow: inset 0 0px 2px 2px #b08752, 1px 4px 5px 0px rgb(161, 157, 140);
}

.pp_button:hover {
	background: transparent linear-gradient(#d8b88e 50%, #c19e70 70%, #b49062 100%) repeat scroll 0% 0%;
	box-shadow: inset 0 0px 1px 1px #b08752, 1px 4px 5px 0px rgb(161, 157, 140);
}

.pp_button:active {
	background: transparent linear-gradient(#c4b5a1, #c9baa4 40%, #bcab94 60%, #c1b099 80%, #c7b8a4 100%);
	box-shadow: inset 0 0px 0px 0px #b08752, 1px 4px 5px 0px rgb(161, 157, 140);
}

.pp_textarea {
  overflow: hidden;
  border-radius: 18px 0 0 0;
  border: 2px solid #DFE0DD;
  width: calc(100% - 20px);
  height: 100px;
  font-size: 17px;
  font-family: italic;
  padding: 10px;
}

.pp_button2 {
	margin: 8px 0px 0px 0px;
	cursor: pointer;
	border: 1px solid #cecece;
	background: #f6f6f6;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 8px;
	padding: 8px 14px;
	font-size: 15px;
}

.pp_table thead {
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5) inset, 0px 3px 6px -3px rgba(0, 0, 0, 0.25);
	border-top: 1px solid rgba(255, 182, 46, 0.6);
	text-align: center;
}

.pp_table tbody {
	text-align: center;
}

.pp_table td {
	transition: .3s linear;
}

.pp_table tbody tr:hover td {
  background: #e8edff;
}

.pa_button {
	display: inline-block;
	padding: 5px 14px 0px 14px;
	height: 42px;
	font: 23px "Times New Roman"; color: #7f6564;
	background: #fff;
	background: linear-gradient(to bottom, #ffffff 0%, #f5f5f1 100%);
	border-radius: 10px;
	cursor: pointer;
}

.pa_table {
	width: 100%;
	background: #fff;
	font: 18px "Times New Roman"; color: #7f6564;
}

.pa_table tbody tr {
	border-top: 1px solid #dcdcdc;
}

.pa_table tbody tr:nth-child(odd) {
	background: #f7f7f6;
}

.pa_table td {
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

.pa_table tbody span {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/img/pari/coin_ag.png');
}

.pa_table tbody a {
	color: inherit;
}

.pa_comment {
	margin-top: 30px;
	margin-bottom: 22px;
	text-align: left;
}

.pa_comment .avatar {
  float: left;
  height: 50px; width: 50px;
  border: 1px solid black; border-radius: 3px;
}

.pa_comment .avatar img {
  height: 50px;
  width: 50px;
}

.pa_comment .commentcontain {
  background-color: #F1F1EE;
  border-radius: 10px;
  position: relative;
  padding: 10px 10px 10px 25px;
  margin: 0 0 0 80px;
  box-shadow: 0px 1px 3px 1px rgb(171, 141, 141);
}
 
.pa_comment .commentcontain:before {
  content: '';
  border: 8px solid transparent;
  border-right: 9px solid #F1F1EE;
  position: absolute;
  left: -16px;
  top: 30%;
  margin-top: -8px;
}

.pa_comment .comment_body {
  margin-top: 10px;
  font: normal 13px "Verdana", sans-serif;
  line-height: 18px;
  margin-right: 10px;
}

.pa_comment .comment_title a {
  text-decoration: none;
  font: normal 16px "Verdana", sans-serif;
  color: #4682B4;
}</pre></body></html>