#inner_container {
	padding: 0;
}

a:hover {
	text-decoration: none;
}

a .company {
	width: 100%;
	padding: 10px 20px 10px 20px;
	display: flex;
	background-color: #282828;
	color: white;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	flex-wrap: wrap;
}

#register_info {
	margin-bottom: 10px;
	opacity: 0.6;
}

.companies_group a:last-child .company {
	border: none;
}

.name {
	font-size: 1.4em;
	width: 100%;
}

.score {
	padding-top: 4px;
	display: flex;
	justify-content: flex-start;
	align-content: flex-end;
	width: auto;
}

.score img {
	width: 20px;
	height: 20px;
	position: relative;
	top: -3px;
	margin-right: 3px;
}

.score img.gray {
	filter: grayscale(100);
}

.score div {
	padding-left: 5px;
}

.reviews {
	width: auto;
	padding-top: 4px;
}

#search {
	padding: 10px 20px 10px 20px;
	background-color: #282828;
}

#txtSearch {
	width: 100%;
}

.headline {
	padding: 10px 20px 10px 20px;
	background-color: rgba(0, 0, 0, 0.2);
	text-align: center;
	font-size: 1.3em;
	text-transform: uppercase;
}

#list_info {
	padding: 10px 20px 10px 20px;
	background-color: rgba(0, 0, 0, 0.2);
}