@font-face{font-family:'inconsolatamedium';src:url('../inc/font/inconsolata-webfont.woff') format('woff'); font-weight:normal;font-style:normal;font-display:swap;}
body {margin: 0; padding: 0;  font-family:inconsolatamedium,arial;font-size:14px; background: #000; position: relative; color:#93a4a9;}
.header {display: block;  text-align:center; width:100%;}
.header img {width:50%; animation: pulse 6s infinite;}
.container {max-width: 700px;width: auto; display: block; margin: 27px auto;}
.container .content div {}
.hidden {display: none;}
.menu {font-size:13px;}
.menu a:after {content:" ↑ "; color:#fff;}
.menu a:last-child:after {content:"";}
table {width:700px;}
tr {background:#111; margin-bottom:20px; display: none; border-radius: 0 0 10px 0;  display: block; margin-bottom: 10px; padding: 10px;}
td {vertical-align: top;}
td.date {color:#00aaaa; width:40px;}
td.title {color:#fff; width:500px;}
td.label {color:#55ffff;  width:160px; text-align:right;}

.cyan {color:#55ffff;}
.cyandark {color:#00aaaa;}
.pink {color:#ff55ff;}
.violet {color:#aa00aa;}
.white {color:#ffffff;}
h1 {display:none;}

a {color:#00aaaa; text-decoration:none; font-weight:bold;}


/*.container a {position: relative; background-color:#8b2635; color: var(--fontcol); border: solid var(--fontcol) 2px; border-radius: 10px; font-size: 0.9rem; text-align: center; display: block; margin-left: 10px; margin-right: 10px; margin-bottom: 10px; padding: 10px; text-decoration:none; transition: all .2s cubic-bezier(.08, .59, .29, .99); font-weight:bold;}
.container a:hover, .container a:active {background-color: var(--bgColor); color: var(--fontcol2); margin:10px 20px; transition: .2s all;}*/
.soon {display:none !important;}
@keyframes pulse {0% {transform: scale(1);} 50% {transform: scale(0.95);} 100% {transform: scale(1);}}
h1 {font-family:var(--font); color: var(--fontcol2); font-weight:bold;}
h2 {font-family:var(--font); color: var(--fontcol2); font-weight:bold;}


@media screen and (max-width:767px) {
.header img {width:100%; animation: pulse 6s infinite;}
.menu, .container .content div {margin:10px;}
}
