table {
    font-family: Arial;
    font-size: 1.2em;
    background-color: #f4f4f4;
    border: 5px solid #ffcc00;

}

td {
  background-color: white;
  padding: 2px;

}

.fieldname {
  text-align: right; 
  font-weight: bold;
  font-size: 0.85em;
}

.headshot-cell {
  width: 20%;
  background-color: black;
  position: relative;
  top: -2px;
  left: -2px;
}

.awesome-marker i {
      font-size: 21px;
      margin-top: 8px;
  }