body{
  height:100%;
  padding:0;
  font-family:"Cherry Swash", Georgia, serif;
  letter-spacing:0.5px;
}

.sanchez{
  font-family:"Sanchez";
}

.hideme{
  display:none;
}

.scrolly{
  overflow-y:auto;
}

.flippy{
  transform:scaleX(-1);
}

.centered{
  margin-left:auto;
  margin-right:auto;
  display:block;
  text-align:center;
}

#s-m-t-tooltip{
  /* basic */
  max-width:333px;
  z-index:999999999999999999;
  margin:24px 14px 7px 12px;
  /* style and design */
  padding:9px;
  background:#222; /* fallback if rgba not supported */
  background:rgba(0,0,0,0.8);
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  -webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  /* font */
  font-family:"Roboto";
  font-size:0.9em;
  line-height:1.2em;
  color:white;
}