/* Sticky footer styles
-------------------------------------------------- */

html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
	height: 60px;
}
#footer {
	background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}


#wrap > .container {
	padding-top: 10px;
}
.container .credit {
	margin: 20px 0 0;
}

code {
	font-size: 80%;
}

.nosel {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.page-header { position: relative; }
.page-header .site-version {
	position: absolute;
	top: 10px;
	right: 0px;
}
.socialShare, .version { float: left; }
.version { margin-left: 10px; }
.socialShare a {
	text-decoration: none;
	margin: 0px 4px;
	color: #888;
}
.socialShare a:hover { color: #333; }

#priceResult {
    padding: 5px 15px;
}

#priceResult * { color: #fff; }

#memory-tab {
    position: fixed;
    bottom: 0px;
    right: 20px;
}