body {
  font-family: tahoma, calibri;
  font-size: 13px;
  margin: 0; }
  body header {
    font-weight: bold;
    font-size: 1.5rem;
    background-color: #a3d4ff;
    color: blue;
    background-color: #406793;
    color: white;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px; }
  body .drama-terroir {
    margin: 8px; }
    body .drama-terroir .filters {
      text-align: center;
      margin-bottom: 10px; }
      body .drama-terroir .filters .level .db-button {
        display: inline-block;
        user-select: none;
        font-size: 1.2rem;
        padding: 21px;
        margin: 3px;
        border: 1px solid #ccc;
        border-radius: 5px;
        transition: background-color 350ms linear;
        transition: color 250ms linear;
        transition: box-shadow 250ms linear; }
      body .drama-terroir .filters .level .db-button:hover {
        cursor: pointer; }
      body .drama-terroir .filters .level.l1 .db-button {
        background-color: rgba(95, 144, 190, 0.7); }
      body .drama-terroir .filters .level.l1 .db-button:hover {
        background-color: #5f90be; }
      body .drama-terroir .filters .level.l1 .db-button.checked {
        background-color: rgba(95, 144, 190, 0.9);
        color: yellow;
        border: 2px solid #91aaff;
        padding: 20px;
        box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.35); }
      body .drama-terroir .filters .level.l2 .db-button {
        background-color: rgba(138, 208, 138, 0.7);
        padding: 11px 21px; }
      body .drama-terroir .filters .level.l2 .db-button:hover {
        background-color: #8ad08a; }
      body .drama-terroir .filters .level.l2 .db-button.checked {
        background-color: rgba(138, 208, 138, 0.9);
        color: yellow;
        border: 2px solid #91aaff;
        padding: 10px 20px;
        box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.35); }
      body .drama-terroir .filters .explanation {
        margin-top: 10px;
        color: blue;
        font-weight: bold; }
    body .drama-terroir #contact-list th.title {
      min-width: 210px; }
    body .drama-terroir #contact-list th.phone {
      min-width: 110px; }
    body .drama-terroir #contact-list th.email {
      min-width: 110px; }
    body .drama-terroir #contact-list th.website {
      min-width: 110px; }
