
.article-title {
    color: #444444;
  }

a.article-title:hover {
color: #428bca;
text-decoration: none;
}

.article-content {
white-space: pre-line;
}

.article-img {
height: 65px;
width: 65px;
margin-right: 16px;
}

.article-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3;
}

.article-metadata a:hover {
color: #333;
text-decoration: none;
}

.article-svg {
width: 25px;
height: 25px;
vertical-align: middle;
}

/* Styling for Legal Texts */
.nm {
  margin-bottom: 0
}
.lt-header {
  margin-bottom: 0.75rem;
}

ul.lt-list {
  margin: 0;
  padding-left: 0;           /* remove default indent */
  list-style-position: inside;
}

ul.lt-list > li {
  padding-left: 1.8em;       /* space for bullet */
  text-indent: -1.5em;       /* hang bullet into the margin */
}

.simple-2x4 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

.simple-2x4 td {
  vertical-align: top;
  padding: 0.75rem;
  border: 1px solid black;
}

.simple-2x4 th {
  padding: 0.75rem;
  border: 1px solid black;
}

.simple-2x4 td > :first-child { margin-top: 0; }
.simple-2x4 td > :last-child  { margin-bottom: 0; }
