.alert.alert-info {
  margin: 2em 0;
}

.table {
  width: 100% !important;
}

.table-responsive {
  padding: 1em;
}

.table > tbody > tr > td {
  padding: 1.75em 1em !important;
}

.table > thead > tr > th {
  padding-right: 1em !important;
  padding-left: 1em !important;
}

.table thead {
  background-color: #E2E8F0;
  color: #4A5568;
  text-transform: uppercase;
  font-size: 0.875em;
}

.table thead th {
  border: 1px solid #fff;
}

.dt-buttons {
  float: none;
}

.buttons-excel {
  background-color: #107c41;
  color: #fff !important;
}

.buttons-excel:hover {
  background-color: #0c5d30;
}

.dataTables_filter {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin: 1em 0 3em;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc::after {
  opacity: 1;
}

.table .title {
  margin-bottom: 0.5em;
}

.table .title a {
  font-weight: 700;
  border-bottom: none !important;
}

.table .title a:hover {
  text-decoration: underline;
}

.table img {
  min-width: 100%;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.dataTables_info,
.dataTables_paginate.paging_simple_numbers {
  display: flex;
  justify-content: center;
  font-weight: 400;
}

.dataTables_paginate.paging_simple_numbers .paginate_button a {
  border-bottom-style: solid;
  border-bottom-color: #ddd;
}

.dataTables_paginate.paging_simple_numbers .paginate_button.active a {
  color: #fff;
  border-color: #337ab7;
}

.dataTables_info {
  margin-bottom: 1em;
}

@media only screen and (min-width: 48em) {
  .table-responsive {
    padding: 0;
  }

  .dt-buttons {
    float: right;
  }
}