#issues { margin-left: 1em; margin-right: 1em; margin-bottom: 1em; padding: 1em; background: rgb(42, 33, 28); color: rgb(189, 174, 157); font-size: 150%; border-radius: 20px; }
#issues ul { padding-left: 1em; }
#issues li { padding: 0.5em 0 0.5em 0; border-bottom: 1px solid #888; }
#issues li:first-child { padding-top: 0; }
#issues li:last-child { border-bottom: none; padding-bottom: 0; }
#issues a { color: #F00; }
