.privacy_link{
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 17px;
}
.privacy_policy{
    width: 550px;
    box-sizing: border-box;
    min-width: 300px;
    position: fixed;
    display: none;
    top: 50px;
    height: 80%;
    background: white;
    padding: 20px;
    padding-right: 10px;
    padding-top: 40px;
    left: 50%;
    z-index: 999;
    margin-left: -275px;
    border: 1px solid #000000;
    border-radius: 23px;
}
.privacy_policy .pp_content_wrapper{
    height: 100%;
    overflow-y: scroll;
}
.privacy_policy .caption h3{
    font-weight: normal;
    margin: 0;
    margin-bottom: 5px;
}
.privacy_policy p{
	font-size: 13px;
    margin-top: 0;
}
.privacy_policy .block_caption h3{
	border-top: 1px dotted #d2d2d2;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 0;
}
.privacy_policy .block h4{
    margin: 0;
    padding: 15px 0px;
    border-top: 1px dotted #d2d2d2;
    margin-right: 10px;
}
.privacy_policy p.title{
    font-weight: bold;
    font-size: 14px;
}
.privacy_policy p.title.inline{
	display: inline-block;
}
.privacy_policy .with_image{
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: 8px;
}
.privacy_policy .with_image.contact_form{
    background-image: url(../images/privacy_policy/pp_contact_form.png);
}
.privacy_policy .with_image.address_book{
    background-image: url(../images/privacy_policy/pp_acess_address_book.png);
}
.privacy_policy .with_image.contact_information{
    background-image: url(../images/privacy_policy/pp_data_owner.png);
}
.privacy_policy a{
    font-size: 14px;
    color: #4e4e4e;
    text-decoration: underline;
}
.privacy_policy ul{
    list-style: none;
    padding: 0;
}
.privacy_policy hr{
	margin-right: 10px;
}
.privacy_policy .close_link{
	position: absolute;
    right: 8px;
    top: 7px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    display: inline-block;
    width: 30px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: white;
}