<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*


*/
@import url(/assets/gallerist/application-116e36c344494ed5a83c0155ca1e00ae45eb4f38819f0c73a69308a1835f6191.css);
@import url(/assets/jscalendar/calendar-system-fec961d57fdb6a26ecd6bc67a726d562ee4a9dfe7483381b401aedd9620ef54e.css);
@import url(/assets/juicebox/jbcore/classic/theme-5741ce91a2c93f3d1f9da8007030ec12fda6eb7dd79c54328ba4e0f37f580270.css);
div.error {
  border: red solid 1px;
  padding: 6px;
  border-radius: 8px;
  color: red;
  display: inline-block; }
  div.error .suggest {
    text-align: right;
    color: black; }
    div.error .suggest a,
    div.error .suggest a:link,
    div.error .suggest a:visited {
      font-style: italic; }

/**** my form ***************************************************************/
img.required {
  width: 8px;
  vertical-align: 0.1em;
  margin-left: 4px; }

form.my .hint {
  font-size: 80%;
  line-height: 1.1em;
  color: #999999; }
  form.my .hint p {
    font-size: inherit;
    line-height: inherit; }
  form.my .hint p,
  form.my .hint p {
    margin: 4px 0px; }

form.my fieldset {
  background: #fafaff;
  border: solid 1px #dddddd;
  border-radius: 8px;
  padding: 6px;
  display: inline-block; }

form.my .how-to {
  display: inline-block; }
  form.my .how-to .title {
    position: relative;
    color: blue;
    font-style: italic;
    margin: 2px 0 2px 16px;
    font-size: 90%; }
    form.my .how-to .title img {
      height: 20px;
      margin-right: 6px;
      vertical-align: bottom; }
  form.my .how-to .title:hover .how-to-info {
    display: inline-block;
    z-index: 10;
    bottom: 1px; }
  form.my .how-to .how-to-info {
    white-space: normal;
    display: none;
    background-color: white;
    position: absolute;
    width: 360px;
    padding: 24px;
    border: 4px #999999 solid;
    border-radius: 24px;
    color: black;
    font-style: normal; }
    form.my .how-to .how-to-info h2 {
      margin: 0 0 16px 0;
      font-size: 1.7em; }
    form.my .how-to .how-to-info ul {
      margin-left: 12px;
      padding: 0; }
    form.my .how-to .how-to-info em {
      border: #dddddd 1px solid;
      display: inline-block;
      padding: 2px 4px;
      font-style: normal;
      font-family: monospace;
      line-height: 1.1em;
      background-color: #f3f3f3;
      border-radius: 6px;
      color: blue; }
    form.my .how-to .how-to-info mark {
      display: inline-block;
      line-height: 1em;
      padding: 2px; }

form.my .error {
  border: solid 3px red; }

form.my label {
  background-color: inherit;
  padding: 6px !important;
  display: inline-block; }

form.my span.label-text {
  border-radius: 4px 4px 0 0;
  background-color: #5B5B60;
  color: #dddddd;
  padding: 3px 10px 4px 10px;
  line-height: 1.6em;
  display: inline;
  white-space: nowrap; }
  form.my span.label-text img {
    width: 8px;
    vertical-align: 0.1em;
    margin-left: 4px; }

form.my span.label-text:after {
  content: "\a";
  white-space: pre-wrap; }

form.my input[type=image] {
  display: inline-block;
  height: 1.2em;
  vertical-align: middle;
  max-width: 1.2em;
  margin: 4px !important; }

form.my select.right {
  text-align: right; }

form.my .info {
  vertical-align: top;
  display: inline-block;
  margin: 10px; }
  form.my .info p {
    line-height: 1.1em;
    font-size: 80%;
    color: #999999; }

form.my div.row {
  display: table-row;
  margin: 0;
  padding: 0;
  line-height: 0; }
  form.my div.row label {
    display: table-cell; }

form.my div.error-listing {
  margin: 0 0 12px 24px; }
  form.my div.error-listing h2 {
    text-align: left; }
  form.my div.error-listing ul {
    margin: 0 0 0 24px;
    list-style-type: '\26d4'; }
    form.my div.error-listing ul li {
      padding-left: 4px; }

/*** model menu *************************************************************/
span.has-menu {
  position: relative;
  vertical-align: top;
  display: inline-block;
  white-space: normal; }
  span.has-menu .model-menu {
    border: solid 1px #cccccc;
    background-color: #fafaff;
    padding: 16px;
    border-spacing: 3px;
    /* if display: table then padding won't work, but this will */
    border-collapse: separate;
    position: absolute;
    z-index: 100;
    top: auto;
    display: none;
    text-align: center !important;
    font-size: 15px;
    font-family: roboto, verdana, arial;
    font-weight: normal;
    line-height: 1.7em; }
    span.has-menu .model-menu a {
      display: inline;
      padding: 2px;
      white-space: nowrap; }
    span.has-menu .model-menu a:after {
      content: "\a";
      white-space: pre; }
    span.has-menu .model-menu div {
      white-space: nowrap; }

span.has-menu:hover div.model-menu {
  display: table; }

/*** for auto complete ********************************************************/
div.auto_complete {
  width: 350px;
  background: #fff;
  position: absolute;
  z-index: 10; }
  div.auto_complete ul {
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none; }
    div.auto_complete ul li {
      margin: 0;
      padding: 3px; }
    div.auto_complete ul li.selected {
      background-color: #ffb; }
    div.auto_complete ul ul strong.highlight {
      color: #800;
      margin: 0;
      padding: 0; }

#pic-blackout.hide {
  background-color: white;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  opacity: 0;
  z-index: 200;
  /* other attributes must be defined in html */
  left: 0px;
  top: 0px;
  transition: background-color 3s; }

#pic-blackout.show {
  display: block;
  opacity: 0.8;
  background-color: black;
  transition: background-color 3s; }

#large-pic {
  margin: 0pt auto;
  position: absolute;
  top: 0%;
  background-color: #fff;
  visibility: hidden;
  padding: 12px;
  z-index: 201; }

.draggable-thing {
  position: relative;
  cursor: move; }

/*** bits and pieces **********************************************************
*/
img.tools {
  max-width: 0.7em !important;
  max-height: 0.7em !important;
  vertical-align: center !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: none !important;
  border: none !important; }

