/* CSS stylesheet for glaucoma.php */

ul.closedangle
{
  list-style: none
}

ul.closedangle li h4
{
  margin-top: 10px;
  text-align: left;
}

div.indented
{
  padding-left: 2ex;
  border-left: 1px solid #ccc;
}

@media (max-width: 500px)
{
  div.indented { padding-left: 1ex }
}