  body {
    margin: 0;
    padding: 0;
  }
  table {
    margin: 0;
  }
  td.blue .department{
    background: #0077B3;
  }
  td.orange .department{
    background: #CC4100;
  }
  td.pict-right .department{
    flex-direction: row-reverse;
  }
  td.pict-right .department-picture{
    margin-right: -30px;
    margin-left: 15px; 
  }
  td.pict-left .department-picture{
    margin-left: -30px;
    margin-right: 15px; 
  }
  .department {
    display: flex;
    width: 300px;
    align-items: center;
  }
  a:link {
  text-decoration: none;
  }
  .department-picture-wrapper {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    height: 70px; 
  }
  .department-picture {
    margin-left: -30px;
    margin-right: 15px; 
    height: 60px; 
    margin-top:5px;
  }
  .department-picture img {
    border-radius: 50%;
    height: 60px;
  }
  .department-text {
    color:aliceblue;
    text-decoration-line: none;
    line-height: 1.6666666667rem;
    font-family: Roboto,sans-serif;
    font-weight: 400;
  }
  .person-text {
    color:aliceblue;
    text-decoration-line: none;
    line-height: 1.6666666667rem;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    overflow-wrap: anywhere;
  }
  .edge {
    background-image: url('edge.svg');
  }
  h1 {
    font-size: 2.5rem;
    line-height: 3.3333333333rem;
    color: #333;
    font-weight: 400;
  }