/* table borders and padding */
table,
th,
td,
tr {
  border-color: #484848;
  border-top-color: #484848;
  border-right-color: #484848;
  border-bottom-color: #484848;
  border-left-color: #484848;

  border-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;

  border-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;

  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

/* PEOPLE VIEW TABLE CSS */
table.people,
table.people thead,
table.people tbody,
table.people tfoot,
table.people tr,
table.people th,
table.people td {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  border-collapse: collapse !important;
  outline: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

table.people td {
  vertical-align: top;
}

table.people td.views-field-title,
table.people td.views-field-title a:first-child {
  display: block;
}

table.people td.views-field-title a:first-child {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: inherit;
  text-decoration: none;
}

.views-field-field-faculty-title {width: 25%;}
