.rmdimportant {
  padding: 1em 1em 1em 4em;
  margin-bottom: 10px;
  background: #f5f5f5 5px center/3em no-repeat;
  background-image: url("images/important.png");
}

.rounded {
  padding: 1em 1em 1em 1em;
  margin-bottom: 10px;
  background: #f5f5f5 5px center/3em no-repeat;
  border-radius: 20px;
}

#pkg::after {
  content: "";
  clear: both;
  display: table;
}

#pkg li{
    display: inline;
    float: left;
    width: 240px;
	height: 140px;
	border: 2px;
	border-style: solid;
	border-color: #20425a;
	border-radius: 5px;
	margin: 3px;
	padding: 3px;
	background-color: White;
}

#pkg h4{
	display: block;
	background-color: #20425a;
	color: White;
	margin-top: -3px;
	margin-right: -3px;
	margin-left: -3px;
	margin-bottom: 0px;
	padding: 3px;
	font-size: initial;
}

#pkg h4 a{
	color: White;
}

#pkg_header{
	text-align: center;
	margin-bottom: 0px;
}
