html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
@font-face {
    font-family: 'Good Times';
    src: url('/fonts/goodtimesrg.ttf');
    src: local('Good Times'), 
         local('Good Times'), 
         url('/fonts/goodtimesrg.ttf') format('truetype'),
         url('/fonts/goodtimesrg.svg#font') format('svg'); 
}
@font-face {
    font-family: 'Cabin';
	src: url('/fonts/Cabin-Regular.ttf');
    src: local('Cabin'), 
         url('/fonts/Cabin-Regular.ttf') format('truetype'); 
}
@font-face {
    font-family: Coolvetica;
    src: url('/fonts/coolveticarg.ttf');
    src: local('Coolvetica'), 
         url('/fonts/coolveticarg.ttf') format('truetype');
}
body {
	height: 100%;
	background: #36771c; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#36771c, #12260a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#36771c, #12260a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#36771c, #12260a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#36771c, #12260a); /* Standard syntax */
	font-family: Coolvetica;
	color: white;
	margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	text-transform: uppercase;
	letter-spacing: 2px;
}
html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }
table{
	font-size: 100%;
}
a{
	color: white;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: hsl(119, 92%, 84%);
}
#tj_table{
	width: 80%;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}
#poke_table{
	padding: 5px;
}
.table_left_column{
	text-align: left;
}
.table_right_column{
	text-align: right;
}
#tjL{
	font-size: 200%;
	float:left;
	width: 60%;
	text-align: center;
}
#tj{
	font-size: 200%;
	margin-top: -20px;
	margin-bottom: -20px;
}
#tj2{
	font-size: 75%;
	
}
#tm{
	padding-top: 0px;
	text-align: center;
	display: inline;
	margin-left: auto;
	margin-right: auto;
}
#tm ul{
list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;	
}
#tm li{
}
#tm a{
	text-decoration: none;
	background-color: #2ab218;
	color: #ffffff;
	display: inline-block;
    height: auto;
	margin-left: 5px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 130%;
border-radius: 5px;
}
#tm a:active{
	background-color: #0b9119;
	border: 10px 10px 10px 10px;
	border-color: white;
}
#tm a:hover{
	background-color: #046b0e;
}
#lc{
font-size:70%
}
.boxed{
	border-style: solid;
	border-width: 3px;
	border-color: white;
	display: inline-block;
	padding: 5px;
}

header{
	font-size: 200%;
	text-align: center;
}
#footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: 0em;
font-size: 70%
}
#footer2 {
     clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: 0em;
font-size: 70%
}
#left{
	width: 20%;
	float: left;
	text-align: center;
	font-size: 100%;
	line-height: 1;
word-wrap:break-word;
}
#right{
	width: 20%;
	float: right;
	text-align: center;
	line-height: 1;
	font-size: 100%;
word-wrap:break-word;
}
.suosittelemme a{
	font-size: 130%;
}
.suosittelemme h4{
	padding-bottom: 5px;
}
#tjskuv{
	margin-left: 20%;
	margin-right: 20%;
	font-size: 150%;
	text-align: justify;
    text-justify: inter-word;
}
#tjskuv img{
	width: 200px;
	height: auto;
}
#tjskuv a{
	text-decoration: underline;
}
#tjskuv input{
	width: 100%;
}
#tjskuv textarea{
	width: 100%;
}
#ppkuv{
	margin-left: 20%;
	margin-right: 20%;
	font-size: 150%;
	text-align: justify;
    text-justify: inter-word;
}
#leftNav{
	text-align:center;
	height: auto;
}

#leftNav ul{
	width: 100%;
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	margin-bottom: -10px;
}
#leftNav a{
	display: inline-block;
	width: 250px;
	border-style: solid;
	border-width: 3px;
	border-color: white;
	text-decoration: none;
	background-color: hsla(0, 100%, 0%, 0.28);
    height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 140%;
}
#leftNav .active{
	background-color: hsla(0, 100%, 0%, 0.64);
}
#leftNav a:hover{
	background-color: hsla(0, 100%, 100%, 0.36);
	color: hsl(119, 92%, 84%);
}
#rightNav{
	text-align:center;
	height: auto;
}

#rightNav ul{
	width: 100%;
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	margin-bottom: -10px;
}
#rightNav a{
	display: inline-block;
	width: 250px;
	border-style: solid;
	border-width: 3px;
	border-color: white;
	text-decoration: none;
	background-color: hsla(0, 100%, 0%, 0.28);
    height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 140%;
}
#rightNav .active{
	background-color: hsla(0, 100%, 0%, 0.64);
}
#rightNav a:hover{
	background-color: hsla(0, 100%, 100%, 0.36);
	color: hsl(119, 92%, 84%);
}
.white_hr{
	border-color: white;
	background-color: white;
	height: 5px;
}
.butt{
	
}
.secondary{
	font-size: 90%;
	margin-top: 10px;
}
#progressbar{
	width: 80%;
	background-color: hsla(119, 0%, 0%, 0.4);
	text-align: left;
}
#progress{
	width: 1%;
	height: 40px;
	background-color: hsla(119, 0%, 0%, 0.4);
	display: table;
	text-align: center;
	vertical-align: middle;
}
#progressText{
	display: table-cell;
	width: auto;
	height: 100%;
	vertical-align: middle;
}
#tjskuv ul{
	font-size: 80%;
}
#tjskuv li{
	padding-bottom: 5px;
	text-align: justify;
    text-justify: inter-word;
}
#tjskuv p{
	font-size: 80%;
}
#left .active{
	color: hsl(119, 92%, 84%);
}
#right .active{
	color: hsl(119, 92%, 84%);
}
#left a:hover{
	color: hsl(119, 92%, 84%);
}
#right a:hover{
	color: hsl(119, 92%, 84%);
}
#link{
	font-size: 55%;
	padding-left: 10%;
	padding-right: 10%;
}
.fb{
	padding-left: 10%;
	padding-right: 10%;
}
.button{
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: inline-block;
	width: 100%;
	border-style: solid;
	border-width: 3px;
	border-color: white;
	text-decoration: none;
	background-color: hsla(0, 100%, 0%, 0.28);
    height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 140%;
	text-align: center;
}
.button a{
	text-decoration: none !important;
}
.ad{
	margin-bottom: 1rem;
}
h2{
	margin-top: 10px;
	font-size: 120%;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#h1head{
	border-style: solid;
	border-width: 5px;
	border-color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	display: inline-block;
}
h1{
	margin-top: 20px;
	margin-bottom: 0px;
	letter-spacing: 5px;
	text-transform: uppercase;
}
h3{
	padding-top: 0px;
-webkit-margin-after: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h4{
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
hr{
	color: #046b0e;
	background-color: #046b0e;
	height: 1px;	
	border: 0;
}
#tjdb a{
	text-decoration: underline;
}
#tjh3{
	margin-top: 5px;
	font-size: 120%;
}
#tjdb {
	border: 2px solid #084412; 
	border-style: inset; 
	border-radius: 5px; 
	margin-left: 20px; 
	margin-right: 20px; 
	font-size: 70%; 
	text-align:left; 
	padding-top:5px; 
	min-height:165px; 
	padding-left:10px; 
	padding-right:10px;
}
@media screen and (max-width: 800px) {
  #left{
font-size: 100%;
}
#right{
font-size: 100%;
}
}
	