body {
    margin: 0px;
    padding: 0px 0px 10px 0px;
/*     background-color: #080000; */
    background-color: #000;
    color: #fff;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 10pt;
}

a {
    color: #bbb;
    text-decoration: none;
}

div.navi {
    padding: 0px 0px 2px 0px;
    margin: 0px;
    font-size: 9pt;
    text-align: center;
    border-bottom: 1px solid #666;
}

div.navi a {
    padding-left: 6px;
    padding-right: 6px;
    font-weight: bold;
}

.navi a#active {
    color: #fff;
}

div.main {
    width: 600px;
    min-height: 213px; /* 213, background - padding */
    margin: 0px auto 0px auto;
    padding: 175px 20px 5px 20px;
/*    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;*/
    background-color: #000;
    background-image: url(pictures/background.png);
    background-repeat: no-repeat;
    background-position: 70px -5px;
}

h1 {
    text-align: center;
    margin: 5px;
    font-size: 16pt;
}

h2 {
    font-size: 13pt;
    text-align: left;
    width: 100%;
    border-bottom: 1px #222 solid;
}

div.clearer {
    clear: both;
}

div.imagelist {
    text-align: center;
    margin: 10px 0px 10px 0px;
}

div.imagelist img {
/*     border: 2px black solid; */
    border-left: 2px #555 solid;
    border-top: 2px #555 solid;
    border-right: 2px #333 solid;
    border-bottom: 2px #333 solid;
    margin: 0px 3px 3px 3px;
}

div.subnavi {
    text-align: center;
    clear: both;
}

div.subnavi a {
    padding-left: 6px;
    padding-right: 6px;
    font-weight: bold;
}

.subnavi a#subactive {
    color: #fff;
}

div.subnavimixed {
    text-align: center;
    color: #ddd;
    clear: both;
}

div.subnavimixed a {
    font-weight: bold;
}

.subnavimixed a {
    color: #fff;
}

.history h2 {
    text-align: left;
}

h2 .date {
    font-size: 90%;
    color: #ddd;
}

div.right {
    float: right;
    margin: 5px 0px 5px 10px;
}

div.right img {
    border-left: 2px #555 solid;
    border-top: 2px #555 solid;
    border-right: 2px #333 solid;
    border-bottom: 2px #333 solid;
    margin: 0px 3px 3px 3px;
}

div.back {
    text-align: center;
    margin: 20px auto 10px auto;
    clear: both;
}

li.space {
    margin-top: 15px;
}

div.msgbox {
    margin: 10px;
    padding: 10px;
    clear: both;
    border-left: 1px #555 solid;
    border-top: 1px #555 solid;
    border-right: 1px #333 solid;
    border-bottom: 1px #333 solid;
    background-color: #000;
}

.msgbox .header {
    float: right;
    position: relative;
    top: -11px;
    left: 11px;
    text-align: center;
    margin: 0px;
    padding: 5px;
    background-color: #222;
    border-left: 1px #555 solid;
    border-top: 1px #555 solid;
    border-right: 1px #333 solid;
    border-bottom: 1px #333 solid;
}

.msgbox .reply {
    margin-top: 10px;
    clear: both;
    font-style: italic;
    padding: 5px;
    background-color: #111;
    border-left: 2px #aaa solid;
    border-right: 2px #aaa solid;
    padding-left: 10px;
}

.center {
    text-align: center;
}

.important {
    color: #ff0;
}

table.files {
    margin-left: 20px;
}

table.files a {
    color: #fff;
}

table.files a:visited {
    color: #bbb;
}

table.files a.unavailable {
    color: #f00;
}

.files th, .files td {
    font-size: 90%;
    padding: 3px;
    margin: 5px 0px 0px 0px;
}

.files th {
    background-color: #222;
}

.everyother td {
    background-color: #111;
}

td.topline {
    border-top: 1px solid #666;
}

td.topbotline {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

td.right {
    text-align: right;
}

table.band {
    margin-left: auto;
    margin-right: auto;
}

.band th, .band td {
    padding: 3px;
}

.band th {
    background-color: #222;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

.note {
    background-color: #333;
    border-bottom: 1px solid #666;
    font-weight: bold;
}

div#an_entity_news {
    font-size:85%;
    border: 1px solid #666;
    padding: 3px;
/*    float:right; */
    max-width: 220px;
    position: absolute;
    top: 1px;
    right: 1px;
}

div#an_entity_news h1, div#an_entity_news h2 {
    font-size: 85%;
}

.highlight {
    color: #ffa;
}

div#twitter {
	position: absolute;
	top: 30px;
    right: 3%;
}

div.flexbox {
    display: flex;
    flex-wrap: wrap;
}

div.flexbox > div {
    -webkit-box-shadow: 0px 0px 3px 4px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 3px 4px rgba(255,255,255,1);
    box-shadow: 0px 0px 3px 4px rgba(255,255,255,1);
    padding: 5px;
    margin: 5px;
}

div.merch > div {
    clear: both;
    padding: 5px;
    margin: 5px;
    width: 100%;
}

div.merch > div img {
    float: left;
    margin: 1px 5px 2px 0;
    max-width: 200px;
    max-height: 200px;
}

div.merch span.title {
    font-weight: bold;
}

div.merch span.option {
    margin: 1px 2px 1px 1px;
    padding: 0;
    background-color: #aaaaaa;
    border: 2px solid #aaaaaa;
    border-top: 0;
    border-bottom: 0;
    border-radius: 2px;
    color: #000;
}
