* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  overflow-y: auto;
}

.widget {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 14px 18px 18px;
}

#stories {
  width: 100%;
}

.story {
  padding: 0 0 13px;
  margin: 0 0 13px;
  border-bottom: 1px solid #ddd;
}

.story:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.story-title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.story-title a {
  color: #005cb9;
  text-decoration: none;
}

.story-title a:hover,
.story-title a:focus {
  text-decoration: underline;
}

.story-date {
  margin: 2px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #555;
}

.status {
  margin: 0;
  font-size: 14px;
  color: #666;
}

@media (max-width: 480px) {
  .widget {
    padding: 12px 14px 16px;
  }

  .story-title {
    font-size: 15px;
  }

  .story-date {
    font-size: 13px;
  }
}
