body {
  background-color: #fafafa;
  color: #545454;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  padding: 0 10%;
}

li {
  margin-top: 5px;
}

ol li {
  margin-top: 10px;
}

.page-header {
  background-color: slategray;
  color: white;
  padding: 20px;
  text-align: center;
}

table {

}

.skills-table {
  margin-bottom: 30px;
}

th {
  background-color: slategray;
  color: white;

}

td {
  padding-left: 10px;
  < !-- border-left: 1px solid slategray;
  -->
}

footer {
  background-color: black;
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: 25px;
  position: relative;
  bottom: 0;

}