.table-bordered,
.table-bordered th,
.table-bordered td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.table-fullwidth { width: 100%; }
.table-halfwidth { width: 50%;  }
.post-content p { margin: 0 0 1.25rem; }
/* Paragraph spacing for blog posts */
.prose p { margin-bottom: 1.25rem; }

