body.node-type-url .node-content .field {
	clear: left;
	float: left;
	font-family: Bebas;
	font-size: 14px;
	margin-top: 10px;
	width: 29%;
	word-spacing: 3px;
}

body.node-type-url .node-content .field .field-label {
	color: #999999;
	font-weight: normal;
}

body.node-type-url .node-content .field .conclusions {
	font-size: 80%;
}

.blocked,.restricted, .not-blocked {
	background-repeat: no-repeat;
	background-size: 0 0;
	border: thin solid #eee;
}

.blocked {
  background-image: url("/sites/default/files/red1x1.png");
  border-color: #d71c10;
}

.restricted {
  background-image: url("/sites/default/files/yellow1x1.png");
  border-color: #f1f320;
}

.not-blocked {
	border-color: green;
}