	}
label.container {
    font-size: 12px;
}
	.dropdown.dropdown-lg .dropdown-menu {
		margin-top: -1px;
		padding: 6px 20px;
	}
	.input-group-btn .btn-group {
		display: flex !important;
	}
	.btn-group .btn {
		border-radius: 0;
		margin-left: -1px;
	}
	.btn-group .btn:last-child {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.btn-group .form-horizontal .btn[type="submit"] {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	.form-horizontal .form-group {
		margin-left: 0;
		margin-right: 0;
	}
	.form-group .form-control:last-child {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	@media screen and (min-width: 768px) {
		#adv-search {
			width: 500px;
			margin: 0 auto;
		}
		.dropdown.dropdown-lg {
			position: static !important;
		}
		.dropdown.dropdown-lg .dropdown-menu {
			min-width: 500px;
		}
	}

	.small span{
		padding-right: 5px;
		padding-left: 5px;
		color: #847a7a;

	}
	img.img-responsive.waste {
    border: 1px solid #dedbdb ;
    padding: 3px;
    width: 85%;
    height: 140px;
    margin-left: 20px;
}
	img.img-responsive.waste:hover {
    border: 2px solid #adacac ;
    padding: 3px;
    width: 85%;
    height: 140px;
    margin-left: 20px;
}
.list-group-item list-group-item-action{
	line-height: 0em;
}
.list-group-item {

    padding: 0.35rem 1.0rem !important;
  
    
}
p.about{
	font-size: 13px;
}
a.list-group-item.list-group-item-action {
    height: 33px;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1em; height: 1em;
  border: 1px solid #a9a8a8;
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .2em; left: -.02em;
  font-size: 1em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: Helvetica, Arial, sans-serif;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {

}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}


.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem !important;
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
 ul.pagination.pull-right {
    margin-right: 210px;
}

a.list-group-item.list-group-item-action {
    font-size: 14px;
}
/* Useless styles, just for demo design */



.txtcenter {
  margin-top: 4em;
  font-size: .9em;
  text-align: center;
  color: #aaa;
}
.copy {
 margin-top: 2em; 
}
.copy a {
 text-decoration: none;
 color: #4778d9;
}

