div.navbar-inverse {
	background-color: #f0f0f0;
	text-transform: uppercase;
	border-bottom: 1px solid gray;
	height: 20px;
	/* line-height: 18px; */
	overflow: hidden;
	white-space: nowrap;
}

div.navbar-inverse div#no-more {
	width: 92vw;
	overflow: hidden;
}

div.navbar-inverse div#no-more div#bullhorn-announcement {
	float: left;
	width: 150px;
	overflow: hidden;
}

div.navbar-inverse div#no-more div#bullhorn-announcement div.scroll-left {
	float: left;
	width: 500px;
}

div.navbar-inverse a#more {
	float: right;
	position: absolute;
	top: 0px;
	right: 10px;
}

@media screen and (max-width:1023px) {
	div.navbar-inverse a#more {
		visibility: hidden;
	}
	div.navbar-inverse div#no-more {
		width: 100%;
	}
	#right-content {
		width: calc(100% - 300px) !important;
		margin-left: 0px;
	}
	#toggle-sidebar {
		visibility: hidden;
	}
}

div.navbar-inverse a#more span.glyphicon-chevron-right {
	font-size: 13px;
}

ul.nav-tabs#header {
	background: #CEE3F8;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

img#turkish-coffee {
	height: 40px;
	margin-top: 36px;
	margin-left: 2px;
	position: relative;
	z-index: 1;
	margin-bottom: -50px;
}

img#site-logo {
	height: 30px;
	margin-top: 46px;
	margin-right: 10px;
	margin-left: -15px;
}

ul.nav-tabs#header .glyphicon {
	font-size: 13px;
}

#right-content {
	background: none repeat scroll 0 0 white;
	color: black;
	float: left;
	padding-bottom: 10px;
	width: calc(100vw - 400px);
}

#sidebar {
	display: none;
	float: left;
	width: 8vw;
	position: relative;
	overflow: hidden;
}

#toggle-sidebar {
	position: absolute;
	left: 0;
}

#toggle-sidebar .show-sidebar {
	background: #fff;
	border: 1px solid #D2D2D2;
	border-top: 0;
	box-shadow: 0 0 1px #CCCCCC;
	color: #808080;
	cursor: pointer;
	float: left;
	font-family: Consolas, monospace;
	font-size: 12px;
	padding: 424px 0.2vw;
	text-shadow: 0 -1px #333333, 0 1px #FFFFFF;
	text-decoration: none;
}

#toggle-sidebar .close-sidebar {
	background: #fff;
	border: 1px solid #D2D2D2;
	border-top: 0;
	box-shadow: 0 0 1px #CCCCCC;
	color: #808080;
	cursor: pointer;
	float: left;
	margin-left: 9.5vw;
	font-family: Consolas, monospace;
	font-size: 12px;
	padding: 424px 0.2vw;
	text-shadow: 0 -1px #333333, 0 1px #FFFFFF;
	text-decoration: none;
}

#toggle-sidebar a:hover {
	background: #F7F7F7;
	border: 1px solid #D2D2D2;
	border-top: 0;
	box-shadow: 0 0 1px #CCCCCC;
	color: #808080;
	cursor: pointer;
	float: left;
	font-family: Consolas, monospace;
	font-size: 12px;
	padding: 424px 0.2vw;
	text-shadow: 0 -1px #333333, 0 1px #FFFFFF;
	text-decoration: none;
}

#sidebar {
	list-style-type: none;
	background: #F7F7F7;
	background-image: -moz-linear-gradient(center top, #F8F8F8, #E8E8E8);
	border: 1px solid #D2D2D2;
	border-top: 0;
	border-top: left;
	box-shadow: 0 0 1px #CCCCCC;
	height: 866px;
	margin-top: -10px;
}

#sidebar ul li {
	text-decoration: none;
	background: #E9F2FC;
	border: 5px solid #E9F2FC;
	margin-top: 10px;
}

#sidebar ul li a {
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration: none;
}

div.left {
	/*background-color: #369;*/
	height: 60px;
	width: 70px;
	float: left;
	text-align: center;
}

div.rank {
	/*background-color: #ffff99;*/
	height: 40px;
	width: 20px;
	float: left;
	text-align: center;
	padding-top: 4px;
}

div.digg {
	/*background-color: #ffff99;*/
	height: 40px;
	width: 40px;
	float: left;
	text-align: center;
	padding-top: 3px;
}

div.middle {
	/*Adaptive picture size*/
	/*background-color: #369;
    height: 80px;
    width: 80px;*/
	float: left;
	text-align: center;
}

div.link {
	margin-top: 15px;
}

