
.tcontainer {
  margin: 265px auto;
  width: 95%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

/* Table */

.table {
  margin-bottom: 0;
}

.table th,
.table td {
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  min-width: 115px;
}

.table-responsive {
  height: 405px;
  margin-bottom: 10px;
}
