html, body {
  font-family: helvetica, arial, sans-serif;
  background: rgb(220,220,220);
}
#content {
  width: 389px;
  max-height: 100%;
  margin: auto;
}
#content a {
  text-decoration: none;
  color: #485478;
}

/**
 * MASTHEAD
 */
#masthead {
  max-width: 100%;
  height: 253px;
  background: url(/web/20220418014059im_/https://icr.uiowa.edu/cbcb.png);
}
div h1 span {
  display: none;
}

/**
 * PORTALS AND ORGANIZATIONS LIST
 */
#portals,
#portals-and-organizations {
  display: block;
}
#portals h4,
#portals-and-organizations h4 {
  text-align: center;
  margin: 1em 0 0 0;
}
#regions-list,
.portals-list,
.portals-and-organizations-list {
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid black; list-style-type: none;
}
#regions-list {
  margin-top: 20px;
}
#regions-list {
  border: 0;
}
.region {
  text-align: left;
  text-indent: 20%;
  margin-bottom: 20px;
}
li.region ul {
  border-bottom: 1px solid black;
}
li.portal,
li.organization {
  text-align: center;
  text-indent: 0%;
  padding: 2px 0 0 0;
  margin: auto;
  border: 1px solid black;
  border-bottom-width: 0;
  background: #DADDE4;
}
li.portal:hover,
li.organization:hover {
  background: #CACACA;
}
li.portal a,
li.organization a {
  display: block;
  width: 100%;
}

