.article {
  margin-top: 30px;
  width: 1011px;
}

.article img {
  float: left;
  padding-right: 9px;
  max-width: 150px;
  max-height: 200px;
}

.article .type {
  font-size: 90%;
  font-weight: bold;
  color: #787878;
}

.article .type hr {
  border: solid 1px #6dabc2;
  margin-bottom: 5px;
}

.article .article-title {
  color: #6dabc2;
  width: 100%;
  text-align: left;
}

.article .smaller {
  font-size: 90%;
  color: #000000;
}

.article .article-content {
  margin-left: 9px;
}

.article h4 {
  display: inline;
}

.article .posted {
  font-size: 90%;
  font-weight: bold;
}

.article .posted span {
  color: #6dabc2;
}

#results {
  float: left;
  margin: -50px 0 0 0;
}

#check-list {
  margin-top: 0;
}

#update-result {
  float: left;
  position: relative;
}

.checkbox {
  margin: 0;
  padding: 0;
  float: left;
  width: 33%;
  display: inline;
  clear: none;
  height: auto;
}

#article-content {
  width: 98%;
  padding: 0 10px 0 5px;
  margin: 0 10px 0 5px;
  float: left;
}

#article-content .writer {
  margin-top: -4px;
  font-weight: bold;
}

#article-content .writer span {
  color: #6dabc2;
}

#article-content img {
  padding: 5px;
}

#article-content div {
  margin-top: 10px;
  font-size: 95%;
}

#article-content p {
  margin: 1em 0 0 0;
}

.tags {
  margin: 10px 0 10px 0;
  font-size: 80%;
}

.tags a {
  font-weight: normal;
}

.tags ul {
  list-style: none;
}

.tags ul li {
  display: inline-block;
}

/*# sourceMappingURL=articles.css.map */
