[col="0"] {
    display: none;
}

[col="1"] {
    width: 100%;
}

.cavendish-logo {
    height: 50px;
    position: absolute;
}

.cavendish-background nav {
    background-color: #840544;
    color: white;
    min-height: 90px;
    padding: 5px;
}

.cavendish-background menu {
    color: black;
}

mark {
    padding: 5px;
    background-color: #840544;
    color: white;
}

input[role=switch] {
    border: 1px solid;
    opacity: 1 !IMPORTANT;
}

::selection {
  color: white;
  background: #840544;
}

code {
    width: 100%;
    background: black !IMPORTANT;
    color: lightgreen !IMPORTANT;
}

#maincontentcolumn table tr:first-child, th {
    background-color: #840544 !IMPORTANT;
    color: white !IMPORTANT;
}

#leftsidebarcolumn .scroll {
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#rightsidebarcolumn .scroll {
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.oldrevision {
  background-color: lightgrey;
  overflow: hidden;
  padding: 20px;
}

.oldrevision::after {
  content: "old revision";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(15deg);
  font-size: 7rem;
  font-weight: bold;
  color: black;
  opacity: 0.4;
}

.error {
    background: red;
}

.warning {
    background: orange;
}

.clickable-data-row,.clickable-data-row .td {
    cursor: pointer;
}

.pulse {
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

@keyframes pulse {
    0% {
        background-color: #ff9999;
    }
    100% {
        background-color: transparent;
    }
}

.reschedule-selected button {
    background-color: #ddd;
}