html {
  background: #ffffff;
}

body {
  color: #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.35;
  margin: 0;
  padding-bottom: 70px;
}

body * {
  font-size: 14px;
}

a:link {
  color: #0000ee;
}

a:visited {
  color: #551a8b;
}

a:hover,
a:focus {
  background: #ffff99;
  text-decoration: none;
}

.page {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  margin: 18px 0 18px 18px;
  max-width: 760px;
  min-height: 0;
  padding: 0;
}

footer {
  background: #ffffff;
  bottom: 0;
  left: 18px;
  margin-top: auto;
  padding: 12px 0;
  position: fixed;
  text-align: left;
  width: 760px;
}

.content-layout {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.tabs {
  flex: 0 0 130px;
  padding: 4px;
  position: sticky;
  top: 12px;
}

.sidebar-profile {
  align-items: center;
  border-bottom: 1px solid #808080;
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  text-align: left;
}

.sidebar-profile img {
  display: block;
  height: 34px;
  object-fit: cover;
  object-position: 50% 50%;
  width: 34px;
}

.sidebar-profile h1 {
  font-size: 14px;
  line-height: 1.15;
  margin: 0 0 2px;
}

.sidebar-profile p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.tabs-title {
  border-bottom: 1px solid #808080;
  font-weight: bold;
  margin: 0 0 8px;
  padding-bottom: 5px;
}

.tabs a {
  border: 1px outset #c0c0c0;
  display: block;
  line-height: 1.15;
  margin: 0 0 4px;
  padding: 3px 4px;
}

.tabs a.active-tab {
  background: #d0d0d0;
  border: 1px inset #808080;
  color: #000000;
  font-weight: bold;
}

.tab-content {
  max-width: 560px;
  text-align: left;
  width: 100%;
}

body.tabs-ready .tab-panel {
  display: none;
}

body.tabs-ready .tab-panel.active-panel {
  display: block;
}

section {
  padding: 0 0 8px;
}

h3 {
  font-size: 14px;
  margin: 8px 0 2px;
}

p {
  margin: 4px 0;
}

ul {
  margin-top: 4px;
  margin-bottom: 6px;
}

li {
  margin-bottom: 3px;
}

.intro {
  max-width: 820px;
}

article {
  padding-bottom: 4px;
}

article:last-child {
  border-bottom: 0;
}

.link-list {
  padding-left: 24px;
}

footer {
  margin-top: 0;
}

@media (max-width: 700px) {
  body {
    font-size: 14px;
  }

  .page {
    margin: 0;
    max-width: none;
    padding: 8px;
  }

  footer {
    left: 10px;
    width: calc(100% - 20px);
  }

  .tabs {
    flex-basis: 102px;
    padding: 2px;
    position: sticky;
    top: 8px;
  }

  .tabs a {
    padding: 2px 3px;
  }

  .sidebar-profile {
    gap: 4px;
  }

  .sidebar-profile img {
    height: 28px;
    width: 28px;
  }

  .sidebar-profile h1 {
    font-size: 14px;
  }

}
