@font-face {
   font-family: 'StateFaceRegular';
   src: url('stateface-regular-webfont.eot');
   src: url('stateface-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('stateface-regular-webfont.woff') format('woff'),
        url('stateface-regular-webfont.ttf') format('truetype'),
        url('stateface-regular-webfont.svg#StateFaceRegular') format('svg');
   font-weight: normal;
   font-style: normal;
}

.stateface {
  font-family: "StateFaceRegular";
}

body {
  font: 12px monospace;
}

table-container {
  width: 960px;
  overflow: auto;
}

table {
  border-collapse: collapse;
  position: relative;
  left: 160px;
}

th {
  border-bottom: 1px solid black;
  cursor: pointer;
}

tr {
  border-bottom: .5px solid white;
}

tr:hover {
  background-color: #f0f0f0;
  border-bottom: .5px solid slategrey;
}

td, th {
  padding-left: 10px;
  padding-right: 10px;
}

span.stateface,
span.fa {
  display: inline-block;
}

span.stateface {
  width: 25px;
  line-height: 14px;
  text-align: center;
}

td > span {
  float: left;
}

span.text {
  width: 40px;
  text-align: right;
  padding-right: 10px;
}

th.emp, td.emp
th.wage, td.wage {
  width: 100px;
}

th.emp_pc, td.emp_pc
th.wage_pc, td.wage_pc {
  width: 90px;
}

.emp span.fa {
  width: 8px;
}

.fa-arrow-up {
  color: darkgreen;
}

.fa-arrow-right {
  color: slategrey;
}

.fa-arrow-down {
  color: red;
}
