body {
	background-color: white !important;
}
.container{
	background-color: white ! important;
}
.img-fluid{
	min-width: 325px !important;
	max-width: 350px !important;
}
/*
.section-header {
    margin: 0% 0% 0% 0% !important;
    padding: 0% 1% 0% 1% !important;
}
*/

#hdr_text {
    margin-top: 0px !important;
}
*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
.img-fluid {
    min-width: 350px !important;
	max-width: 350px !important;
}
/* makes lookup panel thinner */
.rounded {
    max-width: 90%; !important;
	margin-left: auto; !important;
	margin-right: auto; !important;
}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.img-fluid {
    min-width: 350px !important;
	max-width: 350px !important;
}
/* makes lookup panel thinner */
.rounded {
    max-width: 90%; !important;
	margin-left: auto; !important;
	margin-right: auto; !important;
}
}