h1,
h2,
h3,
p,
tr,
span,
label,
button,
a {
  font-family: "Varela Round", sans-serif;
}

body {
  margin: 1rem;
}

h1 {
  font-size: 2rem;
}

span,
strong,
a,
th,
label {
  font-size: 18px;
}

td {
  border-top: 1px dashed silver;
}

#crOrg,
#crLoc {
  margin: 10px 0px;
}

#error {
  font-weight: bold;
  font-size: 20px;
}

#error,
#confirmation,
.elements,
.heading div {
  display: none;
}

.heading {
  position: sticky;
  top: 0px;
  background-color: rgba(47, 47, 47, 0.9);
  padding-bottom: 10px;
}

.nosort {
  cursor: default;
}

.menu,
th {
  cursor: pointer;
}

.evesg {
  background-color: #004400;
}

.evesr {
  background-color: #440000;
}

.evesr,
.evesg {
  border-radius: 10px;
  height: 50px;
}

.fkOrg {
  text-decoration: none;
}

.line {
  color: lightgray;
}

.star {
  float: right;
}

.desc {
  color: gray;
  font-style: italic;
}

.excludes {
  background-color: #660000;
  border-radius: 7.5px;
  padding: 5px;
  border: 1px solid #a60000;
}

.crEve {
  background-color: #2f2f2f;
  border-bottom: 1px dashed silver;
}

.req {
  margin-left: 10px;
}

.dialogButtons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.allInputs {
  border: 1px solid silver;
  border-radius: 10px;
  padding: 20px;
  color: white;
  position: fixed;
  grid-template-columns: 16rem;
  gap: 1rem;
}

.allInputs[open] {
  display: grid;
}

.allInputs::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.table {
  width: auto;
}
