#ibs_logo {
  margin: 0 0 20px 4px;
  height: 60px;
  width: 445px;
  background-image: url(ibs-logo.png);
  background-position: left;
}

#header {
  margin: 20px;
  vertical-align: middle;
}

#header td.spacer {
  width: 20px;
}

#header h1, #header h3 {
  margin: 0;
  padding: 0;
}

#portrait {
  height: 280px;
}

#vitals {
  margin: 2px;
}

#contact > * {
  font-size: small;
  margin: 8px;
}

#links_table {
  width: 100%;
  border-top: 3px solid #FFD700;
  border-bottom: 3px solid #FFD700;
  padding: 4px 0;
}

#links_table h2 {
  margin: 0;
}

#links_table td.link_box {
  margin: 0;
  padding: 10px;
  background: #DDD;
  text-align: center;
  vertical-align: top;
  width: 27%;
  border: 2px solid white;
}

#links_table #other_links {
  width: 19%;
}

.text_link {
  margin: auto;
  font-size: small;
}

#links_table img {
  margin: 0.25em 0;
}

#money_and_banking_img {
  height: 6.5em;
  padding: 0.5em 0;
}

#textbook_img, #covid_img {
  height: 7.5em;
}

#blog_text_link {
  width: 14em;
}

#covid_text_link {
  width: 14.25em;
}

#textbook_text_link {
  width: 10em;
}

#other_site_links {
  list-style: none;
  margin: 0;
  padding: 0;
}

#other_site_links > li {
  margin: 0.8em 0;
}

#other_site_links #bis {
  height: 1.5em;
  width: 2.5em;
  background-image: url(bis-logo.png);
}

#other_site_links #bis_link {
  color: #372F32;
  text-decoration: none;
}

#other_site_links #scholar {
  height: 1.25em;
  width: 8em;
  background-image: url(google-scholar-logo.png);
}

#other_site_links #ideas {
  height: 2em;
  width: 4em;
  background-image: url(ideas-logo.gif);
}

#other_site_links #wikipedia {
  height: 1em;
  width: 6em;
  background-image: url(Wikipedia.png);
}

#other_site_links #huffpost {
  height: 0.9em;
  width: 12em;
  background-image: url(huffpost-logo.gif);
}

#tabs_table {
  width: 100%;
  margin-top: 10px;
  border-spacing: 0;
  border-top: 1px solid #002E6C;
}

#tabs_table td.tab {
  font-size: large;
  padding: 6px;
  text-align: center;
  border-right: 1px solid #888;
}

#tabs_table td.tab:first-child {
  border-left: 1px solid #002E6C;
}

#tabs_table td.tab:last-child {
  border-right: 1px solid #002E6C;
}

#tabs_table td.selected {
  background: white;
  color: #002E6C;
}

#tabs_table td.unselected {
  color: white;
  background: #002E6C;
}

#tabs_table td.unselected:hover {
  background: #0054A6;
  cursor: pointer;
}

.body_content {
  display: none;
  color: black;
  padding: 10px 20px;
  border-bottom: 1px solid #002E6C;
  border-left: 1px solid #002E6C;
  border-right: 1px solid #002E6C;
}

ul.pub_list {
  padding: 0;
}

ul.pub_list > li {
  list-style: none;
  margin: 10pt 0 10pt 20pt;
  text-indent: -20pt;
}

.journal {
  font-style: italic;
}
