@charset "UTF-8";
/************************************************************
 *
 * Layout
 *
 ************************************************************/
body {
  font-weight: 300;
  background: white;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  height: 100%;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
}
body.page-iframe {
  min-width: 0;
}
h1 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 1em 0;
}
h2 {
  font-size: 30px;
  line-height: 1.2;
  color: black;
  margin: 0 0 0.5em 0;
}
h3 {
  color: black;
  margin: 0 0 0.25em 0;
}
a {
  text-decoration: underline;
}
p {
  margin-bottom: 1em;
}
table {
  margin-bottom: 1em;
}
table tr td,
table tr th {
  padding: 5px 15px;
}
table tr td p,
table tr th p {
  margin: 0;
}
table tr th {
  background-color: black;
  color: white;
}
table tr th a {
  color: white;
}
table tr:nth-child(odd) {
  background: #ccc;
}
sub {
  font-size: 0.8em;
  font-style: italic;
}
ol {
  margin-bottom: 1em;
  margin-left: 0.5em;
}
ol li {
  list-style: decimal;
  list-style-position: inside;
}
ul {
  margin-bottom: 1em;
  margin-left: 0.5em;
}
ul li {
  list-style: disc;
  list-style-position: inside;
}
/************************************************************
 *
 * Default message styling
 *
 ************************************************************/
.messages {
  margin-bottom: 2em;
  box-shadow: none;
  color: white;
  background: #048e04;
  padding: 2em;
}
.messages a {
  color: white;
}
.messages.messages--error {
  background: #d60808;
}
.messages.messages--warning {
  background: #f68d11;
}
/************************************************************
 *
 * Frontend admin
 *
 ************************************************************/
.block-local-tasks-block {
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  transition: all 250ms ease-in;
}
.block-local-tasks-block:hover {
  opacity: 1;
}
.block-local-tasks-block ul {
  background: black;
  margin-bottom: 0;
  box-shadow: 0px -4px 19px -6px rgba(0, 0, 0, 0.25);
}
.block-local-tasks-block ul li {
  display: inline-block;
}
.block-local-tasks-block ul li a {
  display: block;
  text-decoration: none;
  color: white;
  background: none;
  padding: 15px 20px;
}
/*# sourceMappingURL=nilssonbase.css.map */