a {
    text-decoration: none;
    font-weight: 400 !important;
    color: #0099CC;
}
div.help {
    padding-bottom: 15px;
    font-style: italic;
}

span.logo, span.logo:link, span.logo:hover{
    /*display: inline-block;*/
    text-decoration: none;
    font-size: 140%;
    font-weight: 100;
    padding: 9px;
    text-align: left;
    /*
    border-radius:4px;
    border: 1px solid;
    box-shadow: 2px 2px 2px #0099CC;
    */
}

.welcome_text, .browseForm, fieldset.browse {
    padding: 5px 10px;
    color: #333;
    border-radius: 15px;
    border: 1px solid;
    border-color: #2c3540;
    margin-top: 30px;
    margin-bottom: 5px;
    /*margin-right: 20%;*/
    margin-left: auto;
    margin-right: auto;
    min-width: 40%;
    max-width: 60%;
    box-shadow: 2px 2px 2px #888;
    clear:both;
    float:none;
}

.welcome_text {
    padding: 20px;
    text-align: left;
}

table.stafflist {
}

table.stafflist td {
    padding: 10px;
}

td.foto {
    width: 80px;
}

td.foto > img{
    width: 80px;
}

td.details {
    vertical-align: top;
}

span.field {

}

span.name {
    font-size: medium;
    font-weight: bold;
}

span.website > a {

}

span.website > a:after {
    content: "\A";
    white-space: pre;
}


blockquote.quotation {
    font-style: italic;
    border-left: 5px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.4em 10px;
    quotes: "“" "”" "‘" "’";
}

blockquote.quotation:before {
    content: open-quote;
    font-size: 5em;
    vertical-align: -0.5em;
    line-height: 0.1;
    margin-right: 0.1em;
    color: #ccc;
}

blockquote.quotation:after {
    font-style: normal;
    display: block;
    text-align: right;
    content: "("attr(cite)")"
}

img  {
    max-width:100%;
    max-height:100%;
}

blockquote.quotation > span.quotee {
    display: none;
}

ul.suggestions li {
    list-style-type: none;
    margin-bottom: 5px;
}

ul.suggestions li:before {
    color: #ccc;
    font-size: 1em;
    content: "►";
    margin-right: 0.5em;
}

#footer {
    text-align: center;
}

img#license {
    display:block;
    margin: auto;
}

.icon {
    width: 0.8em;
    pointer-events: none;
}

code {
    font-size: 130% !important;
}
