
.card{
   //cursor:pointer;
   background:#fff;
   min-width:500px;
   max-width:500px;
   min-height:300px;
   max-height:300px;
   position:relative;
   border:1px solid #aaa;
   box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
   text-align:left;
   border-radius:20px;
   font-size: 30px;
   font-weight:normal;
}

.card img{
   position: absolute;
   width: 75px;
   right: 15px;
   top: 15px;
}


.person{
   margin-left:30px;
   padding-top:40px;
   line-height: 25px;
}

.person p:nth-child(3){
   padding-top:5px;
   font-size: 16px;
}


.adress-left{
   position:absolute;
   bottom:20px;
   left:30px;
   font-size: 16px;
}

.adress-right{
   position:absolute;
   bottom:20px;
   right:30px;
   text-align:right;
   font-size: 16px;
}

.xing{
   position: absolute;
    right: 5px;
    top: 5px;
}



@media print
{
   body {
      background:none !important;
      background-color: #fff;
   }

   .card{
      scale: 0.6;
      box-shadow: none;
   }

   .xing{
      display:none;
   }


}