/*** bits and pieces **********************************************************
*/
div.shout-notice .debug {
  margin: 1em;
  padding: 12px;
  max-width: 800px;
  max-height: 30em;
  overflow: scroll;
  background-color: #dddddd; }

div.shout-notice .rows {
  margin: 1em;
  font-size: 110%; }

div.shout-notice .query {
  margin: 1em;
  padding: 12px;
  max-width: 800px;
  max-height: 20em;
  overflow: scroll;
  background-color: #ffe; }

div.lg-preview {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin: 12px; }
  div.lg-preview img {
    max-width: 480px;
    max-height: 300px;
    object-fit: cover; }
  div.lg-preview div.control {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 14px; }

table.pics {
  margin: 16px auto 0 auto;
  border-spacing: 12px;
  border-collapse: separate; }
  table.pics td {
    vertical-align: top; }
    table.pics td select {
      margin-top: 12px; }
    table.pics td .gallery {
      text-align: right; }
    table.pics td img {
      max-width: 180px;
      margin: 0;
      padding: 0; }

table.list-table td div.gallery-pics {
  font-size: 80%; }

table.pic-properties {
  border-spacing: 1;
  border-collapse: collapse; }
  table.pic-properties th {
    font-weight: normal;
    background-color: #EAEAEE;
    white-space: nowrap;
    padding: 0 4px;
    text-align: right;
    border-top: white solid 1px;
    vertical-align: top; }
  table.pic-properties td {
    padding: 0 4px; }

/*** for the list of weblinks *************************************************/
.weblinks .list {
  margin: 8px 16px 0 0;
  padding: 0;
  list-style-type: none; }

.weblinks li {
  padding-bottom: 8px;
  padding-top: 8px; }

.weblinks .edit {
  display: none; }

.weblinks .view {
  /* width is in viewport definitions */
  padding-left: 20px;
  margin: 4px 0;
  line-height: 1.2em;
  text-indent: -20px; }
  .weblinks .view a {
    color: #000000; }
  .weblinks .view img {
    vertical-align: text-top; }
  .weblinks .view .title {
    vertical-align: 1px;
    font-weight: bold; }
  .weblinks .view .title:after {
    content: "\a";
    white-space: pre; }
  .weblinks .view .comment {
    font-size: 95%; }
    .weblinks .view .comment .par-break {
      height: 0.5em; }

.weblinks .new {
  text-align: left;
  font-size: 13px;
  margin: 4px 12px 8px 200px; }

.weblinks .view-image {
  border-radius: 2px;
  margin: 0 6px 0 12px;
  max-height: 140x;
  max-width: 110px;
  float: right; }

body,
p,
ol,
ul,
td {
  font-family: roboto, verdana, arial;
  font-size: 15px;
  line-height: 1.5em;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

a:link {
  color: #999999; }

a:visited {
  color: #a6a6a6; }

div#header {
  height: 55px;
  position: relative;
  border-bottom: 1px solid #dddddd; }

div#content {
  clear: both;
  margin: 0; }

div#content a:hover {
  background-color: #dddddd; }

img#logo {
  float: right;
  max-width: 50%;
  margin-right: 30px; }

div.juicebox {
  width: 100%;
  height: 500px;
  display: block; }

span.has-post {
  width: 14px;
  vertical-align: middle;
  display: inline-block;
  background: url(/assets/blogger/post_icon.svg) no-repeat center; }

figure {
  display: table; }

figure.left {
  margin: 14px 14px 0px 0;
  float: left; }

figure.right {
  margin: 14px 0 0px 14px;
  float: right; }

figure.middle {
  margin: 8px auto; }
  figure.middle img {
    max-width: 100%; }

figure.wide {
  margin: 8px 0; }
  figure.wide img {
    width: 100% !important; }

figcaption {
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  display: table-caption;
  caption-side: bottom;
  margin: 0; }

.image-right {
  float: right;
  margin-left: 14px; }

p + p,
figure + p {
  margin-top: 0.9em; }

h1 {
  font-family: 'Yanone Kaffeesatz', serif;
  font-size: 30px;
  font-weight: 600;
  color: black;
  line-height: 1.0em;
  margin: 4px 0 12px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #dddddd; }
  h1 a:hover,
  h1 a:visited,
  h1 a:active,
  h1 a:link {
    text-decoration: none;
    color: black; }

h2 {
  font-family: "roboto condensed", "sans-serif";
  text-align: center;
  line-height: 1.2em;
  font-weight: 200;
  font-size: 25px;
  color: black;
  margin: 12px 0 8px 0; }
  h2 a:visited,
  h2 a {
    color: black !important; }

h3 {
  font-family: "Roboto Condensed", arial;
  line-height: 24px;
  font-size: 21px;
  font-weight: 700;
  margin: 14px 0 8px 0; }

h3.for-tag {
  text-align: right;
  font-weight: 300;
  margin: 4px 8px 16px 4px; }
  h3.for-tag b {
    font-weight: 700; }

#notification {
  background-color: #E8FB51;
  padding: 3px 6px;
  text-align: center;
  display: table;
  margin: 0 auto 6px auto; }

.summary {
  overflow: auto; }
  .summary h2 {
    margin-bottom: 18px; }
  .summary .thumb-left img {
    float: left;
    margin: 0 12px 0 0; }
  .summary .thumb-right img {
    float: right;
    margin: 0 0 0 12px; }
  .summary .more {
    margin: 0 8px 0 0; }

.summary + .summary {
  margin-top: 12px; }

div#sidebar {
  padding: 6px 12px 12px 12px;
  text-align: center;
  background-color: #fafaff;
  border: solid #dddddd;
  border-width: 1px 1px 1px 1px;
  border-bottom-right-radius: 32px;
  margin-bottom: 18px; }
  div#sidebar a {
    color: #666666; }
  div#sidebar a:visited {
    color: #999999; }
  div#sidebar .post {
    padding: 16px; }
  div#sidebar h2 {
    margin-bottom: 12px; }

.summary {
  overflow: inherit;
  clear: both; }
  .summary .end {
    clear: both; }

div#sidebar,
div#sidebar p {
  font-family: arial, sans-serif; }

div.sidebar-line {
  margin: 12px auto 0 auto;
  border-top: 1px solid #dddddd;
  padding-bottom: 12px;
  width: 120px; }

.archive {
  display: inline; }

.tag-link {
  display: inline-block;
  padding: 0 8px;
  margin: 3px 0;
  color: #666666;
  white-space: nowrap;
  background-color: #eaeaee;
  border-radius: 12px; }
  .tag-link a,
  .tag-link a:visited {
    color: #666666 !important; }
  .tag-link em {
    min-width: 12px;
    display: inline-block;
    border-radius: 12px;
    padding: 0 6px;
    margin-right: -8px;
    font-style: normal;
    font-weight: normal;
    border-left: solid 1px #afafaf; }

div.social-sharing-buttons {
  text-align: center;
  padding: 24px 0 4px 0 !important; }
  div.social-sharing-buttons a:hover {
    top: -5px;
    max-height: 30px;
    max-width: 30px;
    position: relative;
    background-color: transparent !important; }
  div.social-sharing-buttons img {
    border: 0;
    max-width: 28px;
    max-height: 28px !important; }

/****** twitter ***************************************************************/
.twitter {
  margin: 11px 0 22px 0;
  width: 296px;
  float: right; }

/****** narrow screen ***************************************************************/
@media all and (max-width: 900px) {
  div.top-menu {
    display: inline-block;
    position: relative;
    padding: 0;
    float: left;
    padding: 15px;
    height: 20px;
    width: 20px;
    background: url(/assets/blogger/hamburger-menu.png) no-repeat center;
    background-size: 20px 20px; }
    div.top-menu ul#menu {
      position: absolute;
      top: 1px;
      z-index: 10;
      background-color: #666666;
      display: none;
      margin: 0;
      padding: 0 0 12px 0;
      list-style: none;
      border-radius: 0px 0px 12px 12px; }
      div.top-menu ul#menu li {
        display: block;
        padding: 6px 24px; }
      div.top-menu ul#menu a {
        padding: 0;
        color: #fff;
        text-decoration: none;
        font: Arial, Helvetica, sans-serif;
        color: white;
        font-size: 1.5em;
        line-height: 1.5em;
        text-transform: uppercase;
        border-bottom: 4px solid transparent; }
      div.top-menu ul#menu a:hover {
        color: #fff;
        border-bottom: #dddddd 4px solid; }
      div.top-menu ul#menu a#menucurrent,
      div.top-menu ul#menu a#menuhighlight {
        padding: 0;
        color: #aaa;
        border-bottom: #dddddd 4px solid; }
  div.juicebox {
    width: 100%;
    height: 80vw; }
  div.lg-preview img {
    max-width: 100%;
    max-height: 80vw; }
  div.top-menu:hover ul#menu {
    display: block;
    width: 20em; }
  div#fixed-header {
    width: 100%;
    background-color: white; }
  div#container {
    width: 100%;
    color: black; }
  div#text {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    padding: 16px;
    border: 1px solid #dddddd;
    border-radius: 0px; }
  div#wide-text {
    width: 100%;
    margin: 10px 0 20px 0;
    padding: 16px;
    border: 1px solid #dddddd;
    border-radius: 0 0 16px 16px; }
  div#sidebar {
    padding: 24px 0;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0px;
    -moz-column-count: 2;
    -moz-column-gap: 1px;
    column-count: 2; }
    div#sidebar .side-box,
    div#sidebar .post {
      width: 38vw;
      padding: 4px;
      /* all should do the same */
      break-inside: avoid-column;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      display: table;
      /* for ie */ }
  img#logo {
    max-width: 90%;
    margin-right: 10px; }
  .banner {
    padding: 6px 0 2px 0; }
    .banner img#banner {
      width: 100%;
      margin: 0;
      border-radius: 0px; }
  .actions-wrap {
    display: none; }
  div#footer-content {
    width: 100%;
    margin: auto; }
  figure.left img,
  figure.right img,
  .thumb-left img,
  .thumb-right img {
    border-radius: 2px;
    max-width: 38vw;
    max-height: 38vw; }
  .weblinks .view {
    width: 100%; } }

/****** very narrow screen ************************************************************/
@media all and (max-width: 500px) {
  div#sidebar {
    padding: 24px 0;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0px;
    -moz-column-count: 1;
    -moz-column-gap: 1px;
    column-count: 1; } }

