body {
    background: url('../img/bg.jpg') top left no-repeat;
    background-size: cover;
}


.mt10 { margin-top: 10px; }
.mb0 { margin-bottom: 0; }

@media (min-width: 768px) {
    .header { padding: 30px 100px 30px 100px; }
    .headerContent { height: 250px; }
    .headerContent .header { bottom: 40px; }

    .main-table td:first-child,
    .main-table td:nth-child(2),
    .main-table td:nth-child(3) {
      width: 100%;
    }

    .comment-table { font-size: 20px; }
}




/* From 1200px and Up
========================================================================== */

@media (min-width: 1200px) {

/* Table
========================================================================== */

  .main-table th { font-size: 22px; }

  .main-table td {
    display: inline-block;
    padding: 0;
  }

  .main-table td:first-child {
    width: 120px;
    display: inline-block;
  }

  .main-table td:nth-child(2) { width: 61%; }

  .main-table td:nth-child(3) {
    width: 230px;
    text-align: right;
  }

}
