.showMoreInformation{
  display:inline;
}
.hideMoreInformation{
  display:none;
}
.widget {
    margin: 27px 6.75px 0px;
    margin: 1.5rem 0.375rem 0rem;
}
.widget-row > :last-child, .widget-row > :last-child > :last-child, .widget-row > :last-child > :last-child > :last-child, .widget-row > :last-child > :last-child > :last-child > :last-child {
	margin-bottom: 0px !important;
}
.widget-heading{
border-bottom:solid 1px #ddd;
}
body{
	background-color:#fff;
}
.ltgreen{
	background-color: rgb(234, 244, 241);
}