.container {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.table_mobile {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

/* .table_mobile tr { */
  /* border: 1px solid #ddd; */
  /* padding: .05em; */
/* } */

.table_mobile th,
.table_mobile td {
  padding: .2em .625em .2em .625em;
  text-align: center;
}

.table_mobile th {
  /* font-size: .85em; */
  letter-spacing: .1em;

}

.table_mobile thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.table_mobile tr {
  border-radius: 4px;
  border-bottom: 3px solid #ddd;
  display: block;
  margin-bottom: .625em;
}

.table_mobile td {
  display: block;
  font-size: 1rem;
  text-align: right;
  color: #666;
  background-color: #fafafa;
}

.table_mobile td::before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
  color: #555;
}

.table_mobile td:first-child {
  background-color: #2665a8ea;
  color: #fafafa;
  padding: .65em;
  border-radius: 4px 4px 0 0;
}
.table_mobile td:first-child a {
  color: #fafafa;
  text-decoration: underline;
}

.table_mobile td:first-child a:hover {
  color: #FDC00F;
  text-decoration: underline;
}



.table_mobile td:first-child::before {
  color: aliceblue;
}

.table_mobile td:nth-child(2) {
  padding: .625em .625em .2em .625em;
}

.table_mobile td:last-child {
  border-bottom: 0;
  padding: .2em .625em .625em .625em;
}

.info_no {
  color: #488dca;
  margin: 0 0 10px 5px;
}


@media (min-width: 768px) {

  #table_mobile_wrapper, #table_mobile, .table_mobile, .info_no {
    display: none;
  }

}


@media (max-width: 767px) {

  #jobsTable_wrapper {
    display: none;
  }

  .table_mobile {
    border: 0;
  }

}