<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Org-HTML-Slideshow common styles.
 *
 * These styles will apply to all views.
 */

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|PT+Serif:400,400italic,700&amp;subset=latin,cyrillic);

body {
   font-family: 'PT Sans', sans-serif;
}

span.tag {
   display: none;
}

pre {
   font-family: Monaco, "Courier New", monospace;
}

p.author {
    font-style: italic;
    text-align: right;
    position: absolute;
    right: 10%;
    bottom: 5%;
}

#c-panel {
   background: lightgray;
   bottom: 0px;
   border: 1px solid black;
   font-size: 12pt;
   position: fixed;
   right: 0px;
}

#c-panel a {
   display: block;
}

#c-panel .key {
   display: none;
}

#c-panel .key {
   display: none;
}
</pre></body></html>