img {
  padding: 5px 0 5px 0;
	}

div.figure {
  text-align: center;
  border: 2px solid #a0b80d; /* tmavší odstín zelené */
  background-color: transparent;
  -moz-border-radius: 10px;
  margin: 0 0 10px 0;
	}

div.figure:hover {
	background-color: #bbd711; /* trochu světlejší zelená */
	}

p.caption {
  color: white;
	text-align: left;
	margin-left: 10px !important;
	}

