* Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@import url('https://fonts.googleapis.com/css?family=Archivo+Black&display=swap');
.the-icons {
  font-size: 14px;
}

@font-face {
      font-family: 'fontello';
      src: url('../font/fontello.eot?38947450');
      src: url('../font/fontello.eot?38947450#iefix') format('embedded-opentype'),
           url('../font/fontello.woff?38947450') format('woff'),
           url('../font/fontello.ttf?38947450') format('truetype'),
           url('../font/fontello.svg?38947450#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
     
     
    .demo-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }

*
{
	font-family: 'Roboto', sans-serif;
}
body,html
{
	margin: 0 auto;
	background-color: #fbfbfb;
}
#overtop
{
	display: flex;
    justify-content: center;
    width: 100%;
    height: 60px;
    background-color: #15d291;
    color: white;
    overflow: hidden;
}
#cnt
{
	display: block;
	width: 100%;
	height: calc(100vh - 60px);
	overflow: auto;
}
#top
{
	display: block;
	position: relative;
	height: 60px;
	width: 100%;
	max-width: 1000px;
}
#sub_top
{
	display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
#sub_top a
{
	text-decoration: none;
	display: block;
	padding: 10px 20px;	
}
.sub_top
{
	display: flex;
    margin: auto;
    margin-left: 10px;
    background-color: #6bffcc;
    color: white;
    transition: .4s ease;
}
.sub_top:hover
{
	cursor: pointer;
    background-color: #e0fff4;
}
#left
{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-wrap: wrap;
    height: 60px;
}
.top_ico
{
	display: flex;
	height: 60px;
	width: 60px;
	font-size: 20px;
	transition: .4s ease;
}
.top_ico:hover
{
	cursor: pointer;
	background-color: #e0fff4;
	color: #15d291;
}
#right
{
	display: flex;
	justify-content: center;
	position: absolute;
	padding: 0 30px;
	height: 60px;
	top: 0;
	right: 0;
}
#sub_top a
{
	text-decoration: none;
	color: #15d291;
}
#logo
{
	display: block;
	padding: 0 30px;
	height: 60px;
	line-height: 60px;
	font-size: 25px;
	user-select: none;
}
.imp
{
	display: block;
    margin: auto;
    margin-top: 10px;
    padding: 2px 0;
    background-color: #3bb877;
    color: white;
    border-radius: 5px;
    font-size: 13px;
    user-select: none;
    width: 100%;
}
#cnt_title
{
	display: flex;
	justify-content: center;
	padding: 10px 0px;
	width: 100%;
}
#cnt_title_o
{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    max-width: 1000px;
    text-align: center;
    padding: 15px 0px;
    color: #3c3c3c;
}
#results
{
	display: block;
	justify-content: center;
	width: 100%;
	padding: 20px 0px;
}
#ctrl
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}
.section
{
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 1.2em;
    color: #fbfbfb;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #23d074;
}
.win
{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 80%;
    padding: 20px;
    max-width: 1000px;
	min-height: 180px;
    border-radius: 10px;
    margin: 30px auto;
	border: 1px solid #80808033;
	background-color: white;
}
.win_left
{
	display: flex;
	margin: 0 auto;
    justify-content: center;
    float: left;
    padding: 5px;
    width: 150px;
    height: 100%;
}
.win_left a
{
	text-decoration: none;
	color: black;
}
.win_right
{
	display: flex;
    flex-wrap: wrap;
    margin: auto;
    float: left;
    width: calc(100% - 180px);
	min-width: 350px;
    padding: 10px;
}
.win_top_title
{
	display: block;
    margin: auto;
    float: left;
    padding: 10px 0px;
    font-weight: bold;
}
.win_top_title_text
{
    color: #2f2f2f;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 1.25em;
    box-sizing: border-box;
	padding: 7px 0;
}
.win_top_title_text:hover
{
	cursor: pointer;
	color: #3754bf;
}
.win_top_title_ico
{
    display: flex;
    width: 150px;
    padding: 7px 0;
}
.win_top_title_ico img
{
	display: block;
    margin: auto;
    width: 90px;
	max-height: 90px;
    height: auto;
	border-radius: 5px;
}
.stats
{
	display: flex;
    flex-wrap: wrap;
    margin: auto;
    float: left;
    max-width: 300px;
    padding: 5px 0px;
    margin-left: 5px;
}
.stats_cat
{
    display: block;
    width: 100%;
    text-align: center;
    padding: 3px 0px;
    font-size: .9em;
    color: #4a4a4a;
}
.win_top_stats_in
{
	display: block;
	width: 100%;
    margin: auto 0px;
	font-size: 18px;
}
.stats_val
{
	color: #1b1b1b;
    text-align: center;
    display: block;
    width: 100%;
    padding: 3px 0px;
    font-weight: bold;
}
.win_top_stats
{
	display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0px;
}
.justify
{
	text-align: justify;
	font-size: 1.1em;
	color: #464646;
	padding: 0 10px;
}
.justify span
{
	color: #3164b5;
	font-weight: bold;
	margin-left: 5px;
	transition: .3s ease;
	border-bottom: 2px solid transparent;
}
.justify span:hover
{
	cursor: pointer;
	color: #264d8c;
	border-bottom: 2px solid #264d8c;
}
.post_display
{
	display: none;
	justify-content:center;
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
	z-index:10000;
	background-color: rgba(12, 12, 12, 0.48);
	overflow: auto;
}
.post_full
{
	display: block;
	margin: auto;
	width: 90%;
	min-height: 50vh;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.36);
	background-color: white;
	padding: 10px;
	box-sizing: border-box;
}
.slc
{
	background-color: #e0fff4;
}