body {
	font-family: "Arial", sans-serif;
	margin-top: 0px;
}
.wrapper {
	width: 40em;
	margin: 0px auto;
	overflow: hidden;
}
.title {
	margin: 1em 0 0.1em 0;
	font-size: 2em;
	color: #666;
}
.subtitle {
	font-size: 0.8em;
}
.links {
	float: right;
	font-size: 0.6em;
}
.links img {
	width: 32px;
	height: auto;
}
.header {
	margin-bottom: 2em;
	overflow: hidden;
}
.menu {
	width: 100%;
	height: 2em;
	overflow: hidden;
	background: #000;
	margin: auto auto;
}
.content {
	overflow: hidden;
}
.menu a {
	color: #FFF;
	text-decoration: none;
}
.menu_item span {
	position: absolute;
	bottom: 0.2em;
	height: 1em;
	padding: 0.5em 0;
}
.menu_item {
position: relative;
	width: 50%;
	height: 100%;
	float:left;
	text-align: center;
}
.page {
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
}
#cv {
	display: none;
}
.pf_itm {
	overflow: hidden;
	position: relative;
	margin-bottom: 2em;
}
.pf_itm h1, .pf_itm h2, .pf_itm h3 {
	margin: 0.2em 0;
}

.pf_itm h1{
	font-size: 1.7em;
}
.pf_itm h2 {
	font-size: 1.2em;

}
.pf_itm h3 {
	font-size: 1.2em;

}
.pf_itm p {
	font-size: 1em;
	text-align: justify;
}
.pf_itm_head img {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	width: 8em;
	height: 8em;
}
.pf_itm_head {
	overflow:hidden;
	min-height: 128px;
	position: relative;
	margin-bottom: 1em;
}
.itm_link {
	font-size: 1em;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.footer {
	font-size: 0.6em;
	position: fixed;
	right: 0px;
	bottom: 0px;
	max-width: 256px;
	text-align: right;
}
.footer img {
	width: 4em;
	height: 4em;
}
#sources {
	display: none;
	margin-right: 1em;
}
ul{
	list-style: none;
}
#sources li {
	border-bottom: 1px solid #666;
	padding: 0.5em 0;
}
.more_info {
	display: none;
	border-top: 1px dashed #CCC;
	padding-top: 1em;
}
.more_btn {
	width: 32px;
	height: auto;
	z-order: -1;
	/*opacity: 0.2;*/
}

.expanderImg {
	width: 32px;
	margin-left: auto;
	margin-right: auto;
}
.code {
	position: relative;
	padding: 1em;
	background: #FCFCFC;
	font-family: monospace;
	clear: both;	
	max-height: 20em;
	overflow: auto;
	
}

/*.code::before {
	content: "SCRIPT HIGHLIGHT";
	position: absolute;
	top: -0.5em;
	left: 0;
	opacity: 0.1;
	font-size: 1em;
	font-family: sans-serif;
	font-weight: bold;
	
}*/

.cv_section {
	width: 100%;
	position: relative;
}
.cv_section .inner {
	margin-left: 1em;
	overflow: hidden;
}
.cv_section h1 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-left: 0px;
}
.tech_section {
}
.tech_section table {
	width: 100%;
	margin-bottom: 0.8em;
}
.tech_section div {
	overflow: hidden;
	padding: 0.8em 0;
	border-width: 0px;
	border-style: solid;
}
.tech_section ul {
	clear: both;
	margin: 0px;
}
.tech_section h2 {
	font-size: 1em;
	margin: 0px; 
}
.personal_data {
	position: absolute;
	right: 0px;
}
.comfortable {
	color: #003;
	border-color: #0CC;
}
.needs_practice {
	color: #030;
	border-color: #993;
}
.slightly_familiar {
	color: #300;
	border-color: #C60;
}
.data {
	position: absolute;
	left: 15em;
}
.dataCell {
	width: 32em;
	padding: 0.2em 0;
}
.cv_section {
	clear: both;
	margin-bottom: 2em;
}
.cert {
	width: 12em;
	height: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	display: inline;
}
.xp_itm {
	position: relative;
	margin-bottom: 2em;
}
.xp_itm  h1 {
	font-size: 1em;
	margin: 0.4em 0;
}
.xp_itm  h2 {
	font-size: 1em;
	margin: 0;
	padding-left: 0.8em;
}
.xp_itm  p {
	padding-left: 0.8em;
}
.year {
	position: absolute;
	right: 0px;
	top: 0px;
}
.proto_box {
	padding-left: 8px;
	border-left: 8px solid #333;
	border-bottom: 1px dashed #999;
	border-top: 1px dashed #999;
	position: relative;
}
.title_img {
	width: 100%;
	height: 4em;
	background: url("web-img/ss/money.png") center no-repeat;
	background-repeat: cover;
}
.proto_box h1, .proto_box h2 {
	font-size: 1.2em;
}
.proto_box img {
	display: block;
	position: relative;	
	float:right;
	right: 0px;
	top: -2.4em;
	margin-left: 16px;
	
}
.proto_box p {
	display: block;
}
.title_box {
	height: 158px;
	/*background: url("web-img/ss/money.png") no-repeat top right;*/
}