/* @group Resume */

.resume {
  display: block;
  margin: 0px;
  height: 100%;
  background: url("../images/article_background.png") repeat-y;
  padding: 10px;
  width: 585px;
}

.resume .resume_item {
  padding: 10px;
}

.resume .line {
  font-weight: bold;
}

/* @end */

/* @group Section */

.title {
  font-size: large;
  font-weight: bold;
  color: #130b08;
  width: 100%;
  text-align: center;
  clear: both;
}

/* @end */