/* Standard FS for headers. We use a base font size of 14px */
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.8em;
}
h6 {
  font-size: 0.7em;
}


h1 small {
  font-size: 0.75em;
}

.small {
    font-size: 0.75em;
}

ul.plain-list {margin: 0}
ul.plain-list li {list-style: none;}

.wu-navbar .application-switcher:hover {
    background-color: #b40067;
}
.wu-navbar .application-name:hover {
    background-color: #b40067;
}

th.sticky-white {
    position: sticky;
    top: 0;
    background: white;
}

.pointer:hover {
    cursor: pointer;
}
