body {
 background-color: #303030;
 margin: 0;
}
.content {
 background-color: #303030;
 color: #a0a0a0;
 margin: 0px;
 position: relative;
 display: flex;
 flex-direction: column;
 min-width: 320px;
 min-height: 100%;
 overflow: hidden;
 outline: none;
 box-sizing: border-box;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 font-size: 1.1em;
 font-family: "Open Sans", "Sans", sans-serif;
 line-height: 1.25;
 -webkit-text-size-adjust: 100%;
 box-sizing: border-box;
}
/* Use this to 'constrain' content to a widescreen-friednly viewport */
.flexy {
}
header {
 display: block;
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 100;
 background: #404040;
 box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
}
.head-wrap {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 width: 100%;
 font-weight: bold;
 font-size: 1.2em;
}
.head-wrap .head-icon {
 height: 20px;
 margin: 0 16px;
}
.head-icon {
 display: flex;
 align: left;
 vertical-align: middle;
}
.head-menu {
 display: flex;
 flex: 1 1 0;
 flex-wrap: wrap;
 align-items: center;
 list-style-type: none;
 margin: 0;
 padding: 0;
 min-width: 0;
}
.head-menu-item a:link,
.head-menu-item a:visited,
.head-menu-item a:hover,
.head-menu-item a:active,
.head-menu-item-active a:link,
.head-menu-item-active a:visited,
.head-menu-item-active a:hover,
.head-menu-item-active a:active {
 display: block;
 color: #a0a0a0;
 padding: 7px 12px;
 width: auto;
 text-decoration:none;
}
.head-menu-item-active a:link,
.head-menu-item-active a:visited,
.head-menu-item-active a:hover,
.head-menu-item-active a:active {
 color: #ffffff;
 padding-bottom: 2px;
 border-bottom: 5px solid #3399ff;
 background: #202020;
}
.main-wrap {
 margin: 26px;
}
.biglogo {
 margin: 16px;
}
.shot {
 margin: 16px;
}
pre {
 font-family: "Source Code Pro", mono;
 color: #a0a0a0;
 background-color: #202020;
 border: 0px;
 padding: 8px;
}
footer,
.foot-wrap-fake {
 overflow: hidden;
 background: #404040;
 position: fixed;
 bottom: 0;
 width: 100%;
 z-index: 100;
 box-shadow: 0px -5px 10px rgb(0 0 0 / 20%);
 font-size: 0.8em;
 padding: 8px;
 text-align: center;
}
.foot-wrap-fake {
 position: static;
}
#ircbubble {
 background-color: #181818;
 right: 10px;
 bottom: 90px;
 position: fixed;
 z-index: 9998;
 border-radius: 10px;
 padding: 10px;
 transform-origin: bottom;
 transform: scale(1);
}
#ircbutton {
 background-color: #181818;
 right: 10px;
 bottom: 50px;
 position: fixed;
 z-index: 9997;
 border-radius: 30px;
 width: 120px;
 height: 60px;
 transform-origin: bottom;
 transform: scale(1);
}
a:link {
 color: #3399ff;
}
a:visited {
 color: #2277cc;
}
a:hover {
 color: #99eeff;
}
a:active {
 color: #ffffff;
}
table {
 border: 2px solid;
 border-color: #404040;
 border-collapse: separate;
}
th {
 color: #ffffff;
 background-color: #404040;
 padding: 8px;
}
td {
 padding: 8px;
}
tr:nth-child(even) {
 background-color: #282828;
}
hr {
 display: block;
 background-color: #404040;
 margin-top: 20px;
 margin-bottom: 20px;
 width: 80%;
 margn-left: 10% !important;
 margn-right: 10% !important;
 height: 1px;
 border-width: 0;
}
/* Sizing doohickeys */
@media (min-width: 1200px) {
 .flexy {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
 }
}
