@font-face {
    font-family: 'Hagin Caps Thin';
    src: url('https://api.grokthedocs.com/static/font/hagin-caps-thing-webfont.eot');
    src: url('https://api.grokthedocs.com/static/font/hagin-caps-thing-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://api.grokthedocs.com/static/font/hagin-caps-thing-webfont.woff') format('woff'),
    url('https://api.grokthedocs.com/static/font/hagin-caps-thing-webfont.ttf') format('truetype'),
    url('https://api.grokthedocs.com/static/font/hagin-caps-thing-webfont.svg#hagin_caps_thinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poly';
    src: url('https://api.grokthedocs.com/static/font/poly-italic-webfont.eot');
    src: url('https://api.grokthedocs.com/static/font/poly-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://api.grokthedocs.com/static/font/poly-italic-webfont.woff') format('woff'),
    url('https://api.grokthedocs.com/static/font/poly-italic-webfont.ttf') format('truetype'),
    url('https://api.grokthedocs.com/static/font/poly-italic-webfont.svg#polyitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Poly';
    src: url('https://api.grokthedocs.com/static/font/poly-regular-webfont.eot');
    src: url('https://api.grokthedocs.com/static/font/poly-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://api.grokthedocs.com/static/font/poly-regular-webfont.woff') format('woff'),
    url('https://api.grokthedocs.com/static/font/poly-regular-webfont.ttf') format('truetype'),
    url('https://api.grokthedocs.com/static/font/poly-regular-webfont.svg#polyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 260px;
    padding: 20px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: white;
    color: black;
    font-family: "Poly", Helvetica, Arial, sans-serif;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

#pageslide > h1 h2 h3 h4 h5 {
  font-family: "Hagin Caps Medium";
}

#gtd-top {
	display: none;
	background-color: white;
	color: black;
}

#history {
	display: none;
	background-color: white;
	color: black;
}

.historylink {
	font-size: 10px;
}

#icon a {position: fixed; background-color: #272525; color: #fcfcfc; top: 60px; right: 5px; height: 20px; width: auto; }