.specsheet {

	margin: 10px 0px;
}

.specsheet .category {
	
	border: none;
}

.specsheet .l-note-group {

	padding: 5px 25px; 
	display: inline-block;
	vertical-align: top;
}

.specsheet .l-note-group a {

	color: blue !important;
}

.specsheet .group {

	margin: 5px 0px;
	float: left;
	width: 100%;
}

.specsheet .group .group-name {

	font-weight: bold;
	float: left;
	width: 100%;
}

.specsheet .group .item {

	margin: 2px;
	float: left;
	width: 100%;
	padding: 2px;
}

.specsheet .group .item:not(.has-link):hover {

	background-color: lightgrey;
	cursor: pointer;
}

.specsheet .group .item .item-add-text {

	display: none;
}

.specsheet .group .item .item-date {

	float: left;
	width: 10%;
	text-align: right;
}

.specsheet .group .item .item-ext {

	display: none;
}

.specsheet .group .item .item-flag {

	float: left;
	width: 5%;
	min-height: 1px;
	text-align: center;
}

.specsheet .group .item .item-flag .flag {

	margin-top: 3px;
}

.specsheet .group .item .item-name {

	float: left;
	width: 80%;
}

.specsheet .group .item .item-new {

	float: left;
	width: 5%;
	text-align: center;
	color: red;
	font-style: italic;
	font-weight: bold;
	min-height: 1px;
}

.specsheet .group .item .item-tags {

	display: none;
}

.specsheet .linked {

	color: #007AC3;
}

.specsheet .specsheet-permalink {

	float: right;
	color: lightgrey;
	padding: 5px;
	margin: 5px;
}

.specsheet .specsheet-permalink a {

	color: lightgrey;
}

.specsheet .ui-state-active:hover a {

	color: #f89c42 !important;
}

.specsheet-loading-container {

	float: left;
	width: 100%;
	text-align: center;
}

.specsheet-loading {

	position: relative;
	padding: 5px;
}

.specsheet-loading-text-container {

	position: absolute;
	top: 0px;
	width: 100%;
}

.specsheet-loading-text-container .specsheet-loading-text {

	display: block;
	text-align: center;
	color: #F89C42;
	font-weight: bold;
	padding: 10px;
}

.loading .loading-image {

	text-align: center;
	padding: .2em;
}

.loading .loading-message {

	text-align: center;
	padding: .2em;
}

/**
	MEDIA QUERIES
*/
@media all and (max-width: 768px) {

	.specsheet .group .item .item-date {

		width: 20%;
	}
	
	.specsheet .group .item .item-flag {
	
		width: 10%;
	}

	.specsheet .group .item .item-name {

		width: 60%;
	}

	.specsheet .group .item .item-new {

		width: 10%;
	}
}

@media all and (max-width: 400px) {

	.specsheet .group .item div:not(.item-name) {

		display: none;
	}

	.specsheet .group .item .item-name {

		width: 100%;
	}
}