.news h2 {
  font-family: Georgia, Serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 20px 0 0 -16px;
  padding-bottom: 0;
  border-bottom: 1px dotted silver;
}

.news .byline {
  font-family: Verdana, Sans-Serif;
  font-size: 10px;
  font-weight: medium;
  color: #575757;
  margin-bottom: -3px;
  margin-left: -5px;
}

.news .dateline {
  font-family: Tahoma, Monospace;
  font-size: 10px;
  font-weight: medium;
  color: #7c7c7c;
  margin-bottom: -10px;
  margin-left: -5px;
}

.news .commentline {
  text-align: right;
  font-family: Verdana, Sans-Serif;
  font-size: 10px;
  color: gray;
  margin: 0 120px 30px 120px;
  border-top: 1px dotted silver;
}

.news .commentline a {
  text-decoration: none;
  color: gray;
}

.news .avatar {
  float: right;
  padding: 6px;
  margin: 4px;
  background: #e7e7e7;
}

.news .code, .news .quote {
	display: block;
	margin-left: 30px;
	margin-right: 130px;
	padding: 10px;
	border: 1px dotted silver;
	background: rgba(200,200,200,0.15);
	font-size: 11px;
}

.news .youtube {
	display: block;
	text-align: center;
}

.news .code {
	font-family: Menlo, Consolas, Monospace;
}

.news .quote {
	font-family: Verdana, Sans-Serif;
}

