<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
  font-family: 'WebSymbolsRegular';
  src: url('/resources/websymbols-regular-webfont.eot');
  src: url('/resources/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/resources/websymbols-regular-webfont.woff') format('woff'),
	     url('/resources/websymbols-regular-webfont.ttf') format('truetype'),
	     url('/resources/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
}
.symbol {
  font-family: 'WebSymbolsRegular';
  font-size: .5em;
  vertical-align: middle;
  padding-bottom: .3em;
  padding-left: .2em;
  padding-right: .2em;
  cursor: pointer;
}
body {
  font-family: 'Gentium Book Basic', serif;
  font-size: 1.2em;
  background: white center center fixed url(/resources/barroux1-small.jpg);
  color: black;
}
audio {
  width: 95%;
}
.hours {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.hours p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 20px;
  border: thin solid black;
  width: 65%;
  box-shadow: 5px 5px 5px black;
  background: #ffffff;
  opacity: 0.7;
}
.date {
  font-size: 1.5em;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border: thin solid black;
  box-shadow: 5px 5px 5px black;
  background: #ffffff;
  opacity: 0.7;
}
.feastday {
  font-size: 0.6em;
}
.hour {
  font-size: 1.2em;
}
.button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  float: right;
  margin-left: 5px;
}
.day {
  text-align: center;
}
.docs {
  width: 25%;
  position: fixed;
  top: 3%;
  right: 2%;
  background-color: white;
  opacity: .7;
  padding: 10px;
  overflow: auto;
  max-height: 80%;
  box-shadow: 10px 10px 5px black;
  border: thin solid black;
}
#days {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
#audioDiv {
  width: 25%;
  text-align: center;
  position: fixed;
  top: 25%;
  left: 0%;
  padding-left: 20px;
}
#audioDiv p {
  background-color: white;
  opacity: .7;
  padding: 10px;
  box-shadow: 5px 5px 5px black;
  border: thin solid black;
}
#audioDiv p a {
  color: black;
  text-decoration: underline;
}
#credits,
#help-translate,
#donate {
  display: none;
}
#tux {
  float: right;
}
#sharing {
  position: fixed;
  bottom: 5px;
  right: 5px;
}
#showAll {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.warning {
  background-color: red;
  font-size: 1.1em;
  padding: 5px;
  display: none;
}
.docs .warning {
  display: block;
}
#mode {
  background: #00bd39 url(/resources/green-ps.png);
  border: thin solid black;
  position: fixed;
  top: 5px;
  left: 5px;
  padding: 5px;
  cursor: pointer;
}
#mode.puritan {
  opacity: .7 !important;
}
.puritan {
  color: black !important;
  background: white !important;
  opacity: 1 !important;
  box-shadow: 0 0 !important;
}
#lang-picker {
  float: right;
}
#lang-picker.puritan,
#sharing.puritan {
  display: none;
}
@media screen and (max-width: 1800px) {
  body {
    background: white center center fixed url(/resources/barroux1x1800-small.jpg);
  }
}
@media screen and (max-width: 810px) {
  body {
    background: white;
  }
  .docs {
    margin-left: auto;
    margin-right: auto;
    position: static;
    width: 100%;
    background-color: white;
    opacity: 1;
    padding: 0px;
    border: none;
    box-shadow: 0 0;
  }
  #days {
    width: 100%;
    box-shadow: 0 0;
  }
  #audioDiv {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0%;
    left: 0%;
    padding: 0;
    margin: 0;
    background-color: #007b25;
    z-index: 99;
    opacity: 1;
    border-bottom: thin solid black;
    box-shadow: 0 0;
  }
  audio {
    width: 80%;
    margin-top: 10px;
  }
  #audioDiv p {
    font-size: 0.8em;
    opacity: 1;
    padding: 0px;
    background: none;
    border: none;
    box-shadow: 0 0;
  }
  #audioDiv p span[data-translate="text-note"] {
    display: none;
  }
  .hours {
    width: 100%;
  }
  .hours p {
    width: 60%;
    box-shadow: none;
  }
  .date {
    width: 98%;
    box-shadow: none;
  }
  #sharing {
    position: static;
  }
  .warning {
    display: block;
  }
  .docs .warning {
    display: none;
  }
  #mode {
    display: none;
  }
  #audioDiv.green {
    background: #00bd39 url(/resources/green-ps.png);
  }
  #audioDiv.green a {
    color: black;
    text-decoration: underline;
  }
  #audioDiv.red {
    background: #e40000 url(/resources/red-ps.png);
  }
  #audioDiv.red a {
    color: black;
    text-decoration: underline;
  }
  #audioDiv.white {
    background: #fac117 url(/resources/white-ps.png);
  }
  #audioDiv.white a {
    color: black;
    text-decoration: underline;
  }
  #audioDiv.violet {
    background: #91006d url(/resources/violet-ps.png);
  }
  #audioDiv.violet a {
    color: black;
    text-decoration: underline;
  }
  #audioDiv.black {
    background: #000000 url(/resources/black-ps.png);
    color: #ffffff;
  }
  #audioDiv.black a {
    color: #ffffff;
    text-decoration: underline;
  }
  #audioDiv.rose {
    background: #de0090 url(/resources/rose-ps.png);
  }
  #audioDiv.rose a {
    color: black;
    text-decoration: underline;
  }
}
.green .date {
  background: #009b25 url(/resources/green-ps.png);
}
.green .hours p {
  background: #00bd39 url(/resources/green-ps.png);
}
.red .date {
  background: #e40000 url(/resources/red-ps.png);
}
.red .hours p {
  background: #ff0000 url(/resources/red-ps.png);
}
.white .date {
  background: #fac117 url(/resources/white-ps.png);
}
.white .hours p {
  background: #fdd017 url(/resources/white-ps.png);
}
.violet .date {
  background: #91006d url(/resources/violet-ps.png);
  color: #ddd;
}
.violet .hours p {
  background: #bc007d url(/resources/violet-ps.png);
  color: #ddd;
}
.black .date {
  background: #000000 url(/resources/black-ps.png);
  color: #ddd;
}
.black .hours p {
  background: #202020 url(/resources/black-ps.png);
  color: #ddd;
}
.rose .date {
  background: #de0090 url(/resources/rose-ps.png);
}
.rose .hours p {
  background: #e926a5 url(/resources/rose-ps.png);
}
</pre></body></html>