@media screen {
    html {
      position: relative;
      min-height: 100%;
    }
    body {
        padding-top: 70px;
        margin-bottom: 60px;
    }
    .footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      /* Set the fixed height of the footer here */
      height: 60px;
      background-color: #f5f5f5;
    }
    .footer > .container {
      padding-right: 15px;
      padding-left: 15px;
    }
    .footer p {
        margin-top:20px;
    }
    .doctor-panel {
        padding: 6px 15px;
        background-color: #faebcc !important;
    }

    .doctor-panel h3 {
        line-height: 26px;
        font-family: "Trebuchet MS", Verdana, sans-serif;
    }

    .table-details {
        font-size: 13px;
    }

    .logo-alex {
        margin-bottom: 20px;
    }
    .program-info {
        margin-left: 40px;
        font-size:120%;
        line-height: 140%;
    }
}
@media print {
    body {
        padding: 0;
        margin: 0;
        height: 297mm;
        width: 210mm;
    }
    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
        overflow: hidden;
    }
    .doctor-panel {
        padding: 6px 15px;
        background-color: #faebcc !important;
    }
    .doctor-panel h3 {
        line-height: 30px;
        font-family: "Trebuchet MS", Verdana, sans-serif;
        font-size: 20px;
    }
    .logo-alex{
        margin-bottom: 0;
        height: 60px;
        overflow: hidden;
        z-index: -1;
    }
    .doctors-data {
        width:100%;
    }
    .detail1_print {
        width:100%;
        border: 1px solid black;
        margin-bottom:25px;
    }
    .detail1_print td{
        padding:10px;
    }
}