#packet h1 {
    font-family: "Segoe UI Light", "Segoe UI", Arial;
    font-size: 42px;
    font-weight: normal;
    margin-left: 37px;
	display: inline;
}

#packet button {
	display: inline;
	margin-left: 20px;
}

#packet ul {
    font-family: "Segoe UI Semilight", "Segoe UI", Arial;
    font-size: 17.666px;
    list-style-type: none;
}

#packet strong {
    font-family: "Segoe UI Semibold", "Segoe UI Bold", Arial;
    font-weight: normal;
}

.collapsibleList li{
  list-style-image:url('button.png');
  cursor:auto;
}

li.collapsibleListOpen{
  list-style-image:url('button-open.png');
  cursor:pointer;
}

li.collapsibleListClosed{
  list-style-image:url('button-closed.png');
  cursor:pointer;
}