/****** wide screen ***************************************************************/
@media all and (min-width: 900px) {
  div.top-menu {
    display: inline-block;
    padding: 0;
    margin: 0; }
    div.top-menu ul#menu {
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      list-style: none;
      font-size: 16px; }
      div.top-menu ul#menu li {
        margin: 0 30px 0 0;
        padding: 12px 0 0 0;
        float: left; }
      div.top-menu ul#menu a {
        padding: 0;
        float: left;
        color: #000;
        text-decoration: none;
        font: 70%/150% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        border-bottom: 4px solid transparent; }
      div.top-menu ul#menu a:hover {
        color: #000;
        border-bottom: #dddddd 4px solid; }
      div.top-menu ul#menu a#menucurrent,
      div.top-menu ul#menu a#menuhighlight {
        padding: 0;
        color: #000;
        border-bottom: #dddddd 4px solid; }
  div#fixed-header {
    width: 920px;
    background-color: white; }
  div#container {
    margin: 0 auto;
    color: black;
    width: 920px; }
  div#text {
    float: left;
    width: 568px;
    margin: 0 0 20px 0;
    padding: 16px;
    border: 1px solid #dddddd;
    border-radius: 0 0 16px 16px; }
  div#wide-text {
    width: 888px;
    margin: 10px 0 20px 0;
    padding: 16px;
    border: 1px solid #dddddd;
    border-radius: 0 0 16px 16px; }
  div#sidebar {
    float: right;
    width: 272px; }
  .banner {
    padding: 14px 0 10px 0; }
    .banner img#banner {
      max-width: 920px;
      margin: 0 0 0 0;
      border-radius: 4px; }
  .actions-wrap {
    position: relative; }
    .actions-wrap .action {
      background-color: #E8FB51;
      border-radius: 4px;
      padding: 2px 4px;
      line-height: 1em;
      position: absolute;
      top: -20px;
      display: inline-block;
      font-style: italic; }
  div#footer-content {
    width: 920px;
    margin: auto; }
  figure.right img,
  figure.left img,
  .thumb-left img,
  .thumb-right img {
    border-radius: 2px;
    max-width: 270px;
    max-height: 270px; }
  .weblinks .view {
    width: 360px; } }

/*** end screens ************************************************************************/
.banner {
  margin: 0;
  position: relative; }

.banner-caption {
  line-height: 14px;
  text-align: right;
  font-size: 12px;
  font-family: Arial, sans-serif;
  position: absolute;
  bottom: 6px;
  color: #aaa;
  right: 6px; }

/****** displaying posts ************************************************************/
.quote {
  background-color: #fafaff;
  padding: 4px;
  border-radius: 6px;
  margin: 0px 22px 4px 22px;
  font-style: italic; }

.divider {
  margin: 16px -16px 16px -16px;
  height: 20px;
  background-color: #fafaff;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

div.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  div.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/****** links to posts on sidebar ************************************************/
.post-link {
  text-align: left;
  margin: 4px 12px 0 6px;
  line-height: 18px; }

.post-link .icon {
  width: 60px;
  text-align: center;
  float: left;
  margin-right: 10px; }

.post-link .icon img {
  border-radius: 2px;
  max-width: 60px;
  max-height: 60px; }

.icon {
  vertical-align: text-top; }

.picture-center {
  display: block;
  margin: 20px auto 20px auto;
  border-radius: 4px; }

/****** drop cap ********************************************************************/
.firstLetter {
  font-family: georgia, serif;
  display: block;
  float: left;
  margin-top: -0.25em;
  /* use -0.205em for two lines */
  margin-left: -0.10em;
  margin-right: 0.5em;
  height: 2.8em;
  color: #b8b8b8; }
  .firstLetter span {
    font-size: 3.53em;
    /* use 3.33em for two lines */
    line-height: 1.0em; }

.firstLetter + span {
  margin-left: -0.3em; }

#manage {
  border: solid 1px #dddddd;
  padding: 8px;
  width: 904px;
  margin: 0 auto 16px auto;
  clear: both; }

/****** the footer ************************************************************/
div#footer {
  font-family: Arial, non-serif;
  background-color: #5B5B60;
  height: 200px;
  clear: both;
  color: #bbb;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 6px;
  border-top: #dddddd 6px solid; }
  div#footer a,
  div#footer a:visited {
    color: #bbb;
    text-decoration: underline; }
  div#footer table {
    width: 100%; }
    div#footer table td {
      padding: 8px; }
  div#footer .name {
    width: 50px;
    font-family: "roboto condensed", "sans-serif";
    font-size: 50px;
    line-height: 55px;
    font-weight: bold;
    text-shadow: -1px -1px 1px #bbb, 1px 1px 1px #111;
    color: #5B5B60;
    opacity: 0.3; }
  div#footer .links {
    width: 50px;
    white-space: nowrap;
    line-height: 1.4em;
    text-align: left;
    font-size: 13px; }
    div#footer .links b {
      color: #5B4CC2;
      margin: 0 4px; }
    div#footer .links a {
      text-transform: lowercase;
      text-decoration: none;
      color: #bbb; }
  div#footer .copyright {
    font-size: 11px;
    text-align: left;
    font-style: italic; }

/**** list table ***********************************************************/
table.list-table {
  margin: 0;
  border-collapse: collapse;
  width: 100%; }
  table.list-table th {
    text-align: center;
    font-weight: bold; }
  table.list-table td {
    vertical-align: top;
    padding: 4px; }
    table.list-table td img {
      max-width: 60px;
      max-height: 60px; }
  table.list-table tr:nth-child(odd) {
    background-color: #eaeaee; }

td.action-link a {
  background-color: black;
  color: white;
  padding: 0 3px 0 3px;
  margin: 0 1px 0 1px; }

td.action-link a:hover,
td.action-link td.action-link a:active {
  color: red; }

/****** pics table *********************************************************/
table.pics {
  margin: 16px auto 0 auto;
  border-spacing: 12px;
  border-collapse: separate; }
  table.pics td {
    vertical-align: top; }
    table.pics td select {
      margin-top: 12px; }
    table.pics td .gallery {
      text-align: right; }
    table.pics td img {
      max-width: 180px;
      margin: 0;
      padding: 0; }

input[type="submit"] {
  margin: 12px 0 12px 0; }

/***** the tables table ******************/
table.table-index {
  margin: 0 auto 0 auto; }

/****** side actions ************************************************/
.actions {
  text-align: center;
  background-color: #fafaff;
  padding: 12px;
  border-radius: 6px;
  position: absolute; }
  .actions a,
  .actions a:link {
    color: #dddddd !important;
    text-decoration: none; }
  .actions a:hover {
    background-color: #5B5B60 !important;
    color: #fff !important; }

/** for bg1 **********/
.topic h2 {
  text-align: right; }

/*** post bar *****************************************************************/
.topic-posts {
  padding: 0px 0px 12px 0;
  margin: 0; }

.topic-posts h3 {
  font-family: lobster;
  font-size: 22px;
  color: black;
  margin: 0 0 16px 0;
  padding: 12px 0 2px 0;
  text-align: center; }

a.post-link {
  display: block; }

.post-head {
  text-align: left;
  display: table-row;
  color: black; }
  .post-head div.pic {
    display: table-cell;
    padding: 8px 8px 4px 8px;
    width: 100px; }
    .post-head div.pic img {
      max-width: 100px;
      max-height: 100px;
      border-radius: 2px; }
  .post-head div.text {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding: 8px 8px 8px 0; }
    .post-head div.text .title {
      font-family: "roboto condensed", "sans-serif";
      font-size: 130%;
      line-height: 1.1em; }
    .post-head div.text p {
      display: inline-block;
      margin-top: 0.2em;
      line-height: 1.1em;
      font-size: 85%; }

.post-active {
  border-radius: 6px;
  box-shadow: inset 3px 3px 6px #666666; }

.topic-list div {
  margin: 6px 0 6px 30px;
  text-align: left; }

div#sidebar .topic-list a {
  font-family: "roboto condensed", "sans-serif";
  font-weight: light;
  font-size: 20px;
  color: black; }

.topic-list a:visited {
  color: black; }

/**** mfiles ********************************************************************/
.mfile {
  white-space: nowrap; }

img.file-icon {
  max-height: 16px !important;
  max-width: 16px !important;
  vertical-align: middle;
  margin-right: 1px; }

span.file-icon svg {
  height: 16px;
  max-width: 16px; }

/*** google maps **************************************************************/
#google-map {
  margin: 40px auto 0 auto;
  width: 100%;
  height: 370px; }

#google-method {
  margin: 8px 6px 6px 20px; }

