.custom-table-responsive {
  margin-top: 40px;
  background-color: #efefef;
  padding: 10px;
  border-radius: 4px;
  font-weight: 300; }

.custom-table {
  min-width: 100%;
}

.custom-table thead tr, .custom-table thead th {
  border-top: none;
  border-bottom: none !important;
  font-size: 14px;
  text-transform: uppercase; }

@media (max-width: 400px) {
  .custom-table thead tr, .custom-table thead th {
    text-transform: lowercase;
    font-size: 10px; }
}

.custom-table tbody th, .custom-table tbody td {
  color: #777;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 300; }

.custom-table tbody th small, .custom-table tbody td small {
  color: #b3b3b3;
  font-weight: 300; }

.custom-table tbody tr:not(.spacer) {
  text-align: center;
  vertical-align: middle;
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.custom-table tbody td img{
  height: 24px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.custom-table tbody tr:not(.spacer):hover {
  -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1); }

.custom-table tbody tr th, .custom-table tbody tr td {
  background: #fff;
  border: none; }

.custom-table thead th:first-child {
  text-align: left; 
  padding-left: 20px; }

.custom-table tbody tr th:first-child, .custom-table tbody tr td:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  text-align: left; 
  padding-left: 20px; }

.custom-table tbody tr th:last-child, .custom-table tbody tr td:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px; }

.custom-table tbody tr.spacer td {
  padding: 0 !important;
  height: 10px;
  border-radius: 0 !important;
  background: transparent !important; }

.custom-table tbody tr.active {
  opacity: .4; }