@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,700,300,600,400&amp");

body {
    font-family: "Open Sans",Arial,Helvetica,Verdana,sans-serif;
    font-weight:300;
    font-size:1em;
    color: black;
    background-color: #FFF;
    margin: 0;
}

main {
    display: block;
    clear: both;
    margin: 0;
    padding: 2px 0 0 4ex;
    background: #FFF;
    max-width: 100ex;
    line-height: 1.25em;
}

header {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
}

footer {
    display: block;
    clear: both;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
    width: 100%;
}

img {
    border: 0;
}

abbr {
    border-bottom: 1px dotted #666;
}

a {
    color: black;
    font-weight: bold;
}

a:link, a:visited {
    text-decoration: none;
}

a:focus, a:hover, a:active {
    text-decoration: underline;
}

h1, h2, h3 {
    margin: 0.5em 0 0 0;
    color: black;
    line-height: 1.25em;
}

h1 {
    margin: 2px 0 0 2ex;
    font-size: 2em;
    font-weight: 900;
}

h2 {
    font-size: 1.15em;
    font-weight: 900;
    text-transform: uppercase;
}

h3 {
    font-size: 1.15em;
    font-weight: 900;
    text-transform: capitalize;
    font-variant: small-caps;
}

em {
    font-size: 1.1em;
    font-weight: 100;
    font-style: italic;
}

strong {
    font-size: 1.1em;
    font-weight: 900;
    font-style: normal;
}

summary {
    display: inline;
    box-shadow: none;
}

.right {
    text-align: right;
}

.printonly {
    display:none;
}

/* UO HEADER AND FOOTER ----------------------------------------------------------- */

#uobar {
    display: block;
    margin: 0;
    padding: 0 2ex 0 4ex;
    background: #0F2912;
    width: auto;
    min-height: 72px;
    line-height: 1.5em
}

#uobar img {
    width: 200px;
    padding-top: 15px;
    height: auto !important;
    border: 0;
    max-width: 100%;
    color: #489433;
    float: left;
    padding-left: 15px;
}

#uobar .links-outer {
    display: block;
    padding-top: 18px;
    padding-right: 15px;
    float: right;
    color: white;
    line-height: 2em;
}

#uobar div.links {
    display: block;
    margin-bottom: 0;
    float: left;
    line-height: 2em
}

#uobar a {
    border-bottom: 0;
    padding: 0 0 0 2ex;
}

.uofootercontainer {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 2ex 0 4ex;
    width: auto;
    background-color: #000;
}

#uolinksfooter {
    display: block;
    max-width: 140ex;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    line-height: 1.5em;
}

#uolinksfooter a:link, #uolinksfooter a:visited, #uobar a:link, #uobar a:visited, #uolegalfooter a:link, #uolegalfooter a:visited  {
    color: #fff;
    font-weight: 300;
    font-size: 1em;
    text-decoration: none;
    color: white;
}

#uolinksfooter a:link, #uolinksfooter a:visited, #uobar a:link, #uobar a:visited  {
    text-transform: uppercase;
}

#uolinksfooter a:active, #uobar a:active, #uolegalfooter a:active {
    color: #fff;
    outline: 0;
}

#uolinksfooter a:focus, #uobar a:focus, #uolegalfooter a:focus {
    color: #fff;
    outline: thin dotted;
}

#uolinksfooter a:hover, #uobar a:hover, #uolegalfooter a:hover {
    color: #fff;
    outline: 0;
    color: #fdcd07;
    text-decoration: none;
}

.uolinksfooterlinks {
    display: block;
    float: left;
}

.uolinksfooterlogo {
    display: block;
    float: right;
}

.uofooterlink {
    display: block;
    float: left;
    padding: 0.5em 4ex 0 0;
    margin: 0;
    font-size: 0.75em;
}

@media (max-width: 768px) {
    .uofooterlink {
        clear: left;
    }
}

@media (max-device-width: 500px) {
    .uofooterlink {
        clear: left;
    }
}

