/* CSS stylesheet for home page */

div.comingup
{
  width: 90%;
  min-width: 250px;
  margin: 0 auto;
  text-align: left;
}

div.evtsummary
{
  display: grid;
  grid-template-columns: 1fr 3fr;
  font-weight: bold;
  margin: 10px 0;
}

div.cancelform
{
  width: clamp(300px, 50%, 700px);
  margin: auto;
  padding: 10px;
  background: white;
  border: 2px solid red;
  border-radius: 10px;
}