@CHARSET "UTF-8";



.bar {
	background-color: gray;
	height: 20px;
	width: 20%; /*remove before usage*/
	max-width: 100%;
	display: block;
	margin: 3px 0px;
	float: left;
}

.s1 {
	background-color: orange;
}

.s2 {
	background-color: crimson;
}

.s3 {
	background-color: #78AB46;
}

.s4 {
	background-color: skyblue;
}

.s5 {
	background-color: darkblue;
}

table th, table td {
	/*padding:5px;*/
}

.well-sm {
	padding-bottom: 0;
}

.legend .bar {
	width: 20px;
	margin: 0px 5px 0px 20px;
	display: inline-block;
	float: none;
	vertical-align: bottom;
}

.legend .bar:first-of-type {
	margin-left:0px;
}

.thumbnail .btn {
	text-align: right;
}

/*
	///////////// Legend for sectors /////////////

	s1 = Apparel and textile
	s2 = Electricity and coal
	s3 = Food and agriculture
	s4 = Insurance
	s5 = Oil and gas
	
	*/

