
#dokuwiki__header {
    padding: 1em 0;
    font-size: 2em;
}

.intro {
    font-size: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 3em;
}

.intro .tip {
    width: 20%;
    float: right;
    font-size: 0.7em;
}

.intro .tip span {
    font-size: 0.75em;
    background-color: #3a87ad;
    border-radius: 3px;
    font-weight: bold;
    padding: 2px 4px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.col {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
    margin-left: 5%;
    float: left;
}
.admin .col {
    width: 48%;
    margin-left: 4%;
}

.col:first-child {
    margin-left: 0;
}

a.rss {
    float: right;
    line-height: 28px;
    height: 28px;
    padding-left: 30px;
    background: transparent url(feed.png) left center no-repeat;
}

/* show full width on smaller screens (mobile, etc) */
@media only screen and (max-width: 600px) {

.col {
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    float: none !important;
}

} /* /@media */


#dokuwiki__content ul.options {
    list-style: none;
    padding-left: 0;
}

#dokuwiki__content ul.options li {
    margin: 0 0 .35em 0;
    color: inherit;
}

.hint {
    display: block;
    margin-top: .35em;
    color: #999;
}

.hint img {
    vertical-align: text-bottom;
    opacity: 0.6;
}

.hint img:hover {
    opacity: 1;
}

.hidden {
    display: none;
}

.block {
    margin-bottom: 1.4em;
}

form.newsletter p,
form.admin p,
form.upload p {
    margin-bottom: .7em;
}

form label {
    display: block;
}
form.newsletter input[type=email],
form.newsletter input[type=text] {
    width: 100%;
}

.donate img {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.2em;
    vertical-align: middle;
}
