﻿.booshow .boo {
  color: #da0; }

.booOff .boo {
  display: none; }

#semels > div:first-of-type {
  margin: auto;
  width: 700px; }

#semels div {
  border: 2px solid #da0;
  text-align: center;
  width: 100%;
  padding: 5px;
  margin: 5px 0;
  box-sizing: border-box; }

#semels div .divaside {
  float: left;
  width: 30%;
  height: 8em; }

.divmain,
.divarticle {
  float: left;
  width: 100%; }

#semels .divarticle {
  width: 69%;
  float: right; }

.divfooter {
  clear: both; }

figure.styled {
  border: 3px solid #da0;
  border-radius: 8px;
  float: left; }

figure.styled a {
  border: none; }

figure.styled img {
  border-radius: 8px;
  border: none; }

figure.styled figcaption {
  background-color: rgba(255, 255, 255, 0.5);
  color: #da0;
  border-top: 3px solid; }

/* details & summary */
details {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px; }

:root {
  font-size: 162.5%; }

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, 'Droid Sans';
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #333333;
  color: #ddd; }

dt {
  background-color: #444; }

.title h1 {
  color: #da0; }

.slide:after {
  color: #d0a; }
  
