#main {
     background-color: #fff;
}

.section-certificate-query {
     background-color: #fff;
}

.donation-inquiry{
}

.fixed-table-toolbar{
     height: 0;
}
.fixed-table-container{
     position: relative;
     top: -20px;
}
.section-certificate-query>.body-header>.avia_textblock>p.just {
     text-align: justify;
}

.label-middel {
     margin-bottom: 0;
     line-height: 34px;
}
.flex-col{
     padding-right: 10px;
}
.table-content {
     width: 100%;
     margin: 0 auto;
     padding: 0 20px 20px 20px;
}


.search-form {
     height: 54px;
     display: flex;
}

.single-picture {
     display: none;
     padding: 30px;
     width: 400px;
     margin: 0 auto;
}
.single-btn {
     display: none;
     margin: 20px 0;
}
.single-btn > .btn{
  width: 80px;
}
#cert_image_src {
     display: block;
     width: 400px;
     object-fit: cover;
     background-position: center;
}

table tbody tr>.col {
     background-color: #fff;
}
.flex-mobile{
     display: flex;
}
@media screen and (max-width: 782px) {
      .flex{
          display: block;
      }
      .flex-mobile{
          display: flex;
      }
     .flex-col{
          width: 100%;
          padding-right: 0;
     }
     .table-content {
          width: calc(100%);
          margin: 0 auto;
          padding: 0 10px;
          padding-bottom: 20px;
          margin-top: 20px;
     }

     .single-picture {
          width: 100%;
     }

     #cert_image_src {
          height: 200px;
          width: auto;
          max-width: 100%;
          object-fit: cover;
          margin: 0 auto;
     }

     .col>.th-inner {
          font-size: 12px;
     }
}