@charset "UTF-8";

/* Global content formatting and styles */

header a, header a:hover, header a:active, header a:visited {
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}


body {
    font-family: 'Century Gothic', 'Muli', sans-serif;
    font-size: 14px;
    margin: 0px;
    padding:0px;
}

header {
    display: block;
}
.dontwrap{
    display: inline-block;
}

.dontwrap:after {
    content:"\A";
    white-space: pre;
}

.kover {
    font-weight: bold;
}

sup {
    font-size: 8px;
}