/* this drives the LW,LL report */
body {
  background-color: white; 
}
body .myFont {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
    td, th {
    border: 1px solid #ddd;padding: 4px;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    text-align: center;
    }

    tr:nth-child(even){background-color: #f2f2f2;}

    tr:hover {background-color: #ddd;}

    th {
      padding-top: 8px;
      padding-bottom: 8px;
      text-align: center;
      background-color: rgb(223,231,244)	;
      color: black;
    }

.alert {
  display: flex;
  flex-direction: row;
}

.alert .img {
  margin-right: 8px;
  align-self: center;  
}