#google-directions {
  font-size: 12px;
  line-height: 1.2em;
  margin: 2px auto 2px auto;
  width: 100%; }

#google-directions td {
  line-height: 1.2em;
  font-size: 12px; }

.par-break {
  height: 0.6em; }

/*** popup menu ***************************************************************/
div#options {
  top: 0px;
  position: absolute;
  visibility: hidden; }

div.menu {
  border: solid 1px #cccccc;
  background-color: white;
  text-decoration: none;
  padding: 12px;
  position: absolute;
  opacity: 1.0;
  text-align: right;
  opacity: 0.9; }

div.error-page h1 {
  margin: 1.2em 0;
  color: red;
  font-size: 36px; }

div.error-page .location {
  font-family: 'Courier New', Courier, monospace;
  margin-bottom: 12px; }

div.error-page .message {
  margin-bottom: 12px;
  background-color: pink;
  display: inline-block;
  padding: 4px; }

div.error-page .pre {
  font-family: 'Courier New', Courier, monospace;
  white-space: pre; }

div.error-page div.params {
  margin: 12px 0;
  display: inline-block;
  padding: 4px;
  background-color: #efefef; }

div.error-page div.back-link a {
  font-style: italic;
  color: #999999; }

div.shout-notice {
  background-color: greenyellow;
  padding: 12px;
  margin: 12px 0; }

div.shout-fatal {
  background-color: red;
  padding: 12px;
  margin: 12px 0; }

form.my fieldset {
  background: #fafaff; }
@font-face {
  font-family: 'ziperheadregular';
  src: url(/ziperhead.woff2) format("woff2"), url(/ziperhead.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

h2 {
  text-align: left;
  font-family: 'roboto condensed', 'Yanone Kaffeesatz', serif;
  font-size: 22px;
  margin: 12px 0;
  letter-spacing: -1px;
  font-weight: 400; }

.summary {
  overflow: inherit;
  clear: both; }
  .summary .end {
    clear: both; }

img.file-icon {
  height: 16px; }

span.file-icon svg {
  height: 16px;
  max-width: 16px; }

table.table-index td {
  padding: 0.04em 0.2em; }

form.my {
  margin-left: 24px; }
  form.my fieldset.top {
    vertical-align: top; }
  form.my fieldset {
    background-color: #f3f3f3;
    margin: 8px; }
    form.my fieldset legend {
      background: repeating-linear-gradient(45deg, #cccccc, #cccccc 1px, #f3f3f3 1px, #f3f3f3 2px);
      padding: 2px 8px;
      margin-left: 8px;
      border-radius: 6px;
      line-height: 1em;
      font-size: 85%; }
    form.my fieldset label {
      line-height: 1.3em;
      vertical-align: top; }
      form.my fieldset label span.label-text {
        background-color: inherit;
        padding: 0 0 0 4px;
        margin: 0;
        color: #999999 !important;
        font-size: 90%;
        line-height: 1em; }

div.cal .controls {
  display: table;
  margin: 0 auto 12px auto;
  font-size: 200%;
  font-family: 'Yanone Kaffeesatz';
  font-weight: bold; }
  div.cal .controls .nav {
    display: table-cell;
    width: 3em;
    text-align: center; }
  div.cal .controls .month {
    display: table-cell;
    width: 10em;
    color: black;
    text-align: center; }

div.cal .content {
  background: white;
  border-radius: 12px; }
  div.cal .content .week-header {
    text-align: center; }
    div.cal .content .week-header .week-no {
      color: #999999;
      border-bottom: 1px solid #999999;
      display: inline-block;
      font-style: italic;
      padding: 0 3em;
      margin: 1.2em 0 1.5em 0;
      letter-spacing: 0.4em; }
  div.cal .content .week {
    -moz-column-count: 7;
    -moz-column-gap: 1px;
    column-count: 7;
    column-gap: 1px;
    text-align: center;
    padding: 6px; }
    div.cal .content .week .day {
      display: table;
      width: 100%;
      -webkit-column-break-inside: avoid;
      border-radius: 10px;
      margin: 1px 0; }
      div.cal .content .week .day .day-name {
        display: table-cell;
        height: 100%;
        width: 3.5em;
        vertical-align: middle;
        font-weight: bold; }
      div.cal .content .week .day .day-num {
        padding: 4px 1.1em 4px 4px;
        font-family: 'Yanone Kaffeesatz', roboto;
        font-size: 200%;
        color: black;
        text-align: center; }
    div.cal .content .week .in-month {
      background-color: #f3f3f3; }
    div.cal .content .week .out-month {
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX1o2MEg1cSIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgd2lkdGg9IjIiIGhlaWdodD0iMiIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDEzNSkiPjxsaW5lIHgxPSIwIiB5PSIwIiB4Mj0iMCIgeTI9IjIiIHN0cm9rZT0iIzEwMTAxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9wYXR0ZXJuPjwvZGVmcz4gPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuX1o2MEg1cSkiIG9wYWNpdHk9IjAuMjIiLz48L3N2Zz4="); }
  div.cal .content .item {
    box-sizing: border-box;
    width: 100%;
    padding: 1px;
    display: inline-block;
    margin: 0 0 1px 0; }
    div.cal .content .item span.has-menu {
      margin: 1px 0 2px 0;
      display: inline-block;
      hyphens: auto; }
    div.cal .content .item span.has-menu a {
      overflow-x: hidden; }
  div.cal .content .member {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX1JSVFciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxsaW5lIHgxPSIwIiB5PSIwIiB4Mj0iMCIgeTI9IjIiIHN0cm9rZT0iI0JERERFOCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9wYXR0ZXJuPjwvZGVmcz4gPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuX1JSVFcpIiBvcGFjaXR5PSIxIi8+PC9zdmc+"); }
  div.cal .content .piece {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX1JSVFciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxsaW5lIHgxPSIwIiB5PSIwIiB4Mj0iMCIgeTI9IjIiIHN0cm9rZT0iI0Q1QkFFOCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9wYXR0ZXJuPjwvZGVmcz4gPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuX1JSVFcpIiBvcGFjaXR5PSIxIi8+PC9zdmc+"); }
  div.cal .content .post {
    background: linear-gradient(to bottom, #F3FFD6 0%, #E8FABE 20%, #E8FABE 80%, #D7E8B0 100%); }

.actions-wrap .actions {
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 1px, #f3f3f3 1px, #f3f3f3 2px); }

table.list-table {
  border: 1px solid #f3f3f3; }
  table.list-table tr:nth-child(2n+1) {
    background-color: #f3f3f3; }
  table.list-table .vertical-header {
    white-space: nowrap;
    vertical-align: top;
    height: 6em; }
    table.list-table .vertical-header div {
      writing-mode: vertical-rl;
      width: 1em; }
  table.list-table td .note {
    text-align: right;
    font-size: 90%;
    color: blue;
    line-height: 1.1em; }
  table.list-table td.bool {
    text-align: center;
    width: 1em; }
  table.list-table img.member {
    max-height: 100px;
    max-width: 100px; }
  table.list-table td.emph1 {
    color: green; }
  table.list-table td.emph3 {
    color: purple; }
  table.list-table td.emph2 {
    color: blue; }

table.properties {
  background-color: #e9e9e9;
  border-spacing: 1px; }
  table.properties th.emph1 {
    background-color: lightgreen; }
  table.properties th.emph2 {
    background-color: lightblue; }
  table.properties &gt; tbody &gt; tr &gt; th {
    font-weight: normal;
    text-align: right;
    background-color: #f3f3f3;
    padding: 4px;
    vertical-align: top; }
  table.properties &gt; tbody &gt; tr &gt; td {
    padding: 4px;
    background-color: white;
    vertical-align: top; }
    table.properties &gt; tbody &gt; tr &gt; td img.member {
      max-height: 120px; }
    table.properties &gt; tbody &gt; tr &gt; td .member-bookings {
      column-count: 1;
      text-align: center; }
      table.properties &gt; tbody &gt; tr &gt; td .member-bookings div.text {
        text-align: left;
        display: block; }
        table.properties &gt; tbody &gt; tr &gt; td .member-bookings div.text span {
          font-size: inherit;
          display: inline; }
        table.properties &gt; tbody &gt; tr &gt; td .member-bookings div.text span.date {
          padding: 0 3px; }
        table.properties &gt; tbody &gt; tr &gt; td .member-bookings div.text span.year {
          font-weight: bold; }
      table.properties &gt; tbody &gt; tr &gt; td .member-bookings div.list {
        display: inline-block;
        border: #E9E9E9 1px solid;
        height: 12em;
        margin-top: 12px;
        overflow: auto;
        width: 16em; }
        table.properties &gt; tbody &gt; tr &gt; td .member-bookings div.list div {
          display: table-row; }
          table.properties &gt; tbody &gt; tr &gt; td .member-bookings div.list div a,
          table.properties &gt; tbody &gt; tr &gt; td .member-bookings div.list div span {
            display: table-cell;
            padding: 0 12px;
            text-align: right; }

body {
  min-height: 100%;
  background-color: #f3f3f3; }
  body a,
  body a:visited,
  body a:link {
    color: black; }
  body p a {
    text-decoration: underline; }
  body a.action,
  body a.action:visited,
  body a.action:link {
    color: #aaaaaa;
    color: black;
    font-size: 95%;
    font-style: italic;
    margin: 6px 0;
    display: inline-block; }

#container {
  background-color: white;
  border-radius: 0 0 32px 32px;
  height: auto; }
  #container .banner {
    text-align: center;
    padding-top: 4px;
    margin: 8px 0 18px 0; }
  #container #header {
    border: none;
    height: 80px; }
    #container #header .logo {
      padding: 14px 0 12px 20px;
      background-color: black;
      font-family: 'ziperheadregular', serif;
      color: #ffffff; }
    #container #header .top-menu #menu {
      margin-left: 24px; }
      #container #header .top-menu #menu form {
        margin: -6px 0 0 0; }
        #container #header .top-menu #menu form input {
          margin: 0; }
  #container #content {
    display: inline-block;
    float: none; }
    #container #content h1 {
      border: none;
      margin-bottom: 36px;
      line-height: 1em; }
    #container #content h2 {
      line-height: 1em; }
    #container #content h3 {
      font-weight: 500; }
    #container #content span.has-menu {
      background-image: url(/assets/burger_menu_block-f5d754d715b99a28029ab13fba2f2f1d0be2b89be4ad88ab7f32e2e3551fd173.svg);
      background-repeat: no-repeat;
      background-size: 0.65em 1.1em;
      background-position: top left;
      padding-left: 0.65em; }
    #container #content #alert {
      display: table;
      border-radius: 8px;
      padding: 3px 6px;
      margin: 12px 0 12px 12px;
      text-align: center;
      color: red !important;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX1o2MEg1cSIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgd2lkdGg9IjIuNSIgaGVpZ2h0PSIyLjUiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxsaW5lIHgxPSIwIiB5PSIwIiB4Mj0iMCIgeTI9IjIuNSIgc3Ryb2tlPSIjRUEyMDIwIiBzdHJva2Utd2lkdGg9IjEiLz48L3BhdHRlcm4+PC9kZWZzPiA8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm5fWjYwSDVxKSIgb3BhY2l0eT0iMC4zMyIvPjwvc3ZnPg==");
      background-color: white; }
    #container #content #notification {
      margin: 12px 0 12px 12px;
      text-align: center;
      background: repeating-linear-gradient(-45deg, aquamarine, aquamarine 1px, #f3f3f3 1px, #f3f3f3 2px); }
      #container #content #notification .btn {
        display: inline-block;
        font-style: italic;
        font-size: 11px;
        padding-right: 12px; }
      #container #content #notification #btn-control {
        display: none; }
      #container #content #notification #btn-control:checked + label &gt; table {
        display: inline-block; }
      #container #content #notification table {
        display: none;
        background-color: black;
        border-collapse: separate;
        border-spacing: 1px; }
        #container #content #notification table td {
          font-size: 14px;
          font-family: "Oxygen Mono", monospace;
          font-style: normal;
          background-color: white;
          padding: 2px; }
        #container #content #notification table .com {
          vertical-align: top;
          text-align: left; }
        #container #content #notification table .out {
          text-align: left;
          white-space: pre; }
      #container #content #notification pre {
        font-size: 12px;
        line-height: 14px; }
    #container #content #wide-text {
      border: none; }
    #container #content #text {
      padding: 0 22px 22px 22px;
      border: none;
      float: none;
      display: inline-block; }
    #container #content .firstLetter {
      font-family: 'ziperheadregular', georgia; }
    #container #content #sidebar {
      vertical-align: top;
      display: inline-block;
      float: none;
      border: none;
      background-color: #f3f3f3; }
      #container #content #sidebar .top {
        margin: -14px -12px 4px -12px;
        height: 8px;
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX1o2MEg1cSIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgd2lkdGg9IjIiIGhlaWdodD0iMiIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDEzNSkiPjxsaW5lIHgxPSIwIiB5PSIwIiB4Mj0iMCIgeTI9IjIiIHN0cm9rZT0iIzEwMTAxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9wYXR0ZXJuPjwvZGVmcz4gPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuX1o2MEg1cSkiIG9wYWNpdHk9IjAuMjIiLz48L3N2Zz4="); }
      #container #content #sidebar &gt; div.admin-only &gt; a,
      #container #content #sidebar div.members-only &gt; a, #container #content #sidebar &gt; a {
        /* must be on separate line */
        margin: 0.6em 0 0 0;
        display: block; }
      #container #content #sidebar a + a {
        margin-top: 0.3em; }
      #container #content #sidebar a.emph {
        font-weight: bold; }
      #container #content #sidebar .members-only,
      #container #content #sidebar .admin-only {
        display: inline-block;
        width: 100%; }
      #container #content #sidebar .note {
        width: 80%;
        margin-top: 24px;
        text-align: left;
        font-style: italic;
        line-height: 1.2em;
        padding-left: 8px;
        font-size: 90%;
        border-left: 8px solid #E8FB51; }
      #container #content #sidebar .file-action {
        margin: 2px 0; }
      #container #content #sidebar .sib-file {
        margin: 12px 0; }
        #container #content #sidebar .sib-file .title {
          font-weight: bold; }
        #container #content #sidebar .sib-file .file-action {
          display: inline; }
      #container #content #sidebar a.reminder {
        font-weight: bold;
        color: red; }
      #container #content #sidebar .current {
        font-weight: bold;
        text-decoration: none; }

