
.space-10 { height: 10px; }
.space-25 { height: 25px; }
.space { height: 50px; }

.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }

.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.smaller-title {
	font-size: 30px;
}
#low-go {
	padding: 15px 0 15px 0;
	max-width: 120px;
}
@media (max-width: 480px) {
	#low-go {
		margin: 0 auto;
	}
}
#npmd-banner,
.stream-banner {
	padding: 10px 0px;
	max-width: 100%;
}
#back_to_top {
    display: none;
    float: right;
    position: fixed;
    bottom: 6%;
    right: 4%;
    color: black;
}
#back_to_top:hover {
	cursor: pointer;
}
.interacty-banner {
	padding: 0;
}
#q2p_sort {
	margin: -1px 0 10px 0;
}

#voting_iframe {
	width: 100%;
	min-height: 600px;
	height: 100%;
}

.q2p-comment-content {
	font-size: 15px;
}

.comment-avatar {
	max-height: 60px;
	margin-left: 12%;
}

.comment-username {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 0;
	margin-left: 12%;
}

.comment-table {
	font-size: 12px;
	margin-bottom: 0;
	margin-left: 12%;
}

.comment-time {
	font-size: 12px;
	margin-bottom: 0;
	margin-left: 12%;
}

.btn-xs {
	min-width: 60px;
	padding: 3px;
	border-radius: 10%;
	font-weight: bold;
}

.like-btn {
	font-size: 12px;
	background: white;
	color: black;
	border: 1px solid black;
	text-transform: none;
}

.btn-liked,
.btn-liked:active,
.btn-liked:focus {
	background: black;
	color: white;
    border-color: black;
}
.btn-liked:hover {
	color: white;
}

.comment-likes {
	margin: 13px 0;
}

/*
Polfed NPMD Colours
*/
.btn-default {
	font-size: 16px;
	font-weight: 600;
	background: #343A84;
	color: white;
	border-color: #343A84;
}
.btn-default:hover {
	background: white;
	color: #343A84;
}
.avatar {
	font-size: 42px;
	display: block;
	text-align: center;
	color: #343A84;
}

.nav-pills>li.active>a {
	background-color: #343A84 !important;
}

.nav-pills>li {
	margin-right: 20px;
	border-radius: 5px;
}

	.nav-pills>li a {
		border-radius: 5px;
		background: #6670ed;
		color: #fff;
	}
	
		.nav-pills>li a:hover {
		border-radius: 5px;
		border: solid 1px #6670ed;
		background: #efefef;
		color: #343A84;

	}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	border-top-color: #343A84;
	
}

.nav-stream {
	position: relative;
	margin: 10px 0;
}

#post-form {
	margin-bottom: 35px;
}

.box-social-post {
	border: 1px solid #dadee6 !important;
	/*border-top-color: #343A84 !important;*/
	border-top: 2px solid #343A84 !important;
}

	.box-social-post > .box-footer {
		background-color: #fbfbfb;
	}

.post-wall-post {
	margin-top: 10px;
	margin-bottom: 15px;
}

.post-comment-input {
	margin-bottom: 0 !important;
}

.page-header {
	border-bottom: 1px solid #343A84 !important;
}

.comment:not(:last-child) {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}

.comment-reply-block {
	margin-left: 35px;
	border-left: 3px solid #999;
	margin-top: 15px;
	padding-left: 15px;
}

.comments-block {
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 10px 0;
}

.comments-block > .media-body:not(:last-child) {
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}

#iframe-social-wall {
	height: 600px;
	margin-bottom: 35px;
}

@media (max-width: 768px) {

	.nav-stream {
		position: relative;
		/*top: -58px;*/
	}

	.nav>li>a {
		position: relative;
		display: block;
		padding: 2px 9px;
	}

	.nav-pills>li {
		margin-right: 0px;
		border-radius: 5px;
	}
}

.photo-input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.post-photo-block {
	margin-bottom: 10px;
}

.post-photo {
	max-height: 150px;
	width: auto !important;
}
