/*custom style overwrites */

@font-face {
	font-family: 'Source Sans Pro';
	src: url('/assets/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf');
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('/assets/fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf');
	font-weight: 700;
}

body {
	margin-bottom: 130px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

p, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
}

html {
	position: relative;
	min-height: 100%;
}

samp, pre, code {
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 15px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 130px;
}

.gravatar {
	border-radius: 50%;
	margin: -1px;
}

mark {
	color: #3B9AD9;
	background-color: inherit;
}

pre {
	background-color: inherit;
	border: none;
}

pre code {
	color: rgb(0, 255, 0);
}

.impersonation-floater {
	position: absolute;
	bottom: 0;
	right: 30px;
	z-index: 1;
}

a:hover {
	cursor: pointer;
}

/*ss-icon align*/
.ss-icon {
	vertical-align: middle;
}
