Css
@import url(http://d3g0gp89917ko0.cloudfront.net/v--edac79f846ba/common--theme/flannel-nature/css/style.css);
 
@font-face{
    font-family:'Avenir Medium';
    src:url("https://s3.eu-west-2.amazonaws.com/amttf/Avenir-Medium.ttf")
}
 
@font-face{
    font-family:'Avenir Book';
    src:url("https://s3.eu-west-2.amazonaws.com/amttf/Avenir-Book.ttf")
}
 
#page-options-bottom{
/* If you want to enable the Edit button to edit pages, comment out the following line: */
    /*display:none; */
}
 
html, body, #html-block-html { height: 90%; }
 
html#html-block-html, html#html-block-html body {
  color: red !important; 
  font-family: "Avenir Book" !important;}
 
div.choose-your-game-buttons{ 
    width: 300px !important;
    height: 200px !important;
    background-color: black !important;
}
 
#header{
    /*display:none;*/
    background: url(https://s3.eu-west-2.amazonaws.com/amttf/banner-small-help.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: none;
    border-bottom-style: none;
    background-position: center top;
}
 
#footer {
    display:none !important;
    /*background-color:white;
    background-image:none;*/
}
 
#page-options-container {
    display:inline;
}
 
.page-watch-options{
    display:none;
}
 
#page-info{
    display:none;
}
 
#search-top-box{
    display:none
}
 
#top-bar{
    display:none
}
 
#login-status{
    display:none
}
 
#header-extra-div-1{
    display:none
}
 
#header h1{
    display:none
}
 
h1, h2, h3, h4, h5, h6 {
    font-family: Avenir Medium;
    font-size: 22px;
    color: #444;
    font-weight: bold;
}
 
h1{
    text-transform: uppercase;
    font-size: 26px;
    border-bottom: none;
    margin-top: 40px;
}
 
h2, h3, h4, h5, h6 {
    margin-top: 30px;
        margin-left: 10px;
}
 
h4, h5, h6{
    font-weight: normal;
}
 
#page-title{
    font-family: Avenir Medium;
    text-transform: uppercase;
    font-size: 26px;
    color: #444;
    text-align:left;
    border-bottom: none;
    font-weight:500
}
 
#html-body{
    font-family:  Avenir Book;
    font-size: 16px;
}
 
#body{
    font-family:  Avenir Book;
    font-size: 16px;
}
 
#page-content > ul > li {
    margin-top: 20px;
}
 
#license-area{
    display:none;
}
 
#side-bar {
    background-color: transparent !important;
    font-family: 'Avenir Medium';
    text-transform: uppercase;
    border-top: 0;
    border-bottom: 0;
}
 
p { 
    margin:10px;
}
 
#side-bar a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  background-color: #ccc;
  color:            #222;
} 
 
#side-bar a {
  text-decoration:  none;
  } 
 
#side-bar a:link    {
  } 
 
#side-bar a:visited {
  /* Applies to all visited links */
  } 
 
#side-bar a:active  {
  } 
 
.fixed-width-container {
  color: blue;
  width: 880px;
  margin: 0 auto;
}
 
tt {
  font-family: "Courier New", Courier, monospace; 
  background-color: lightyellow;
  border: 1px solid grey;
  border-radius: 2px;
  font-size: 90%;
  padding: 0 4px;
}
 
.inlinecode {
  font-family: "Courier New", Courier, monospace; 
  background-color: lightyellow;
  border: 1px solid grey;
  border-radius: 2px;
}
 
.code {
  margin: 0.4em 0 0.4em 30px;
}
 
#toc-list div {padding: 4px 0;}
#toc-list {
counter-reset: section;
}
#toc-list div::before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}
 
#content-wrap {
    background-color: #f4f4f4;
}
 
#main-content {
    background-color: #ebebeb;
    padding-left: 40px;
}