@charset "utf-8";
.logo {
	background-color: rgba(53, 187, 28, 0.3);
	border: 1px solid rgb(57, 171, 111);
	border-radius: 2px;
}
img {
    page-break-inside: avoid;
  }
  img {
	max-width: 100% !important;
	
  }
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}