/* Minimal layout helpers — visual style matches original FrontPage defaults */
body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
}

a {
  color: #00f;
}

.ic-brand {
  color: #f00;
}

.ic-layout {
  margin: 0;
  padding: 0;
}

.ic-sidebar {
  vertical-align: top;
  width: 34px;
  padding-right: 8px;
}

.ic-sidebar img {
  display: block;
  max-width: 30px;
  height: auto;
}

.ic-main {
  vertical-align: top;
}

.ic-logo {
  display: block;
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 0 0 4px 25px;
}

.ic-facts-row {
  width: 100%;
  max-width: 900px;
}

.ic-facts {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 0;
}

.ic-date {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
}

.ic-content-panel {
  border: 1px solid #000;
  padding: 12px 14px;
  margin-top: 6px;
  max-width: 894px;
}

.ic-content-panel p {
  margin: 0 0 12px;
}

.ic-footer {
  text-align: center;
  margin-top: 16px;
}

.ic-footer img {
  border: 0;
}

.ic-footer small {
  font-size: 12px;
}

@media (max-width: 640px) {
  .ic-sidebar {
    display: none;
  }

  .ic-logo {
    margin-left: 0;
  }
}
