@media (min-width: 768px) {
	.input-group .input-group-btn {
		width: 1% !important;
	}
}

body {
	padding: 20px;
}

.input-group {
	width: 100%;
}

.pagination li {
  padding:5px;
}

ul.list {
	list-style: none;
	padding: 0;
}

.number-items {
	float: right;
}

.number-items-text {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: default;
	background-image: none;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	color: #428bca;
	background-color: #fff;
	border: #ccc;
	position: relative;
	float: left;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-style: solid;
	border-width: 1px;
	border-right-width: 0px;
}

.number-items .caret {
	color: #428bca;
}

ul.nav li:first-child {
	border: none;
}

#faq-container {
	border-bottom: 1px solid #ddd;
}

.top-nav {
	width: 500px;
	border-bottom: 0px solid black;
	float: left;
}

.tab-content,
.feedback-success {
	margin: 0 -15px 10px -15px;
}

.list-group-item:first-child{
	height: 42px;
}

h4.color{
	color: black;
}

li.FAQs > a{
	text-decoration: none;
}

.modal-backdrop.show{
	opacity: .5;
}