/** tippy.js custom theme **/

.tippy-tooltip.black-theme {
  background-color: black;
  margin: 0;
  padding: 0;
  color: #f7f7f7;
}
.tippy-content {
	margin: 0;
	padding: 2px;
	border: 0;
}

/** fix bootstrap from collapsing and blocking view **/

.navbar-collapse.collapse {
  display: block!important;
}

.navbar-nav>li, .navbar-nav {
  float: left !important;
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}

.navbar-right {
  float: right!important;
}

/** fix navbar heigt issues **/

li.active {
	height: 80px !important;
}
li.inactive{
	height: 80px !important;
}
nav.navbar {
	height: 80px !important;
}

/* Sticky footer styles */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60x;
  background-color: #222222;
  border-top: 1px solid black;
  text-align: center;
  font-size: 12px;
  color: #777;
}
.footleft{
	border-right: 1px dotted #424242;
}
.footer p {
		padding-top: 10px;
}
.footer a {
	color: #999999;
}

.copyleft {
	display:inline-block;
	transform: rotateY(180deg);
}

.bigbold {
	font-size: 16px;
}

/** other shit **/

div.filterbox { width: 100%; align: center; text-align: center;}

td.centertext { text-align: center; white-space: nowrap;}
td.end { border-right: none;}

.fa-external-link-alt {color: #f7f7f7;}

#goglist_info { text-align: center; font-size: 12px; color: #a6a6a6; font-family: "Trebuchet MS", Helvetica, sans-serif; margin-bottom: 10px; margin-top: 2px;}
#nswlist_info { text-align: center; font-size: 12px; color: #a6a6a6; font-family: "Trebuchet MS", Helvetica, sans-serif; margin-bottom: 10px; margin-top: 2px;}
#ps4list_info { text-align: center; font-size: 12px; color: #a6a6a6; font-family: "Trebuchet MS", Helvetica, sans-serif; margin-bottom: 10px; margin-top: 2px;}
#stmlist_info { text-align: center; font-size: 12px; color: #a6a6a6; font-family: "Trebuchet MS", Helvetica, sans-serif; margin-bottom: 10px; margin-top: 2px;}

.thurl {
	width: 25px;
}

/** homepage stuff **/

.welcome_home {
	background-image: url("../media/welcome_bg.jpg");
	height: 300px;
	width: 600px;
	text-align: center;
	font-size: 22px;
	color: #cccccc;
	font-family: 'VT323', monospace;
	border-top: 1px dotted #999999;
	border-left: 1px dotted #999999;
	border-right: 1px dotted #454545;
	border-bottom: 1px dotted #454545;
	background-color: #070707;
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

.news_home {
	width: 600px;
	margin: 60px auto 0px auto;
	text-align: left;
}
.news_home h1{
	font-size: 36px;
	font-variant: small-caps;
	font-family: 'VT323', monospace;
	color: #f7f7f7;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
.news_home p{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding: 10px 24px 10px 24px;
	font-size: 14px;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
	background-color: #121212;
}
.news_home p.news_date{
	border-top: 1px solid #646464;
	border-left: 1px solid #646464;
	margin-bottom: 0;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 0;
	font-family: 'Press Start 2P', cursive;
	font-size: 12px;
	text-align: right;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
.news_home p.news_content{
	line-height: 1.6;
}
.news_home p.news_sign{
	margin-top: 0;
	padding-bottom: 24px;
	border-bottom: 1px solid #646464;
	text-align: center;
	color: #
}
.news_home h2{
	font-size: 36px;
	font-variant: small-caps;
	font-family: 'VT323', monospace;
	color: #f7f7f7;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
.news_home h2 a {
	color: #f7f7f7;
}
.news_home h2 a:hover {
	color: white;
	text-decoration: none;
}
.news_old {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

/** stats box **/

.stats {
	border: 1px dotted #424242;
	width: 80%;
	height: 210px;
	margin: 60px auto 25px auto;
	padding: 12px;
	color: #a4a4a4;
}

#stat-table td{
	border: 0;
	height: 46px;
	width: calc(100% / 3);
	background-color: #242424;
	font-variant: small-caps;
}

.statnum{
	font-size: 14px;
	color: #d0d0d0;
	min-width: 50px;
}

.statpn{
	font-size: 12px;
	color: #646464;
}

.statpt{
	font-size: 10px;
	color: #646464;
}

.stattxt{
	color: #646464;
}

.stathd{
	font-size: 18px;
}
.disabled{
	color: 646464;
}