  html,
  body {
    min-height: 100%;
    margin: 0;
  }

  body {
    min-height: 100dvh;
  }

  #allrecords {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }

.color-red {
    color: #cb4448;
}

.mt-10 {
    margin-top: 10px;
}

.mt-40 {
    margin-top: 40px;
}

.uc-content {
    padding: 0 !important;
    background-color: #f5f5f5;
    min-height: 100% !important;
    display: flex;
    flex: 1;

    .t1370_row,
    .t1059__row {
        display: flex;
        flex-direction: column;
        align-items: start !important;
    }
    
    .t-container {
        max-width: 820px;
        margin: 0 auto;
        background: #fff;
        padding: 0 0 60px;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
        padding-top: 30px;
        padding-bottom: 0;
        border-top: 3px solid #c0392b;
    }
    
    .t1370,
    .t1059 {
        width: 100%;
        padding: 10px 20px 70px;
    }
    
    .t-col {
        width: auto;
    }
    .t1370 .hp-desc {
        padding: 0;
    }
}

@media (max-width: 640px) {
    .uc-content {
        .t1370,
        .t1059 {
            padding: 10px 16px;
        }            
    }

}