/* general */
* {
	outline: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
/* Remove outline */
div, span, td, table, li, ul, a, button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
a, a:visited, a:focus, a:active, a:hover {
	outline: 0 none !important;
}
a {
	text-decoration: none;
}
audio,
canvas,
img,
video {
	vertical-align: middle;
}
:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}
html,
body {
	-webkit-font-smoothing: antialiased;
	min-width: 1200px;
	min-height: 800px;
	background: #000;
	color: #4e4e4e;
}
li {
	list-style: none;
}
p {
	padding: 0;
	margin: 0;
}
b,
strong {
    font-weight: bold;
}
i {
    font-style: italic;
}
em { 
	font-style: normal;
	text-decoration: none; 
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* generic helpers */
.abs {
	position: absolute;
}
.fixed {
	position: fixed;
}
.fs {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hidden {
	visibility: hidden;
}
.disable {
	display: none; 
}

/* tumblr controls */
.tmblr-iframe,
.tmblr-iframe--controls,
.iframe-controls--desktop,  {
	top: -100px;
	display: none !important;
	visibility: hidden !important; 
}
#tumblr_controls, 
#iframe_controls {
	display: none !important;
	visibility: hidden !important; 
}