  #toTop { 
    position:fixed;
    bottom:10px;
    right:2px;
    cursor:pointer;
  }

  .template1 {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }

  .row {
    display: table-row;
  }

  .cell {
    display: table-cell;
    vertical-align: top;
  }

  .center {
    text-align: center;
  }

  @media (max-width: 767px) {
    .bgMid .pagesize {
      display: flex !important;
      flex-direction: column !important;
    }
    .floatr {
      order: 1 !important;
    }
    .floatl.width250 {
      order: 2 !important;
    }
    .hide-on-mobile {
      display: none !important;
    }
    .textCenter.padb10 {
      display: none;
    }
  }