body {
	background-color: white !important;
}
.container{
	background-color: white ! important;
}	
.img-fluid{
	min-width: 325px !important;
	max-width: 350px !important;
}
/* Added by Kathy 11/26/19 */

.cs_button_panels {
  padding: 0.1em !important; 
  max-width: 100%;
}
.cs_labelonly {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  margin-top: 1em !important;
  display: block;
}

/* 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: 400px !important;
	max-width: 400px !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: 400px !important;
	max-width: 400px !important;
}
/* makes lookup panel thinner */
.rounded {
    max-width: 90%; !important;
	margin-left: auto; !important;
	margin-right: auto; !important;
}
}