div.rank>div {
	color: #c6c6c6;
	font-size: medium;
	text-align: right;
	margin-right: 10px;
	position: relative;
	top: -5px;
}

div.digg .score {
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 1.2px;
}

div.link-thumbnail {
	width: 124px;
	height: 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

a.link-title {
	text-decoration: none;
	color: blue;
}

span.link-domain, span.link-domain>a, small.details {
	color: #888;
}

small.details>a {
	color: #369;
}

div.link-actions {
	font-size: 13px;
}

div.link-actions a {
	color: #888;
	line-height: 1.6em;
}

div.link-title {
	position: relative;
	top: -3px;
	line-height: 18px;
}

div#comments-block {
	margin-top: 20px;
}

div#comments-solid-line {
	border-top: solid 1px rgba(0, 0, 0, .3);
	width: 100%;
}

small#sorting-text {
	color: #888;
}

button#submit_comment {
	margin-top: 10px;
	font-weight: bold;
	color: #888;
}

div#update_reply {
	margin: 0 0 10px 25px;
}

table.submit-form {
	background-color: #cee3f8;
}

.topic-suggestion {
	background: #CEE3F8;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #5F99CF;
	width: 100%;
	width: calc(100% - 2px);
	height: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.span8 {
	width: 64%;
}

div.live-preview {
	float: left;
	margin-top: 158px;
	margin-left: 5px;
	max-width: 24%;
}

div.live-preview2 {
	display: inline-block;
	;
	vertical-align: top;
	max-width: 50%;
}

div.live-preview3 {
	display: inline-block;
	;
	vertical-align: top;
	margin-left: 5px;
	max-width: 35%;
	font-weight: normal;
	color: #000;
}

textarea {
	resize: vertical;
}

div.reply-wrapper {
	margin-top: 15px;
}

div.reply-wrapper > .span8 {
	border-radius: 25px;
}

div.reply-wrapper ul, div.reply-wrapper ol {
	margin-bottom: 10px;
}

div.reply-wrapper pre {
	margin-bottom: 15px;
}

div.reply-header {
	color: #888;
}

.color-gray {
	color: gray;
}

a.reply-user-link {
	color: #369;
	font-weight: bold;
}

a.reply-down {
	position: absolute;
}

div.reply-content {
	display: inline-flex;
	margin-top: 4px;
	margin-left: 19px;
}

div.reply-content > span {
	display: inline-block;
}

div.reply-functions {
	color: #888;
	font-weight: bold;
	padding: 0 1px;
	margin-top: -10px;
}

div.hide_content {
	display: inline-flex;
}

.video {
	width: 100%;
	border: 1px solid black;
}

.video-wrapper {
	display: table;
	width: auto;
	position: relative;
	width: 50%;
}

.playpause {
	background-image: url(/assets/img/icons/2873-200.png);
	background-repeat: no-repeat;
	width: 50%;
	height: 50%;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	margin: auto;
	background-size: contain;
	background-position: center;
	opacity: 0.75;
}

.footer_col {
	min-width: 100px;
}

#footer-container {
	min-width: 800px !important;
}

#total-link-count {
	text-align: center;
  padding: 1px 0 1px 0;
	margin-bottom: 5px;
  background: repeating-linear-gradient(-45deg, #CEE3F8, #CEE3F8 5px, white 5px, white 10px);
	-webkit-animation: progress 2s linear infinite;
	-moz-animation: progress 2s linear infinite;
	animation: progress 2s linear infinite;
	background-size: 150% 100%;
}
@-webkit-keyframes progress{
  0% { background-position: 0 0; }
  100% { background-position: -70px 0px; }
}
@-moz-keyframes progress{
  0% { background-position: 0 0; }
  100% { background-position: -70px 0px; }
}
@keyframes progress{
  0% { background-position: 0 0; }
  100% { background-position: -70px 0px; }
}

#total-link-count > h5 {
	margin-top: -10px;
}

#recent-links {
	background-color: lightyellow;
	margin-bottom: 5px;
}

#recent-links > div {
	overflow: hidden;
	white-space: nowrap;
	font-style: oblique;
	font-size: 12px;
}

#recent-links > div > a > span {
	font-style: normal;
	font-size: 12px;
}

/* Fix dropdown covering comment box */
#sorting-text .dropdown-menu {
    z-index: 9999;
}
#comments-block .dropdown {
    position: relative;
}
#submit_comment {
    position: relative;
    z-index: 1000;
}
#content {
    position: relative;
    z-index: 1000;
}

/* Fix sidebar position */
.span3[style*="float:right"] {
    position: sticky !important;
    top: 10px !important;
    float: right !important;
    width: 280px !important;
    align-self: flex-start;
    z-index: 10;
}
