
h1 { font-family: "Helvetica Neue"; font-size: 22px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 24.2px; }
h2 { font-family: "Helvetica Neue"; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 24.2px; }
h3 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; }
input, li, p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; }
blockquote { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; }
pre { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }

input[type=submit] {
    color: #000000;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin:10px;
}

.marginauto {
    margin: 10px auto 20px;
    display: block;
}

tr.separated td {
    border-bottom: 1px solid black;
}

table {
    /* make the border continuous (without gaps between columns) */
    border-collapse: collapse;
}

.meeting td {
    text-align: left;
}

.meeting th {
    text-align: right;
}

p.ex1 {
  width: 95%;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 95%;
  border: none;
  margin: 5px;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible:hover {
  background-color: #555;
}

.content {
  padding: 18px;
  display: none;
  overflow: hidden;
}