#uolegalfooter {
    display: block;
    clear: both;
    padding: 2em 2ex 2em 0;
    margin: 0;
    color: white;
    font-size: .7em;
    line-height: 2em;
    font-weight: 300;
    line-height: 1.5em;
}

#uolegalfooter p {
    max-width: 200ex;
}

#uolegalfooter abbr {
    border-bottom-color: #FFF;
}



/* OPLSS HEADER AND FOOTER ----------------------------------------------------------- */

#oplssmasthead  {
    display: block;
    margin: 0;
    padding: 1em 1ex 0 4ex;
    color: black;
    background: #FFF;
    clear: both;
    max-width: 100ex;
}

#oplssmasthead ul {
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
    max-width: 100ex;
    text-align: right;
}

#oplssmasthead li {
    display: block;
    padding: 0.2em 1ex;
    list-style: none;
}

@media (min-width: 580px) and (min-device-width: 500px) {
    #oplssmasthead li {
        display: inline;
        padding: 1em 1ex;
        list-style: none;
    }
}

#oplsslogo {
    float: left; 
    padding-right: 2ex;
    border-bottom: 0;
    display: inline-block;
    text-align: right;
    width:320px;
}

@media (max-width: 700px) {
    #oplssmasthead h1 {
        clear: both; 
    }
}

#oplss-footer {
    display: block;
    max-width: 100ex;
    margin: 0;
    padding: 0 0 0 4ex;
}

#oplss-footer section {
    display: block;
    padding: 1.5em 2ex 0 2ex;
    width: 100%;
    clear: both;
}

#organizers img {
    width: 100px;
}

#organizers a {
    border-bottom: 1px dotted rgba(88, 88, 88, 0.5);
}

div.organizer {
    width: 33%;
    float: left;
}

#sponsors {
    padding-top: 1em;
}

#sponsors img {
    max-height: 80px;
    max-width: 250px;
    padding: 1em 2ex 1em 2ex;
    vertical-align: middle;
}

#sponsors img.big {
    max-height: 160px;
    max-width: 250px;
    padding: 1em 2ex 1em 2ex;
}

#sponsors img.small {
    max-height: 80px;
    max-width: 180px;
    padding: 1em 2ex 1em 2ex;
}

#logo-attrib p {
    text-align: right;
}

#logo-attrib img {
    vertical-align: middle;
    max-width: 15ex;
}

.post-footer {
    display: block;
    clear: both;
    background: black;
    line-height: 1em;
}

/* OPLSS styles -------------------------------------------------------------- */

details {
    margin-bottom: 0.5em;
    padding: 1ex;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

main a {
    text-decoration: none;
    border-bottom: 1px dotted rgba(88, 88, 88, 0.5);
}

table.participants a {
    font-weight: 300;
}

th.dollars {
    text-align: right;
}

table thead {
    border-bottom: solid 2px #c9c9c9;
}

table tfoot {
    border-top: solid 2px #c9c9c9;
}

.topic {
    font-style: oblique;
}

table {
    margin: 0 0 2em 0;
    border-collapse: separate;
    border-spacing: 0;
}

tr {
    border: 0;
    border-left: 0;
    border-right: 0;
}

tr.separate td {
    border-top: 1px solid black;
}

tr:nth-child(2n + 1) {
    background-color: rgb(240, 240, 240);
}

td {
    padding: 0.5em 1ex;
    border: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
}

td.dollars {
    text-align: right;
}

table.participants td.domain {
    font-family: "Courier New", Courier, serif;
    margin-left: 0px;
    padding-left: 0px;
}

table.participants td.username::after {
    content: "@";
}

table.participants td.username {
    text-align: right;
    font-family: "Courier New", Courier, serif;
    margin-right: 0px;
    padding-right: 0px;
}

th {
    font-size: 0.9em;
    font-weight: 900;
    padding: 0 2ex;
    text-align: left;
}

table.participants th {
    text-align: center;
}
