@media (min-width: 300px) {
  #project-name-table {
    font-family: 'Marcellus SC', serif;
    color: #8d721e;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  #project-name-table {
    font-family: 'Marcellus SC', serif;
    color: #8d721e;
  }
}

@media (min-width: 992px) {
  #project-name-table {
    font-family: 'Marcellus SC', serif;
    color: #8d721e;
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  #project-name-table {
    font-family: 'Marcellus SC', serif;
    color: #8d721e;
    font-size: inherit;
  }
}

@media (min-width: 300px) {
  #description-cell {
    width: 40%;
    font-size: 14px;
    display: none;
  }
}

@media (min-width: 768px) {
  #description-cell {
    width: 40%;
    font-size: 14px;
    display: table-cell;
  }
}

#cell-text {
  font-size: 14px;
}

#status-cell {
  padding-bottom: 0px;
  display: inline-grid;
  width: 100%;
  border-width: 0px;
}

#table-labels {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 12px;
}

@media (min-width: 300px) {
  #description-table-label {
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 14px;
    display: none;
  }
}

@media (min-width: 767px) {
  #description-table-label {
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 12px;
    display: table-cell;
  }
}

@media (min-width: 992px) {
  #table-image {
    float: left;
  }
}

