<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
p.list {
  border: solid 1px #060;
  border-radius: 1em;
  padding: 1em 50px;
  color: #060;
}




@media screen and ( max-width:700px )
{

  p.list {
    border-style: solid none;
    border-radius: 0;
    padding: 1em 20px;
  }

}
</pre></body></html>