html {
  height: 100%;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 100px;
  overflow-x: scroll;
  background-color: #f7f9fa;
  font-weight: 300;

}
h1, h2, h3, h4, h5, h6, p {
  font-weight: 300;
}
h1:first-of-type {
  margin: 30px 0;
}
h2:first-of-type {
  margin: 40px 0;
}
table {
  table-layout: fixed;
  width: 1000px;
}
.sort:hover {
  cursor: pointer;
}
td {
  vertical-align: middle !important;
  font-size: 14px;
  padding: 0 12px 0 12px;
}

button {
  width: 185px;
  
}

a {
  text-decoration: none !important;
}