body {
  background-color: #e4dbcc;
  margin-bottom: 1%;
}

body, h1, h2, p {
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  padding: 0;
}

h1 {
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 20px 0;
}

h2 {
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 20px 0;
}

tr {
   line-height: 25px;
}

.removed ~ td{
  background: red;
}
.dark-row > td {
  background: #515942 !important;
}

.nav-tabs {
  background-color: #d5c7b0;
}

.nav-link {
    color: #515942
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #cacfb6;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #f2e8d8;
}

.table > :not(caption) > * > th {
  background-color: #cdbca2;
}

.table {
  border-color: #bdab8f;
}

th {
  padding: 5px;
  text-align: center;
}

.teamHeader {
  font-weight: bold;
}

/* 
table {
  text-align: left;
  margin-left:  auto;
  margin-right:  auto;
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
}

tr {
  height: 25px;
}

th, td {
  border: 1px solid;  
}

td {
  padding: 5px;
}

p {
  margin: 0 0 10px;
}

a {
  color: #000000;
  text-decoration: underline;
}





.info {
  text-align: center;
}

.container {
  margin-left:  auto;
  margin-right:  auto;
  margin-top: 10px;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.lead {
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 20px;
}

.member {
  text-align: left;
  column-width: 150px;
}

.phone {
   text-align: center;
   column-width: 110px;
}

.cell {
  text-align: center;
  column-width: 130px;
}

.email {
  padding: 0px 5px 0px 5px;
}

.dob {
  text-align: center;
  column-width: 75px;
} */