<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 * navbar {{{
 */
#navbar-sigboviks .navbar-brand {
  background: url('../img/achlogo.png') no-repeat;
  width: 65px;
}
#navbar-sigboviks {
  background-color: #666666;
  border-color: #e7e7e7;
  margin-bottom: 0px;
}
#navbar-sigboviks .navbar-nav &gt; li &gt; a {
  color: #efefef;
}
#navbar-sigboviks .navbar-nav &gt; .active &gt; a, 
#navbar-sigboviks .navbar-nav &gt; li &gt; a:hover, 
#navbar-sigboviks .navbar-nav &gt; li &gt; a:focus {
  background-color: #666666;
  color: #c0c0c0;
}

/* }}}
 * main body {{{
 */
body {
  font-family: 'DejaVu Sans', Helvetica, Verdana, sans-serif;
  overflow-x: hidden;
}
#dates .date {
  font-weight: bold;
}

/* }}}
 * carousel {{{
 */
.carousel {
  width: 100%;
}
.carousel .container {
  padding: 0;
}
.carousel-inner {
  width: 100%;
}
.carousel-control {
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}
.title-overlay {
  position: absolute;
  z-index: 12;
  bottom: 20%;
  left: 0;
  width: 100%;
  text-align: center;
}
.title-overlay .title {
  color: black;
  background-color: white;
  opacity: 0.8;
  padding: 5px;
  font-size: 36px;
}
.carousel .item {
  max-height: 400px;
}
.carousel img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* }}}
 * schedule {{{
 */
.schedule {
  width: 75%;
}
.schedule th {
  text-align: center;
  padding: 0 2px;
}
.schedule td {
  padding: 10px;
  font-weight: bold;
  text-align: center;
  color: white;
}
.schedule td .small {
  font-weight: normal;
}
.schedule .no-conf {
  background-color: #a94442;
}
.schedule .yes-conf {
  background-color: #3c763d;
}

/* }}}
 * footer {{{
 */
#footer {
  background-color: #333333;
  border-top: thick solid #999999;
}
#footer .container {
  margin-top: 5px;
  color: #999999;
}
/* }}} */
</pre></body></html>