/* CSS stylesheet for artwork.php */


div.settype
{
  width: max-content;
  padding: 10px;
  background: #cdc;
  margin-bottom: 30px;
}

div.settype a
{
  display: inline-block;
  vertical-align: top;
  margin: 10px 20px 0 0;
}

@media (max-width: 500px)
{
  div.settype a
  {
    margin: 10px 10px 0 0;
  }
}


div.settype a.otherpage
{
  color: #030;
  background: #ccc;
  text-decoration: none;
  padding: 2px;
}

div.settype a.thispage
{
  background: #060;
  color: white;
  text-decoration: none;
  padding: 2px;
}