/* CSS stylesheet for gigs.php */

div.admin
{
  border: 1px solid red;
  border-radius: 5px;
  padding: 5px;
  background: #fee;
  margin-bottom: 10px;
  width: fit-content;
  min-width: 200px;
}

div.admin.published
{
  background: #efe;
}