#footer {
  background-color: #F3F3F3 !important;
  border-top: none !important; }
  #footer .name {
    color: #F3F3F3 !important;
    line-height: 0.95em !important;
    text-shadow: -1px -1px 1px #ddd, 1px 1px 1px #666 !important; }
  #footer .links {
    line-height: 1.2em !important; }
    #footer .links b {
      color: inherit !important; }

div.priska-form fieldset {
  max-width: 600px; }
  div.priska-form fieldset .question {
    margin-bottom: 1em; }
    div.priska-form fieldset .question ul {
      margin-left: 2em; }
    div.priska-form fieldset .question div.yes-no {
      margin-left: 1em;
      margin-top: 0.5em; }
    div.priska-form fieldset .question img.required {
      width: 8px;
      vertical-align: 0.1em;
      margin-left: 4px; }

div.priska-form div.note {
  max-width: 600px;
  font-style: italic;
  margin: 0.5em; }

div.priska-form div.notice {
  max-width: 500px;
  margin: 1em;
  padding: 1em;
  border: 2px solid red;
  border-radius: 8px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX1o2MEg1cSIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgd2lkdGg9IjIuNSIgaGVpZ2h0PSIyLjUiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxsaW5lIHgxPSIwIiB5PSIwIiB4Mj0iMCIgeTI9IjIuNSIgc3Ryb2tlPSIjRUEyMDIwIiBzdHJva2Utd2lkdGg9IjEiLz48L3BhdHRlcm4+PC9kZWZzPiA8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm5fWjYwSDVxKSIgb3BhY2l0eT0iMC4zMyIvPjwvc3ZnPg==");
  text-align: left; }
  div.priska-form div.notice ol {
    margin: 1em 0 0 2em; }

