html, body {
    height:100%;
    margin: 0 !important;
    padding: 0 !important;
    /*overflow: hidden;*/
}
@page {
    size: A4;
    margin: 0;
}
@media print {
    html, body {
        width: 220mm;
        height: 297mm;
    }
}

body {
    font: 13px Arial,Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
}
strong {
    font-weight:bold;
}
.clearfix {
    clear: both;
}
.clearfix::after {
    clear: both;
    content: '';
    display: table;
}
.print-button-cont {
    text-align:right;
    margin:20px auto 20px auto;
    max-width: 810px;
}
#print-button {
    font-family:Arial;
    display:inline-block;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    padding:8px 15px;
    letter-spacing: 1px;
    text-decoration: none!important;
    outline:none!important;
    text-decoration: none;
    background: #dc143c;
    background: linear-gradient(#e3647e, #DC143C);
    text-align: center;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #e3647e;
}

#page {

    width: 810px;
    height: 1120px;
    overflow: hidden;
    margin:0 auto;
    position:relative;
}
#page::after {
    content:'';
    display:block;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    width: 100%;
    height: 275px;
    background: #fff;
}
.agent {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 0px;
}
.agent .logo {
    float: left;
    width: 200px;
    margin-bottom: 5px;
}
.agent .logo img {
    max-height: 60px;
    max-width: 200px;
}
.agent .agent__info {
    float: right;
    padding-top: 5px;
    margin-bottom: 5px;
}
.agent .agent__info .agent__info__left {
    width: 350px;
    margin-left: 10px;
    float: left;
}
.agent .agent__info .agent__info__right {
    width: 250px;
    float: right;
    text-align:right;
}
.agent .title {
    font-weight:bold;
    font-size:14px;
    padding-bottom: 2px;
}
.property {
    padding-top:10px;
}
.property .title{
    float:left;
    font-size:18px;
    font-weight:bold;
    padding-bottom:10px;
    width:540px;
    margin-right:20px;
}
.property .details{
    float:right;
    text-align:right;
    padding-bottom:10px;
    font-size:18px;
    font-weight:bold;
    width:250px;
}
.property .details .ref {
    font-size:12px;
    padding-top:5px;
}
.property .gallery {
    float:left;
    width:320px;
    margin-right:20px;
}
.property .attributes {
    float:right;
    width:470px;
    padding-top:0px;
    border-top: 1px solid #d6d6d6;
}
.property .attributes .table {
    /*border-bottom: 1px solid #d6d6d6;*/
    /*padding-bottom:10px;*/
}
.property .attributes .table th,
.property .attributes .table td {
    border-bottom: 1px solid #f0f0f0;
    padding:3px 0;
}
.property .attributes .table th {
    text-align:left;
    padding-right:15px;
}
.property .attributes2 {

}
.property .attributes2 ul {
    padding:0;
    margin:0;
}
.property .attributes2 ul li {
    display:inline-block;
    line-height:1.5;
}
.property .desc {
    padding:15px 0;
}
.property .notes {
    padding-top:0;
}

.copyright {
    padding:20px 0;
    float: right;
    width: 230px;
    text-align:right;
}
.copyright > * {
    vertical-align:middle;
}

.copyright  img {
    max-height: 60px;
    max-width: 230px;
}

.map-cont  .map{
    width: 810px;
    height: 275px;
}
.map-cont {
    overflow: auto;
}
.map-cont * {

}

@media print {
    .hideOnPrint {
        display: none;
    }
    @page { margin: 1cm }
}