html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #313131;
  font-size: 62.5%;
  line-height: 1;
}

#fixtop {
  background: #4f4a41;
  width: 100%;
  padding: 0px 0 0px 0;
  text-align: center;
  height: 0px;
  overflow: hidden;
  position: fixed;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  transition: height 0.5s linear;
}
#fixtop a {
  color: #fff;
  line-height: 1.25em;
  text-decoration: none;
  opacity: 0.5;
  font-weight: bold;
}
#fixtop a:hover {
  opacity: 1;
}
 
#tophiddenbar {
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px 0;
  font-size: 15px;
  text-align: center;
  text-shadow: 1px 1px 0 #444;
}
#tophiddenbar a {
  color: yellow;
  font-size: 15px;
  text-decoration: none;
  opacity: 0.5;
  text-shadow: none;
}
#tophiddenbar a:hover { opacity: 1; }
 
#fixtop:hover { height: 40px; }
.anko-action {
    background: none repeat scroll 0 0 #4f4a41;
    border-radius: 0 0 2px 2px;
    color: #fff;
    cursor: pointer;
    height: 30px;
    position: fixed;
    right: 10px;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 30px;
    z-index: 999999;
}
.anko-action:before{
	content: "+";    
    font-size: 20px;
    line-height: 30px;
	font-weight: bold;
}