/* HTML 1*/

.html-container-1 {
  padding: 8px;
  margin-bottom: 15px;
  color: #FFFF55;
  font-size: 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #209ad6; /* Old browsers */
  background: -moz-linear-gradient(top,  #209ad6 0%, #0063af 100%, #cfcfcf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#209ad6), color-stop(100%,#0063af), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209ad6', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}

.petrus-html-title-1 {
  color: #FFFF55;
  font-size: 14px;
}