﻿.story-title {
  text-align: center;
  color: #2c3e50;
  font-size: 2em;
  margin-bottom: 0.2em;
}
.story-subtitle {
  text-align: center;
  color: #777;
  font-weight: normal;
  font-size: 1.2em;
  margin-top: 0;
}
.story-date {
  text-align: center;
  color: #999;
  font-size: 0.9em;
  margin-bottom: 2em;
}
.story-paragraph {
  margin-bottom: 1em;
  text-indent: 2em;
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}
.story-2paragraph {
  margin-bottom: 1em;
  text-indent: 2em;
  margin-left: 2em;
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}
.story-hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 4em 0;
  height: 1px;
  width: 100%;
}
.story-footer {
  text-align: center;
  margin-top: 3em;
  font-size: 0.9em;
  color: #999;
}
.story-oneline{
  width: 95%;float:left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}

.story-table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.5em 0;
  font-size: 15px;
}
.story-table th,
.story-table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
}
.story-table th {
  background-color: #f5f5f5;
  font-weight: bold;
}
.story-quote {
  border-left: 4px solid #cccccc;
  padding: 10px 15px;
  background-color: #f9f9f9;
  margin: 1.5em 0;
  color: #555;
  font-size: 15px;
  line-height: 1.6em;
}
.story-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
  margin: 1.5em 0 0.8em 0;
  border-left: 4px solid #4CAF50;
  padding-left: 10px;
}
.story-subheading {
  font-size: 1.1rem;
  font-weight: 500;
  color: #444;
  margin: 1.2em 0 0.6em 0;
  padding-left: 8px;
  border-left: 3px solid #ccc;
}
