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

body {
	min-height: 100%;
}

html, body {
	margin: 0;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	position: relative;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #f8f8f8;
}

.content-container {
	padding: 50px 0;
	width: 100%;
}

.content {
	padding-bottom: 30px;
}

.wrapper {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 30px;
}

.navbar-container {
	padding-left: 30px;
	padding-right: 30px;
}

nav .container-fluid {
	max-width: 960px;
}

.alert {
	text-align: center;
	margin: 20px 0;
}

pre {
	margin: 20px 0;
	padding: 15px;
	font-weight: bold;
}

pre .output {
	font-style: italic;
	font-weight: normal;
}

x-func, x-out, x-arg, x-err, x-null, x-column, x-tab, x-term {
	background: #eee;
	padding: 1px;
	font-size: 90%;
	font-weight: bold;
}

x-func {
	color: #2d9f25;
}

x-arg {
	color: #4051b9;
}

x-out {
	color: #d8922f;
}

x-err {
	color: #c52929;
}

x-null {
	color: #777;
}

x-column {
	color: #d8922f;
}

x-tab {
	color: #4051b9;
}

x-term {
	color: #8c4590;
}

pre x-func, pre x-arg, pre x-out, pre x-err, pre x-null, pre x-column, pre x-tab, pre x-term {
	background: none;
	font-size: 100%;
}

a x-func, a x-arg, a x-out, a x-err, a x-null, a x-column, a x-tab, a x-term {
	color: inherit;
	background: none;
}

p {
	margin-bottom: 18px;
}

ul.spaced li {
	margin-bottom: 8px;
}

#sticker-container {
	width: 100%;
	position: relative;
	top: 0;
}

#sticker {
	position: absolute;
	top: 0;
}

footer {
	background-color: #f8f8f8;
	border-top: 1px solid #e7e7e7;
	color: #777;
	text-align: right;
	padding: 15px;
}

/* TEXT */

.text-orange {
	color: #f0ad4e;
}

.text-red {
	color: #d9534f;
}

.text-green {
	color: #5cb85c;
}

.text-blue {
	color: #337ab7;
}

.stars {
	position: relative;
	display: inline;
}
.star-outline {
	z-index: 1;
	display: inline;
	color: #d89400;
	position: relative;
}
.star-outline::before {
	content:'\2606';
    position: relative;
}
.star-fill {
	position: absolute;
	top: -1;
	left: 0;
	display: inline;
	z-index: -1;
}
.star-fill::before {
	content:'\2605';
    color: #ffc000;
}
.star-fill-half::before {
    position: absolute;
    width: 0.5em;
    overflow: hidden;
}

.center {
	text-align: center;
	margin: 0;
}

.panel-title {
	text-align: center;
}