
.only-for-print{
    display:none;
}

.id-wrap{
    margin-top: 0px;
}

.event-id{
    padding-right: 1px;
    padding-bottom: 1px;
    float: left;
    position:relative;
}

.id-info{
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: -90%;
}

.id-info h3{
    padding-top: 5px;
}

.qr{
    margin-top: -57%;
    margin-left: 39%;
    width: 20%;
    position: absolute;
}


@media print {
    @page
       {
        margin: 1%;
      }

    .do-not-print{
        display:none;
    }

    .only-for-print{
        display:block;
        padding-bottom: 20px;
    }

    .logo {
        display:none;
    }

   .filter-area {
        display: none;
   }

   .print {
        visibility:visible;
   }

   table thead{
        border: solid 1px #FFF !important;
   }

   table tr{
        border: solid 1px #FFF !important;
        font-size: 22px !important;
   }

   table td{
        border: solid 1px #FFF !important;
        font-size: 22px !important;
   }

   table th{
        border: solid 1px #FFF !important;
        font-size: 22px !important;
   }
}
