.table-wrap {
  padding: 50px 0;
}
.table-wrap .container {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 30px 30px;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  text-align: left;
}

thead {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  border-bottom: 1px solid #efefef;
}

th,
td {
  padding: 12px 15px;
}

tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

th {
  font-weight: 400;
  color: #333;
  line-height: 40px;
}
td {
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
td:first-child {
  color: #999;
}
td:last-child {
  color: rgba(11, 45, 135, 1);
}

.paging-wrap {
  padding: 30px 0 20px;
}

@media screen and (max-width: 640px) {
  .table-wrap .container {
    width: 90%;
    padding: 10px 15px 0;
  }
  .table-wrap .table {
    overflow-y: auto;
  }
  .table-wrap .container table {
    width: 700px;
  }
  table th,
  table td {
    padding: 0 15px;
    line-height: 50px;
  }
}
