body {
	padding-top: 70px;
}

pre {
	overflow: auto;
	word-wrap: normal;
	white-space: pre;
	font-family: "Courier New", "Courier", monospace;
	line-height: 1;
}

video {
	margin-bottom: 10px;
}

.thumbnail {
	margin-bottom: 10px;
}

.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 5px;
}

.caption p {
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
	padding: 5px;
	color: rgb(255, 255, 255);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-align: center;
	font-weight: bold;
}

.btn-group-margin {
	margin-bottom: 4px;
}

/* Twitter Typeahead */
.tt-dataset-query {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: rgb(85, 85, 85);
	background-color: rgb(255, 255, 255);
	border-radius: 0 0 4px 4px;
	width: auto;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-top: none;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	cursor: pointer;
	min-width: 170px;
}

/* Bootstrap 3 Searchbar Fix and Twitter Typeahead */
.navbar form {
	border: none;
}

.twitter-typeahead {
	width: 100%;
}

.fix-search-button {
	display: none;
}

#typeahead.open {
	border-radius: 4px 4px 0 0 !important;
}

.fix-search-field {
	border-radius: 4px !important;
}

.nav > li > a {
	padding: 15px 5px 15px 5px;
}

@media (min-width: 768px) {
	.navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}

	.fix-search-button {
		display: inline-block;
		border-radius: 0 4px 4px 0 !important;
		margin-left: -5px;
	}

	.fix-search-field {
		border-radius: 4px 0 0 4px !important;
	}

	#typeahead.open {
		border-radius: 4px 0 0 0 !important;
	}

	.twitter-typeahead {
		width: initial;
	}

/*	.nav > li > a {
		padding: 15px 10px 15px 10px;
	}*/
}

@media (min-width: 992px) {
	.nav > li > a {
		padding: 15px 10px 15px 10px;
	}
}

/* Bootstrap Rating Input in 2Kb */
form.rating div {
	display: inline-block;
}

.rating-input {
	cursor: pointer;
}

/* Dropdown Menu Fallback */
.dropdown-fallback:hover > .dropdown-toggle {
	color: #555555 !important;
	background-color: #e7e7e7 !important;
}

.dropdown-fallback:hover > .dropdown-menu {
	display: block !important;
}

.dropdown-fallback > .dropdown-menu:hover {
	display: block !important;
}

/* Lazy Load */
img.lazy {
	display: none; /* !important; */
}

span.resolution {
    position: absolute;
    top: 5px;
    right: 20px;
    height: auto;
    width: auto;
    color: #f5f5f5;
    background-color: #333;
    font-size: 0.7em;
    border-radius: 0 0 0 0px;
    padding: 1px 4px 3px 4px;
    font-weight: bold;
    font-family: monospace;
}

span.fullhd:before {
	content: "1080p";
}

span.hd:before {
	content: "720p";
}

span.sd:before {
	content: "480p";
}
