/* body padding to prevent text from being hidden by top nav bar */
body {
    padding-top: 70px;
  }

.rounded-rectangle {
padding-top: 5px;
padding-bottom: 10px;
border-radius:5px;
}

label {
	display: inline-block
}

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}