#results {
    position: absolute;
    z-index: 9;
    background: white;
    width: 100%;
    /*border: 1px solid #e2054a;*/
    border: 1px solid #ccc;
    margin-top: -15px;
    max-height: 50vh;
	overflow-y: scroll;
	display: none;
}

.black-bg {
    z-index: 1010 !important;
    opacity: 0.7 !important;
    background: black;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.loading img {
	width: 32px;
}

.content-left img {
    max-height: 50px;
}

.content-right {
    padding-left: 1rem;
    flex: 60%;
}

.searchPrices {
    flex: 10%;
}

.searchPrices p {
    margin: 0;
    font-size: 0.9rem;
    color: #008000;
    font-weight: bold;
    text-align: center;
}

.searchSW
{
	position: relative;
	width: 100%;
	z-index: 1020 !important;
}

.list-group-item {
    display: flex;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-bottom: 1px dotted #ccc;
}

.list-group-item:hover {
    background: #f5f5f5;
    box-shadow: 0px 0px 5px 0px #ccc;
    transition: box-shadow 0.2s;
}

.content-right .list-group-item-heading {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 2rem;
    font-size: 1rem;
}

.content-right .list-group-item-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.8rem;
    line-height: 1rem;
}

.search-field-right {
    position: absolute;
    right: 0;
    top: 0;
}

.search-submit {
    display: block;
    height: 41px;
    width: 60px;
    border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	font-size: 1.5rem;
	background: #e2054a;
}

.search-submit img {
    max-height: 32px;
}

p.empty 
{
	color: #e2054a;
}

p.error
{
	color: red;
}