#contact {
  font-size: larger;
  margin: 1em 0.5em 1em 0.5em;
  text-align: center;
  width: 100%;
}

#front_page {
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
}

.heavy {
  font-weight: bold;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.imgItem {
  max-height: 275px;
}

#popular_page_list li {
  text-align: left;
}

.subTopicLabel, .topicLabel {
  color: white;
  background-color: #666;
  font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, san-serif;
  margin-bottom: 0;
  margin-left: -0.5em;
  margin-right: -1em;
  margin-top: 0;
  padding: 2px 0 2px 0.5em;
}

.subTopicLabel {
  color: #444444;
  background-color: #d0cfcf;
  margin-top: 1em;
}

.topic {
  margin-right: 10px;
  overflow: hidden;
  padding: 0 0.5em 0.5em 0.5em;
  text-align: justify;
}

.topic .imgItem {
  margin: 0 auto;
}

.topic .imgWrapper {
  float: right;
  height: auto;
  margin: 0 8px 0 1em;
  width: 120px;
}

.topicLabel {
  margin-bottom: 6px;
}

.topicLabel > .subTopicLabel:first-child {
  margin-top: 0;
}

.topicLabel a,
.topicLabel a code {
  color: #c0e6fb;
}

.topicLabel a:hover,
.topicLabel a:hover code {
  color: #FFE59F;
}

.topicLabel ol li,
ol li .topicLabel {
  padding-left: 1.75em;
}


@media all and (max-width: 600px) {
  .topic {
    height: 280px;
    text-align: left;
    width: 100%;
  }
}

@media not all and (max-width: 600px) {
  .topic {
    height: 200px;
    width: 500px;
  }
}
