body {
	color: #333;
	font: 100% 'Segoe UI', Arial, sans-serif;
	background: #f0f0f0;
}

div {
	padding: 5px 5px 5px 5px;
}

h3 {
	margin-top: 10px;
	color: #0056b3;
  font-weight: bold;
}

h6 {
	color: #0056b3;
    font-weight: bold;
}

p {
  margin-top: 10px;
}

.img {
  display: block;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 10px;
}

.img-item {
  display: inline-block;
  border: 5px solid #fff;
  /*box-shadow: 0 0 10px #9e9e9e;*/
  /*max-width: 100%;*/
  /*height: auto;*/
}