div.priska-form div.alert {
  font-style: normal;
  color: red;
  padding: 6px;
  text-align: center;
  background-color: #FFEEEE; }

div.youtube-video {
  margin: 0 auto;
  width: 60%; }
  div.youtube-video .note {
    font-size: 90%;
    font-style: italic;
    line-height: 1.3em;
    margin: 6px 0 12px 0; }

a.jump {
  font-size: 220%;
  vertical-align: -0.2em; }

div.calendar-info {
  width: 600px;
  background-color: #f3f3f3;
  padding: 8px;
  border-radius: 8px;
  margin: -16px auto 32px auto; }
  div.calendar-info p {
    margin: 0 0 0.5em 0; }
  div.calendar-info .other-member {
    text-align: right; }
  div.calendar-info form.my {
    margin: 0 0 0 auto; }
    div.calendar-info form.my input {
      margin: 0; }

.members-list {
  column-count: 2; }

span.group td,
div.group td {
  padding: 8px; }

span.group h2,
div.group h2 {
  clear: both; }

span.group .title,
div.group .title {
  font-weight: bold; }

span.group .leader,
span.group .deputy,
div.group .leader,
div.group .deputy {
  font-style: italic; }

span.group .contact,
div.group .contact {
  font-style: italic; }

span.group .members,
div.group .members {
  column-count: 2; }

.two-columns {
  column-count: 2; }

.three-columns {
  column-count: 3;
  height: auto; }

div.has-form {
  background-color: lightgreen;
  border-radius: 4px; }

div.has-not-form {
  display: inline-block;
  padding: 1px 4px;
  background-color: #FFEEEE; }
  div.has-not-form a {
    color: red !important; }

div.needs-form {
  margin-top: 4px !important; }

.priska-list div.event,
.booking-plan div.event {
  margin-bottom: 2em; }
  .priska-list div.event div.signature,
  .booking-plan div.event div.signature {
    font-weight: bold;
    margin-bottom: 8px; }
  .priska-list div.event div.members,
  .booking-plan div.event div.members {
    column-count: 2; }
    .priska-list div.event div.members a.action,
    .booking-plan div.event div.members a.action {
      display: inline;
      margin: 3px 0; }

.priska-list .form-status,
.booking-plan .form-status {
  display: inline-block;
  width: 5em;
  text-align: center; }
  .priska-list .form-status span.has-form,
  .booking-plan .form-status span.has-form {
    background-color: lightgreen;
    padding: 4px; }

.priska-list .transition-0,
.booking-plan .transition-0 {
  font-size: 90%;
  color: blue; }

.priska-list .transition-1,
.booking-plan .transition-1 {
  font-size: 90%;
  color: purple; }

.priska-list table.room-bookings,
.booking-plan table.room-bookings {
  border-collapse: collapse; }
  .priska-list table.room-bookings tr,
  .booking-plan table.room-bookings tr {
    font-size: 11px;
    line-height: 1.1em;
    height: 6em; }
  .priska-list table.room-bookings td,
  .booking-plan table.room-bookings td {
    vertical-align: middle; }
  .priska-list table.room-bookings td.name,
  .booking-plan table.room-bookings td.name {
    padding-left: 12px; }
  .priska-list table.room-bookings td.time-bar,
  .booking-plan table.room-bookings td.time-bar {
    font-size: 11px;
    line-height: 1.1em; }
    .priska-list table.room-bookings td.time-bar div.offset,
    .booking-plan table.room-bookings td.time-bar div.offset {
      background-color: beige;
      display: table-cell;
      height: 5em; }
    .priska-list table.room-bookings td.time-bar div.booked,
    .booking-plan table.room-bookings td.time-bar div.booked {
      padding: 2px;
      background-color: lightblue;
      display: table-cell;
      height: 5em;
      text-align: center;
      vertical-align: middle; }

.priska-list table.door-events tr.event,
.booking-plan table.door-events tr.event {
  border-top: dotted 1px blue;
  background-color: #f0f0f0; }

.priska-list table.door-events th,
.booking-plan table.door-events th {
  padding: 18px 0 6px 0;
  text-align: left; }

.priska-list table.door-events td.data,
.booking-plan table.door-events td.data {
  text-align: center;
  padding: 0px 4px; }

.priska-list table.door-events td.out,
.booking-plan table.door-events td.out {
  background-color: #AAAAFF; }

.priska-list table.door-events td.text,
.booking-plan table.door-events td.text {
  background-color: white; }

.priska-list table.door-events td.time,
.booking-plan table.door-events td.time {
  font-style: italic; }

.priska-list table.door-events td.in,
.booking-plan table.door-events td.in {
  background-color: #AAD4AA; }

.priska-list table.door-events td.time-bar div.offset,
.booking-plan table.door-events td.time-bar div.offset {
  background-color: beige;
  display: inline-block; }

.priska-list table.door-events td.time-bar div.booked,
.booking-plan table.door-events td.time-bar div.booked {
  background-color: lightblue;
  display: inline-block; }

.priska-list table.door-events td.time-bar div.in,
.booking-plan table.door-events td.time-bar div.in {
  background-color: #AAD4AA;
  display: inline-block;
  width: 10px; }

.priska-list table.door-events td.time-bar div.out,
.booking-plan table.door-events td.time-bar div.out {
  background-color: #AAAAFF;
  display: inline-block;
  width: 10px; }

div.application-form div.intro {
  width: 600px;
  margin: 0px 32px 16px 32px; }

table.month {
  background-color: #ffffff;
  border-radius: 12px 12px 7px 7px;
  border-spacing: 1px;
  border-collapse: separate; }
  table.month td.day {
    background-color: #f3f3f3;
    vertical-align: top; }
  table.month td.outside-month {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX1o2MEg1cSIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgd2lkdGg9IjIiIGhlaWdodD0iMiIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDEzNSkiPjxsaW5lIHgxPSIwIiB5PSIwIiB4Mj0iMCIgeTI9IjIiIHN0cm9rZT0iIzEwMTAxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9wYXR0ZXJuPjwvZGVmcz4gPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuX1o2MEg1cSkiIG9wYWNpdHk9IjAuMjIiLz48L3N2Zz4="); }
  table.month td.today {
    border: 3px solid #D6682E; }
  table.month td.bottom-row {
    line-height: 6px; }
  table.month div.event {
    margin: 4px 2px;
    padding: 4px;
    border-radius: 6px;
    text-align: center; }
    table.month div.event a,
    table.month div.event a:visited {
      color: black; }
  table.month div.day-no {
    margin: 2px;
    padding-right: 4px;
    line-height: 1.4em;
    font-size: 90%;
    background-color: white;
    border-radius: 4px 4px 14px 4px;
    text-align: center;
    font-weight: bold; }
    table.month div.day-no a,
    table.month div.day-no a:visited {
      color: #666666; }
  table.month th {
    font-weight: bold;
    padding: 4px 8px 4px 8px;
    color: black; }

div.month-name {
  font-family: 'Yanone Kaffeesatz', serif;
  color: black;
  font-size: 26px;
  font-weight: bold;
  margin: 16px 0 16px 90px; }

table.small-month {
  margin: 12px auto 0 0; }
  table.small-month th {
    font-size: 80%; }
  table.small-month td {
    font-size: 80%; }
    table.small-month td .day-no {
      width: 16px; }

table.big-month {
  width: 80%;
  margin: 0 auto 24px auto; }
  table.big-month td {
    min-width: 87px; }
    table.big-month td .day-no {
      width: 22px; }
    table.big-month td div.note {
      margin: 0 1px 1px 1px;
      padding: 4px;
      font-size: 0.9em;
      line-height: 1.2em;
      background-color: #f3f3f3; }
      table.big-month td div.note .group-rehearsal {
        text-align: center;
        padding: 4px 0; }
      table.big-month td div.note .event-name {
        text-align: center;
        padding: 4px 0;
        text-decoration: underline; }
      table.big-month td div.note .event {
        margin-bottom: 4px;
        font-size: 15px; }
      table.big-month td div.note div.location {
        font-size: 70%;
        line-height: 1.2em;
        text-align: right;
        margin-top: 4px; }

div.concert-note {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX1JSVFciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxsaW5lIHgxPSIwIiB5PSIwIiB4Mj0iMCIgeTI9IjIiIHN0cm9rZT0iI0Q1QkFFOCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9wYXR0ZXJuPjwvZGVmcz4gPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuX1JSVFcpIiBvcGFjaXR5PSIxIi8+PC9zdmc+"); }

div.rehearsal-note {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX1JSVFciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxsaW5lIHgxPSIwIiB5PSIwIiB4Mj0iMCIgeTI9IjIiIHN0cm9rZT0iI0JERERFOCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9wYXR0ZXJuPjwvZGVmcz4gPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuX1JSVFcpIiBvcGFjaXR5PSIxIi8+PC9zdmc+"); }

div.agm-note {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX1JSVFciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxsaW5lIHgxPSIwIiB5PSIwIiB4Mj0iMCIgeTI9IjIiIHN0cm9rZT0iI0JFRThCQSIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9wYXR0ZXJuPjwvZGVmcz4gPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuX1JSVFcpIiBvcGFjaXR5PSIxIi8+PC9zdmc+"); }

div.workshop-note {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX1JSVFciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxsaW5lIHgxPSIwIiB5PSIwIiB4Mj0iMCIgeTI9IjIiIHN0cm9rZT0iIzdGRkZENCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9wYXR0ZXJuPjwvZGVmcz4gPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuX1JSVFcpIiBvcGFjaXR5PSIxIi8+PC9zdmc+"); }

div.recital-note {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX1JSVFciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxsaW5lIHgxPSIwIiB5PSIwIiB4Mj0iMCIgeTI9IjIiIHN0cm9rZT0iIzdGRkZENCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9wYXR0ZXJuPjwvZGVmcz4gPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuX1JSVFcpIiBvcGFjaXR5PSIxIi8+PC9zdmc+"); }

div.task-note {
  background: repeating-linear-gradient(-45deg, #FFE955, #FFE955 1px, #f3f3f3 1px, #f3f3f3 2px); }

div.committee-note {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX1JSVFciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxsaW5lIHgxPSIwIiB5PSIwIiB4Mj0iMCIgeTI9IjIiIHN0cm9rZT0iI0ZGREVBMiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9wYXR0ZXJuPjwvZGVmcz4gPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuX1JSVFcpIiBvcGFjaXR5PSIxIi8+PC9zdmc+"); }

div.start-of-term-note,
div.end-of-term-note,
div.start-of-year-note {
  font-variant: small-caps; }
  div.start-of-term-note a,
  div.end-of-term-note a,
  div.start-of-year-note a {
    color: #D6682E !important;
    font-weight: bold; }

div.ask-login {
  display: inline-block;
  margin: 12px 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX1o2MEg1cSIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgd2lkdGg9IjIuNSIgaGVpZ2h0PSIyLjUiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxsaW5lIHgxPSIwIiB5PSIwIiB4Mj0iMCIgeTI9IjIuNSIgc3Ryb2tlPSIjRUEyMDIwIiBzdHJva2Utd2lkdGg9IjEiLz48L3BhdHRlcm4+PC9kZWZzPiA8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm5fWjYwSDVxKSIgb3BhY2l0eT0iMC4zMyIvPjwvc3ZnPg==");
  border-radius: 8px;
  padding: 6px; }
  div.ask-login a {
    color: red !important;
    text-decoration: underline; }

div.members-only {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuXzFqNkgzIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB3aWR0aD0iNy41IiBoZWlnaHQ9IjcuNSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iNy41IiBzdHJva2U9IiMxNjg3RUEiIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl8xajZIMykiIG9wYWNpdHk9IjAuMTEiLz48L3N2Zz4=");
  border-radius: 8px;
  padding: 4px;
  margin: 6px 0; }

div.admin-only {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuXzFqNkgzIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB3aWR0aD0iNy41IiBoZWlnaHQ9IjcuNSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iNy41IiBzdHJva2U9IiM4RTE2RUEiIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl8xajZIMykiIG9wYWNpdHk9IjAuMTEiLz48L3N2Zz4=");
  border-radius: 8px;
  padding: 4px; }

td.admin-only {
  border-right: 2px solid #F2DFF9; }

div.group-info div.group-list + div.info,
div.group-info div.info + div.group-list,
div.people div.group-list + div.info,
div.people div.info + div.group-list {
  margin-top: 1.5em; }

div.group-info div.group-list,
div.people div.group-list {
  margin-left: 0;
  display: inline-block;
  padding: 6px;
  margin-left: 1.5em; }
  div.group-info div.group-list div.group,
  div.people div.group-list div.group {
    margin: 0.4em 0 0 0; }
    div.group-info div.group-list div.group .title,
    div.people div.group-list div.group .title {
      display: inline-block; }
    div.group-info div.group-list div.group .leader,
    div.people div.group-list div.group .leader {
      font-style: italic; }
    div.group-info div.group-list div.group .group-contact,
    div.people div.group-list div.group .group-contact {
      display: inline-block;
      background-color: white;
      font-style: italic;
      margin: .2em 0 .4em 1.5em; }
    div.group-info div.group-list div.group .note,
    div.people div.group-list div.group .note {
      float: none;
      display: block;
      margin: .4em 0 .4em 1.5em;
      line-height: 1.3em; }
      div.group-info div.group-list div.group .note p,
      div.people div.group-list div.group .note p {
        line-height: inherit; }

div.officers div.officer {
  width: 300px;
  margin-left: 120px;
  margin-top: 12px;
  display: inline-block; }
  div.officers div.officer img.member {
    float: right;
    width: 80px;
    border-radius: 6px; }
  div.officers div.officer .role {
    font-weight: bold; }
  div.officers div.officer .description ul {
    margin: 12px 0 12px 24px; }
  div.officers div.officer a.contact {
    font-style: italic; }

div.groups {
  margin-left: 132px; }
  div.groups div.group {
    line-height: 1.4em;
    margin-top: 12px;
    width: 450px;
    display: inline-block; }
    div.groups div.group .title {
      margin-left: -12px; }
    div.groups div.group .contact {
      font-style: italic;
      display: block; }
    div.groups div.group .note p {
      width: 250px;
      float: right;
      color: black;
      font-style: italic;
      line-height: 1.3em; }

table {
  border-collapse: collapse; }
  table td {
    padding: 6px 1px 6px 1px; }
  table td.from {
    background-color: #ddffdd;
    padding-right: 2px;
    white-space: nowrap; }
  table td.to {
    background-color: #E5F3FF;
    padding-left: 2px;
    white-space: nowrap; }
  table tr.is-set {
    border-top: 1px dotted #aaaaaa;
    background-color: #f3f3f3; }
    table tr.is-set td.del {
      text-align: center;
      background-color: red; }

div.email-preview div.text {
  border: solid 1px #DDDDDD;
  padding: 12px; }

div.download .title {
  margin: 24px 0 12px 0;
  font-style: italic; }

div.download .parts-list {
  column-count: 3;
  column-rule-width: 0px;
  column-gap: 0;
  border: 2px solid #f3f3f3;
  font-size: 90%; }
  div.download .parts-list .part {
    padding: 0 2px;
    text-align: center; }
    div.download .parts-list .part input {
      float: none; }
  div.download .parts-list .no-file {
    background-color: #f3f3f3;
    text-decoration: line-through; }

div.download div.debug {
  text-align: right; }
  div.download div.debug .btn {
    display: inline-block;
    font-style: italic;
    font-size: 11px;
    padding-right: 12px; }
  div.download div.debug .listing {
    font-style: normal;
    display: none;
    font-size: 9px;
    line-height: 12px; }
  div.download div.debug #btn-control {
    display: none; }
  div.download div.debug #btn-control:checked + label &gt; .listing {
    display: inline-block; }

div.merge-pdfs {
  margin-top: 36px; }

div.send-email .members {
  column-count: 4;
  column-rule-width: 0px;
  column-gap: 0;
  border: 2px solid #f3f3f3; }
  div.send-email .members div.member {
    display: inline-block;
    padding: 2px;
    min-width: 140px; }

div.send-email div.event {
  margin: 0 0 10px 10px;
  width: 600px; }

div.send-email div.commands {
  margin-left: 6em; }

div.send-email div.groups {
  columns: 3; }
  div.send-email div.groups div.group {
    margin: 0; }
  div.send-email div.groups .title {
    margin: 0;
    font-weight: normal;
    display: inline-block; }

div.send-email form fieldset span.info {
  font-size: 90%;
  line-height: 1.1em;
  vertical-align: middle;
  display: inline-block;
  margin: 8px; }

div.send-email form select.big-box {
  height: 12em; }

div.send-email form .fields {
  text-align: center;
  margin-top: 16px; }
  div.send-email form .fields fieldset {
    text-align: left; }

table.list-table td.mp3,
table.list-table td.midi,
table.list-table td.no {
  text-align: center; }

.book .note {
  margin-bottom: 12px; }

.piece .mfile {
  margin-left: 24px; }

.mfile {
  display: inline-block;
  margin: 1px 0; }
  .mfile .date {
    margin-left: 6px;
    font-size: 70%;
    display: inline-block;
    background-color: #ddddee;
    color: blue;
    line-height: 1.0em;
    border-left: 1px #aaaaaa solid;
    border-top: 1px #aaaaaa solid;
    padding: 1px 3px;
    border-radius: 2px; }
  .mfile .piece-note {
    white-space: pre-wrap;
    background-color: #e6e6e6;
    font-style: italic;
    padding: 4px 6px;
    border-radius: 4px;
    color: #777777;
    margin: 3px 16px;
    font-size: 80%;
    text-align: left;
    line-height: 1.1em; }

.indicator {
  display: none;
  background: url(/assets/rorutils/indicator.gif) no-repeat left;
  padding-left: 30px; }

.result-sum {
  display: none;
  padding: 4px;
  background: repeating-linear-gradient(45deg, #cccccc, #cccccc 1px, #f3f3f3 1px, #f3f3f3 2px); }

.result {
  display: none; }

.bar {
  margin: 4px 0 0px 0; }

div.payment-list .date,
div.periods .date {
  font-style: italic;
  font-family: 'roboto condensed'; }

div.payment-list .amount,
div.periods .amount {
  color: darkblue; }

div.payment-list .period a,
div.periods .period a {
  color: purple; }

div.payment-list .concession,
div.periods .concession {
  color: red; }

div.payment-list a.paid-for,
div.periods a.paid-for {
  text-decoration: underline;
  text-decoration-style: dashed; }

div.payment-list span.note,
div.periods span.note {
  font-size: 90%;
  color: #aaaaaa; }

table.payments-inline {
  margin: 12px 0 8px 0;
  border: 1px #cccccc solid; }
  table.payments-inline td {
    padding: 1px 4px; }
  table.payments-inline td.amount {
    text-align: right; }
  table.payments-inline td.date {
    text-align: center;
    white-space: nowrap; }
  table.payments-inline td {
    vertical-align: top; }
  table.payments-inline td.bool {
    color: green;
    text-align: center; }

div.payment-list {
  font-size: 90%; }
  div.payment-list div.payment {
    margin: 3px 0;
    line-height: 1.2em;
    text-indent: -1.5em;
    margin-left: 1.5em; }

div.periods span.range {
  font-style: italic;
  font-family: 'roboto condensed'; }

div.periods h2 {
  text-decoration: underline;
  text-transform: capitalize; }

div.periods h3 {
  font-size: 20px;
  text-transform: capitalize; }

div.periods div.term {
  margin: 0.5em 0 1em 0;
  padding: 4px;
  border-radius: 8px;
  background-color: #f7f7f7;
  display: inline-block; }

.my-twitter-widget {
  margin: 24px 0; }

.section-title {
  background-color: black;
  color: white;
  padding: 2px 24px;
  margin: 16px 0 16px -40px;
  transform: skew(-12deg, -4deg);
  letter-spacing: 4px;
  display: inline-block;
  font-family: 'ziperheadregular';
  font-size: 1.1em; }

div.more {
  text-align: right;
  padding-right: 32px;
  font-style: italic;
  margin-bottom: 12px; }
  div.more a,
  div.more a:visited {
    color: black;
    text-decoration: underline; }

div.event em.time {
  padding: 2px;
  font-style: normal; }

div.event em.location {
  font-style: italic; }

div.event div.summary {
  margin: 12px 0 0 0; }

div.event img.thumb {
  border-radius: 2px;
  max-width: 250px;
  max-height: 250px; }

div.event div.text {
  margin: 16px 0 0 0; }

div.event ul.groups {
  margin-left: 2em; }

div.bookings {
  column-count: 1;
  padding: 6px;
  border: solid 2px #f3f3f3;
  margin: 12px 0 16px 0;
  padding-top: 6px; }
  div.bookings .type {
    margin: 6px 0 6px 0px;
    padding: 0 12px;
    display: inline-block;
    font-weight: bold;
    background-color: #f3f3f3; }
  div.bookings span.member {
    padding: 0 4px 0 32px; }
  div.bookings div.members {
    /* font-size: 90%; */
    line-height: 1.2em;
    column-count: 3;
    margin-left: 32px; }
  div.bookings div.member {
    margin-left: 0px; }

select.booker {
  position: relative; }

@keyframes booker-flash {
  from {
    left: 0px; }
  to {
    background-color: greenyellow;
    left: 20px; } }

img.thumb:nth-of-type(even) {
  float: right; }

img.thumb:nth-of-type(odd) {
  float: left;
  margin: 6px 12px 6px 0; }

.text ul,
.text ol,
.post ul,
.post ol {
  margin: 12px 0 12px 36px; }

div.activity table.list-table {
  margin-top: 3em;
  width: auto; }
  div.activity table.list-table tr.good {
    background-color: #EDFBED; }
  div.activity table.list-table tr.good:nth-child(2n+1) {
    background-color: #E1F7E1; }
  div.activity table.list-table td img.member {
    max-width: 50px; }
  div.activity table.list-table td.date {
    font-size: 90%;
    font-style: italic; }
  div.activity table.list-table td.bool {
    border-left: 1px #cccccc solid; }
  div.activity table.list-table tr.bad td.above {
    background-color: pink; }

div.data-consent h1 {
  font-size: 24px;
  line-height: 1.2em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5em !important; }

div.data-consent table {
  width: 70%;
  margin: 0 auto;
  border-collapse: collapse; }
  div.data-consent table td {
    padding: 1em;
    border: 1px #aaaaaa solid; }

/****** narrow screen ***************************************************************/
@media all and (max-width: 900px) {
  #container {
    border-radius: 0;
    padding-bottom: 0;
    border-bottom: 8px solid #cccccc; }
    #container #header div.top-menu {
      cursor: pointer;
      z-index: 10;
      float: left;
      padding: 0;
      height: 40px;
      width: 60px; }
      #container #header div.top-menu form input {
        font-size: 20px; }
      #container #header div.top-menu ul {
        padding-top: 3em; }
    #container #header .logo {
      font-size: 1.5em;
      line-height: 1.2em; }
    #container span.has-menu {
      position: static;
      touch-action: none; }
      #container span.has-menu &gt; a {
        pointer-events: none; }
      #container span.has-menu div.model-menu {
        padding-top: 1em;
        font-size: 18px;
        line-height: 30px;
        position: fixed;
        text-align: right !important;
        left: auto;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
        background-color: #efefef;
        border-right: #cccccc 1px solid; }
    #container div.send-email .members {
      column-count: 2; }
    #container div.bookings {
      column-count: 1; }
      #container div.bookings div.members {
        column-count: 2; }
    #container div.priska-list .members {
      column-count: 1; }
    #container table.list-table span.shrinkable {
      display: inline-block;
      width: 4em;
      overflow: hidden;
      text-overflow: ellipsis; }
    #container #content .section-title {
      margin: 16px 0 16px -16px; }
    #container #content form.my {
      margin: 0;
      padding: 0; }
    #container #content div#wide-text {
      padding: 12px 12px 12px 12px;
      width: inherit;
      margin: 0; }
    #container #content table.month th {
      padding: 2px 2px; }
    #container #content div.calendar-info {
      width: 100%; }
    #container #content table.big-month {
      width: 100%;
      margin: 0; }
      #container #content table.big-month td {
        min-width: 0px; }
      #container #content table.big-month .note {
        padding: 4px 2px; }
      #container #content table.big-month div.event {
        white-space: normal; }
        #container #content table.big-month div.event .has-menu {
          display: inline-block;
          margin-bottom: 0.9em; }
    #container #content #sidebar {
      padding: 0;
      margin: 0;
      width: 100%;
      display: block; }
      #container #content #sidebar .my-twitter-widget {
        margin: 16px 32px; }
      #container #content #sidebar .top {
        display: block;
        margin: 0;
        width: 100%; } }

/****** very narrow screen ************************************************************/
/****** wide screen ***************************************************************/
@media all and (min-width: 900px) {
  #container #header .logo {
    font-size: 2em; }
  #container #sidebar {
    padding-bottom: 24px; } }
</pre></body></html>