<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("fontawesome.all.min.css");

body{background:#F3F3F3;}

/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
  background:#F3F3F3 url(images/body.png) repeat-x;
  font-family:Georgia,Myriad Pro,Verdana,Tahoma,sans-serif;
}

.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

.page-item a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.columns{
    height: 300px;
    overflow-y:scroll;
  }
}
.tagscloud{background-color:#E2E2E2;}

.tagscloud ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagscloud ul li {
  display: inline-block;
  margin: 0 .3em .3em 0;
  padding: 0;
}
.tagscloud ul li a {
  display: inline-block;
  max-width: 180px;
  height: 28px;
  line-height: 28px;
  padding: 0 1em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}
.tagscloud ul li a:hover {
  background-color: #3498db;
  border: 1px solid #3498db;
  color: #fff;
}

.game-card {min-height: 180px;}
.card-body-game {padding: 0.25rem 1.25rem 0.25rem 1.25rem}

a:link,a:visited{text-decoration:none;}

#ktestContent img{border:1px solid #666;}
#ktestContent img:hover{border:1px solid #FFF;}

.fw_article_text img{max-width:100%;height:auto}

iframe {width:100% !important;}
.search-icon{color:rgba(255,255,255,.5);}
.search-icon:hover{color:rgba(204,206,207);}

.gamebox {
  background-color:rgba(226,226,226); 
}

.gamebox:hover {
  background-color:rgba(243,243,243); 
}

#gmswf {width:100% !important;}

.ads_top_header { width: 320px; height: 100px; }
.ads_header { width: 368px; height: 280px }
@media(min-width: 500px) { .ads_header { width: 468px;} .ads_top_header { width: 468px; height: 60px; } }
@media(min-width: 800px) { .ads_header { width: 728px;} .ads_top_header { width: 728px; height: 90px; } }

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ads-margin{margin-top: 30px; margin-bottom: 30px;}
</pre></body></html>