form.group-projects {
	padding: 10px 0;
	overflow: hidden;
}

#accordion h3 {
	border-bottom: 1px solid #999;
}

#accordion h3 i {
	margin-top: 3px;
}

.size-decline {
	color: #633;
	text-decoration: line-through;
	font-weight: 700;
}

.previous-inactive {
	display: none;
}

.next-inactive {
	display: none;
}

.next {
	float: right;
}

#project_search_cont {

	display: flex;
	background-color: white;
	flex-direction: row;
}

#project_search_cont label {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px 20px 25px;
}

#project_search_cont label input {
	margin: 0 0 0 5px;
}



#projects .ui {
	padding: 0 0 20px 0;
}

#projects h1 {
	margin-bottom: 20px;
}

#projects form .first {
	margin-left: 0;
}

#projects .span4 {
	float: left !important;
	width: 225px;
	margin-left: 0;
}

#projects .span4:last-child {
	width: 65px;
}

#projects .span4 input[type=text] {
	color: red;
}

#projects .search-btn {
	margin-top: 23px;
}

#table-form td {
	padding: 30px;
}

#table-form input {
	padding: 5px;
}