

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');


@media all


{

    details {
      margin-bottom: 1em;
      cursor: pointer;
    }

    summary {
      font-weight: bold;
      font-size: 1.1em;
    }

    ul {
      margin-left: 1em;
    }

    a {
      text-decoration: none;
      color: #0077cc;
    }

    a:hover {
      text-decoration: underline;
    }

}









