/*Colors*/
/*
orange - #F06000
blue - #2165FF
*/
/* orange */
/* blue*/
.occurencesTable {
  border: 1px solid #242d59;
  margin: 0 auto; }
  .occurencesTable th {
    background-color: #ffc071; }
  .occurencesTable td, .occurencesTable th {
    padding: .5em;
    border: 1px solid #242d59; }

dt {
  font-style: italic;
  color: #2b366b; }

.occurencesList {
  text-align: center; }
