
@media screen, projection, print {
.person-contacts li img{
    width:15px;
    margin-right: 15px
}

html{
    background-image: url(../jjjjs.jpg);
    background-attachment: fixed;
    height: 100%;
}
.basephone{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 3em;
}
#print{
    float:right;
    margin-top:-35px;
    margin-right:-35px;
    cursor:pointer;
    opacity:0.9; 
    background: #fff;
}
body {
    color: #000;
    padding-top: 1em;
    font-family: Arial, sans-serif;
    font-size: 0.85em;
    height:100%;
}

a {
    color:blue 
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    margin: 0.5em 0px 1.3em;
    padding: 0;
}

p {
    margin: 0.1em 0 0.5em 0;
    padding: 0;
    line-height: 1.8em;
}

h1 {
    font-size: 170%;
	border-bottom: 2px solid #000;
}

h2 {
    font-size: 150%;
}

h3 {
	margin-top: 1.4em;
}

h4 {
    font-size: 100%;
    font-weight: bold;
    margin-top: 1em;
}

h5 {
    font-size: 90%;
}


img,fieldset {
    border: none;
}

.person_photo_container_large {
    position: absolute;
    top: 2%;
    right: 5%;
}

.avatar {
    float: left;
    margin-right: 3px;
}


ol {
    margin: 0.5em 0 0 2.5em;
    padding: 0;
}

ol li {
    list-style-position: outside;
    margin: 0.1em 0 0.5em 0;
    padding: 0;
}


ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#morecontacts{
    color:black !important;
    text-decoration: none;
    border-bottom: 1px black dashed;
}
.helpme{
    margin-left:15px;
    border-radius: 100%;
    padding: 2px;
    width: 15px;
    height: 15px;
    display: inline-block;
    font-size: 12px;
    background: #d0d0d0;
    display: inline-block;
    text-align: center;
    line-height: 16px;
}
.helpme a{
    /* color:gray; */
    text-decoration: none;
    /* margin-top: -8px; */
    /* display: inline-block; */
    /* margin-left: 1px; */
    color: white;
}
	
	.printCVContainer {
		background:#FFFFFF;
		-moz-box-shadow: 0 0 2em #000;
		-webkit-box-shadow: 0 0 3em #6FCEA4;
		border-radius: 10px;
		margin: 3em auto;
		padding:25px 45px;
		position:relative;
		width:700px;
		
	}
.printCVContainer strong
{
	color:#555;
}
.printCVContainer strong a
{
	color:#555;text-decoration: none;
}
    .wrap {
        clear: both;
        width: 10px;
        height: 0;
        overflow: hidden;
    }



.person-details {
	overflow: hidden;
	margin: 1.5em 0;
}

.person-photo {
	float: right;
	margin: 1.5em 0;
			
}
	.person-photo img {
		border: 1px solid #CCCCCC;
		margin: 0 0 1em 1em;
		width:220px;
		-moz-border-radius:7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		
		-moz-box-shadow: 0 0 1em #000;
		-webkit-box-shadow: 0 0 1em #000;
		
	}
	
.person-contacts {
/*font-size: 0.9em;*/
	line-height: 2em;
	overflow: hidden;
	zoom: 1;
	color:#333;
}

.person-contacts big{
    color:blue
}
.qrdiv{width:100%;height:100%;background: white url(/qr.gif) no-repeat center center;position: fixed; z-index: 10; top: 0px; left: 0px;}
.close{ float: right; margin: 10px;}
.qrsplnk{
    cursor: pointer;
    border-bottom: 1px dashed black;
}
.foo{
text-align: center;
margin-top: 30px;
margin-bottom: 100px;
margin-left: 200px;
margin-right: 200px;
padding-top: 100px;
color: gray;
}
.foo a{

color: gray;
}
.link
{
text-decoration:underline;
}
.disabledlink
{
text-decoration:underline;
cursor:pointer;
}
#progects
{
line-height: 2em;
}

}
@media print {
.person-contacts li img{
    width:15px;
    margin-right: 15px;
    height:15px;
}

    html, body {
        background: none;
    }
    #moikrug {
        margin: 0;
        padding: 0;
    }
    #main {
        width: auto;
        margin: 0;
        border: none;
        background: none;
    }
    h1.user_name {
        top: 0;
    }
    .preview_but, .morecontacts, .tmr, .qrvcard, .fooo *, .foo, iframe {
        display: none !important;
    }
}