@charset "utf-8";

body{
    overflow-x:visible;
    overflow:visible;
}

header nav,
.post-edit-link,
#newsList.newsList,
#footerInner,
.games_list_box,
.news_h2{
  display: none!important;
}

.entry-content img{
  max-height: 400px;
  max-width: 500px;
  width: auto;
}
header h1 {
    width: 300px;
    display: block;
  float: none;
    text-align: center;
    margin: auto;
}
article{
  width: 100%;
  width: 300px;
}