
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-size: 16px;
    font-family: DejaVu Sans, sans-serif;
    color: black;
    cursor: default;
}

html {
    background-color: #eee;
}

body {
    background: #fff;
    box-shadow: 0 0 100px rgba(0,0,0,0.3), 0 0 10px rgba(0,0,0,0.5);
    width: 500px;
    padding: 22px 30px 30px 30px;
    margin: 10px auto;
}

a {
    cursor: pointer;
    text-shadow: 1px 1px 2px #88f;
}

a:hover {
    text-shadow: 1px 1px 2px #000;
}

h1 {
    font-family: Helvetica, sans-serif;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000,
                 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    color: #fff;
    letter-spacing: 3px;
    font-size: 30px;
    text-align: center;
}

div:empty {
   display: none;
}
ul {
    display: block;
    margin-right: -100px;
}

li {
    display: inline-block;
    width: 240px;
    margin: 5px 20px 5px 0px;
    vertical-align: middle;
}

.seealso {
    text-align: right;
    margin-top: -5px;
}


.content:before {
    display :block;
    font-size: 12px;
    color: #888;
    content: "Disclaimer: this is a raw snapshot of uncensored and possibly private notes, some of which might be outdated or unverified. They do not represent my final stance on any subject. I ask you to treat them with respect and understanding, and not redistribute in any way.";
    text-align: justify;
    margin-bottom: 20px;
    border-top: 2px solid #444;
    padding-top: 5px;
}

.content p {
    margin-top: 10px;
}

.content p:empty {
    display: none;
}

body.trigger .content, body.concept .content {
    text-align: center;
}

.condition p, .action p {
    text-align: center;
    display: inline-block;
    padding: 2px 8px;
    border: 1.5px solid #000;
    font-size: 17px;
}

.condition:after {
    text-align: center;
    text-align: center;
    display: block;
    content: "⬇";
    font-size: 18px;
    margin-top: 10px;
}

.condition p {
    border-radius: 20px;
    padding: 2px 10px;
}

.topic p, .topic2 p {
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2.5px solid #888;
}

.details, .notes {
    margin-top: 10px;
    display: inline-block;
    min-width: 60%;
}

.details p, .notes p {
    text-align: left;
}

.details p:before, .notes p:before {
    content: "➡ ";
    font-size: 18px;
}

.notes p {
    font-size: 13px;
    text-color: #666;
}

.nav {
    text-align: right;
    padding-top: 30px;
}

.nav .back a:after {
    content: " ⇒";
    font-weight: bold;
}
