.pack1 {
    text-align: center;
    margin-top: 25px;
    background-color: #a8c8d8;

}

span.pack1 {
    margin-bottom: 5px;
!important;
}

.navbar-right {
    float: left !important;
    margin-right: -15px;
}

.rtl {
    direction: rtl;
    text-align: right;
}

.ctl {
    direction: rtl;
    text-align: center;
}

td {
    text-align: center;
!important;
}

.nav {
    padding-left: auto;
!important;
    padding-right: 0px !important;
}

@media print {
    .noprint {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }

    @page{
        margin-bottom: 4cm;
    }
}