/*
 * Location: https://wiki.52north.org/System/Css52N
 */


.n52editinfoWikiGuide {
    border: 2px solid rgb(200, 21, 21);
    padding: 5px;
}

.n52TOC {
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 5px;
    background-color:rgb(241, 253, 253);
    margin: 5px;
    float:right;
}

.n52InfoBox {
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 5px;
    background: rgb(241, 253, 253);
}

.n52Warning {
    border: 1px solid #c00000;
    border-radius: 5px;
    padding: 5px;
    /*#997B7E*/
    background: rgb(253, 207, 211);
}

.n52TwoColumn {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

div.patternTop > span.patternToolBar > span.foswikiSeparator {
    display: none;
}

div.foswikiTopic > div.tagmetags.tagcloud > ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2.5rem;
    max-width: 500px;
}

div.foswikiTopic > div.tagmetags.tagcloud > ul > li > a {
    display: block;
    font-size: 1.5rem;
    padding: 0.125rem 0.25rem;
    text-decoration: none;
    position: relative;
}