/*
*	Main CSS file for Spec-DB plugin
*/
.spec-select-container .spec-selection,
.spec-select-container .finish-selection,
.spec-select-container .company-selection{
	margin: 10px 0;
}
.spec-select-container ul{
	list-style: none !important;
}
.spec-select-container li.spec-info{
	padding: 10px 0;
}
.spec-select-container li.spec-info div{
	width: 25%;
	min-height: 10px;
	overflow-wrap: break-word;
	float:left;
}
.submit-container{
	padding:10px;
}
div.error p strong{
	color:red;
}
#spec-select{
	margin-bottom:10px;
}
.spec-id {
	clear: both;
}
.single-spec-wrapper .single-info span{
	font-weight: bold;
}
.select-title{
	font-weight: bold;
	padding-bottom: 5px;
}