@CHARSET "UTF-8";

a.cancel {
	margin-left: 50px;
}

.profile-img a img {
	border-radius: 20px;
    height: 40px;
    width: 40px;
}

div.profile {
	margin-top: 30px;
	min-height: 400px;
}

div.profile h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.profile a.ed {
	font-family: 'OpenSansRegular';
	color: #8e8e8e;
	font-size: 13px;
}

div.profile a.ed:AFTER {
	clear: both;
}

ul.nav.menu.prmenu {
	margin: 0px auto !important;
	display: table;
	height: auto;
}

ul.nav.menu.prmenu li {
	margin: 0px 1px;
}

ul.nav.menu.prmenu li a {
	color: black;
	height: 32px;
	background-color: #aa8258;
	border-bottom: 2px solid #886845;
	padding: 0px 10px !important;
	line-height: 32px;
	text-transform: none;
	color: white;
	font-family: 'OpenSansRegular';
	font-size: 15px;
	min-width: 120px;
	text-align: center;
}

ul.nav.menu.prmenu li span {
	color: black;
	height: 32px;
	background-color: #8E8E8E;
	border-bottom: 2px solid #6d6d6d;
	padding: 0px 10px !important;
	line-height: 32px;
	text-transform: none;
	color: white;
	font-family: 'OpenSansRegular';
	font-size: 15px;
	min-width: 120px;
	text-align: center;
	cursor: default;
}

ul.nav.menu.prmenu li a:HOVER, ul.nav.menu.prmenu li.active a {
	background-color: #59a6b7;
	border-bottom: 2px solid #3e8494;
}

span.separator.dsb {
	color: #9f9f9f;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    line-height: 23px;
    text-decoration: none;
    padding: 0px !important;
}



div.profile div.profile-inner {
	min-height: 500px;
	background-color: #f5f5f5;
	padding-top: 30px;
}

div.profile div.profile-inner img#arrendszer {
	max-width: 100%;
	display: block;
	margin: 0px auto;
	margin-bottom: 40px;
}

div.profile div.profile-inner div.p-data {
	margin-bottom: 30px;
}

div.p-data div.p-data-u {
	width: calc(49% - 45px);
	float: left;
	padding-left: 45px;
	
}

div.p-data div.p-data-u div.p-img {
	display: inline-table;
	border: 1px solid #ababab;
}

div.p-data div.p-data-u div.p-d {
	display: inline-table;
	vertical-align: top;
}

div.p-data div.p-data-u div.p-img img {
	max-width: 80px;
	max-height: 80px;
}

div.p-data div.p-d {
	margin-left: 35px;
}

div.p-data div.p-d table tbody tr td {
	font-family: 'OpenSansLight';
	font-size: 13px;
	color: #595959;
}

div.p-data div.p-d table tbody tr td:FIRST-CHILD {
	font-family: 'OpenSansBold';
	padding-right: 5px;
}

div.p-data div.p-d h3 {
	font-family: 'OpenSansSemiboldItalic';
	color: #000;
	font-size: 20px;
	line-height: 23px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: left;
}









































