* {
    box-sizing: border-box;
}

html,
body {
    background-color: black;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    cursor: url("../imgs/mcws.cur"), auto;
    background-image: url("../imgs/stars4.gif");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 15%;
    height: 100%;
}

a {
    cursor: url("../imgs/mcds.cur"), auto;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#main-content {
    height: calc(100% - 20%);
}

:root {
	--arrows: url('../imgs/arrow.gif');
}

#sidebar {
	width: 15%;
	overflow-y: auto;
	height: 100%;
	text-align: left !important;
	font-family: 'Comic Sans MS', cursive;
	font-weight: bold;
	padding: 1em;
}

a:visited {
  color: orange;
}

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

nav ul {
	list-style-image: var(--arrows);
	margin-left: 0;
	padding-left: 30px;
}

.noarrow {
	list-style-image: none !important;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin-bottom: 5px;
}

#footer {
    height: 15%;
    background-color: #339900;
    padding: 10px;
}

#viewcount {
    vertical-align: middle !important;
}

#table1 {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border: 4px solid #acacac;
    border-style: hidden;

    overflow: hidden;
}

#table1 th,
#table1 td {
    border: 4px solid #acacac;
    text-align: center;
    vertical-align: top;
}

#table2 {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-spacing: 10px;
    border-style: none;
}

#table2 th,
#table2 td {
    padding: 10px;
    text-align: center;
    border-style: none;
}

#table2 td {
    padding: 5px;
    text-align: center;
    border-style: none;
    vertical-align: middle;
}

#table2 th {
    background-color: #ddd;
    border-style: none;
}

.left-emblem,
.right-emblem {
    width: 100px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.logo {
    vertical-align: middle;
    padding: 10px;
}

.visitorcounter {
    font-size: 22px;
    font-family: "Courier New";
    color: red;
    font-weight: bold;
}

.digit {
    display: inline-block;
    width: 18px;
    height: 24px;
    background-image: url("../imgs/counter_digits.png");
    background-size: auto 100%;
}

.digit-0 {
    background-position: 0 0;
}
.digit-1 {
    background-position: -18px 0;
}
.digit-2 {
    background-position: -36px 0;
}
.digit-3 {
    background-position: -54px 0;
}
.digit-4 {
    background-position: -72px 0;
}
.digit-5 {
    background-position: -90px 0;
}
.digit-6 {
    background-position: -108px 0;
}
.digit-7 {
    background-position: -126px 0;
}
.digit-8 {
    background-position: -144px 0;
}
.digit-9 {
    background-position: -162px 0;
}
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}

.snowflake,.snowflake .inner{animation-iteration-count:infinite;animation-play-state:running}@keyframes snowflakes-fall{0%{transform:translateY(0)}100%{transform:translateY(110vh)}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;user-select:none;cursor:default;animation-name:snowflakes-shake;animation-duration:3s;animation-timing-function:ease-in-out}.snowflake .inner{animation-duration:10s;animation-name:snowflakes-fall;animation-timing-function:linear}.snowflake:nth-of-type(0){left:1%;animation-delay:0s}.snowflake:nth-of-type(0) .inner{animation-delay:0s}.snowflake:first-of-type{left:10%;animation-delay:1s}.snowflake:first-of-type .inner,.snowflake:nth-of-type(8) .inner{animation-delay:1s}.snowflake:nth-of-type(2){left:20%;animation-delay:.5s}.snowflake:nth-of-type(2) .inner,.snowflake:nth-of-type(6) .inner{animation-delay:6s}.snowflake:nth-of-type(3){left:30%;animation-delay:2s}.snowflake:nth-of-type(11) .inner,.snowflake:nth-of-type(3) .inner{animation-delay:4s}.snowflake:nth-of-type(4){left:40%;animation-delay:2s}.snowflake:nth-of-type(10) .inner,.snowflake:nth-of-type(4) .inner{animation-delay:2s}.snowflake:nth-of-type(5){left:50%;animation-delay:3s}.snowflake:nth-of-type(5) .inner{animation-delay:8s}.snowflake:nth-of-type(6){left:60%;animation-delay:2s}.snowflake:nth-of-type(7){left:70%;animation-delay:1s}.snowflake:nth-of-type(7) .inner{animation-delay:2.5s}.snowflake:nth-of-type(8){left:80%;animation-delay:0s}.snowflake:nth-of-type(9){left:90%;animation-delay:1.5s}.snowflake:nth-of-type(9) .inner{animation-delay:3s}.snowflake:nth-of-type(10){left:25%;animation-delay:0s}.snowflake:nth-of-type(11){left:65%;animation-delay:2.5s}

