<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Cabin|Cabin+Condensed:600|Source+Serif+Pro:700');

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary
{
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video
{
    display: inline-block;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden]
{
    display: none;
}

* {
    margin:0;
    padding:0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* ==========================================================================
   Base
   ========================================================================== */

html
{
    font-family: sans-serif;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: sans-serif;
    color: #221815;
    padding: 0;
    margin: 0;
    font-size: 1em;
    height: 100%;
    background: #f0eae1;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-family: 'Cabin', sans-serif;
}

.wrapper {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;

}

/* ----------------------------------------
 * header
 * ---------------------------------------- */

header {
    height: 100px;
    background-color: black;
}

#site_title {
    float: left;
    width: 378px;
}
#global_navi {
    float: right;
    width: 600px;
}

#site_title &gt; h1{
    margin-top: 16px;
    color: #fff;
    font-size: 2em;
    font-family: 'Source Serif Pro', serif;
}

#site_title &gt; h2{
    margin: 0px 2px;
    color: #ccc;
    font-size: 1.6em;
    font-family: 'Source Serif Pro', serif;
}

#site_title &gt; h3{
    margin-top: 10px;
    color: #e1653f;
    font-size: 1.4em;
    font-family: 'Source Serif Pro', serif;
}

nav {
    position: relative;
    z-index: 1;
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav li {
    float: left;
    width: 98px;
    height: 100px;
    border-left: 1px solid #908c86;
    font-family: 'Cabin Condensed', sans-serif;
    font-size: 1.7em;
    line-height: 1.4em;
    position: relative;
}

nav li.hover {
    background-color: #96928c;
    cursor: pointer;
}

nav li a{
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;

}

nav li a span{
    display: block;
    width: 100%;
    padding-left: 10px;
}

nav li a:link, nav li a:visited {
    color: #fff;
    text-decoration: none;
}

#venus {
    position: absolute;
    top: -20px;
    left: -155px;
}




/* ----------------------------------------
 * article
 * ---------------------------------------- */
article {
    padding: 50px 0;
}

#article-header {
    height: 100px;
}

#article-header h2 {
    text-align: center;
    font-size: 2.8em;
}

article h3 {
    margin-top: 40px;
    margin-bottom:0.6em;
    font-size: 2em;
}


dl, ul, ol {
    padding-left: 50px;
}

ul.list-style-none {
    list-style: none;
}
p, dt, dd, li {
    font-size: 1.6em;
    line-height: 1.8em;
}

dd {
    font-family: 'Cabin', sans-serif;
}

dd {
    margin-left : 100px;
    font-family: 'Cabin', sans-serif;
}

span.date {
    display: block;
    float: left;
    width: 150px;
}

span.cont {
    display: block;
}

.important {
    font-weight: bold;
    color: #ff0000;
}

dl.compact {
    overflow: hidden; padding: 0px;
}
dl.compact dt {
    float: left; clear: left; width: 150px;
}
dl.compact dd {
    margin-left: 150px; padding: 0px;
}
* html dl.compact dt {
    margin-right: -3px;
}
* html dl.compact dd {
    zoom:1; margin-left: 147px;
}
* html dl.compact dd.adjust {
    margin-left: 150px;
}

ul.dash {
    list-style-type: none;
}

ul.dash li:before {
    content: '\2014';
    position: absolute;
    margin-left: -20px;
    font-size: 0.63em;


}

section&gt;ul li {
    margin-top:0.6em;
}

section&gt;ul li:nth-of-type(1) {
    margin-top:0;
}


section p {
    margin-top:1.2em;
}

section p:nth-of-type(1) {
    margin-top:0;
}

p.pdf {
    font-size: 1.4em;
    vertical-align: middle;
    margin-top:10px;
    margin-left:50px;
}

p.pdf a:link{
    color: #221815;
    text-decoration: none;
}
p.pdf a:visited{
    color: #221815;
    text-decoration: none;
}

p.pdf img{
    margin-right 5px;
    vertical-align: middle;
}


table.session&gt;tbody:nth-child(odd)
{
    background-color: #fffcf7;
}

/* ----------------------------------------
 * footer
 * ---------------------------------------- */

footer {
    padding: 20px 0;
    background-color: black;
    color: #fff;
}

div.footer-title{
    width:980px;
}

div.footer-organization{
    float:left;
    width:490px;
}

div.footer-contact{
    float:right;
    width:490px;
}

footer h2 {
    color: #ccc0ef;
    font-family: 'Source Serif Pro', serif;
    font-size: 1.8em;
}

footer h3 {
    margin:0;
    color:#ae98ed;
    font-family: 'Source Serif Pro', serif;
    font-size: 1.4em;
}

footer dt, footer dd {
    font-size: 1.4em;
    line-height: 2.1em;
}

footer dd {
    margin-left: 50px;
    font-family: 'Cabin', sans-serif;
}

div#logo{
    vertical-align: middle;
    display: table-cell;
}

div#logo img{
    vertical-align: middle;
}

img#planet-c{
    margin-left: 100px;
}

img#cps{
    margin-left: 20px;
}

footer a:link, footer a:visited {
    color: #fff;
    text-decoration: none;
}

footer a:hover, footer a:active {
    text-decoration: underline;
    color: #39f;
}

</pre></body></html>