.portalbox {
  float: left;
  width: 428px;
  margin-right: 11px !important;
  margin-left: 20px !important;
}

.portalbox h2 {
  margin: 5px 0 5px;
}

.portalbox h3 {
  font-size: 10pt;
  margin: 5px 0 5px;
}

.portalbox ul {
  margin: 5px 0;
}

.portalbox li {
  padding: 0;
  margin: 0;
}

.portalbox .content {
  height: 22em;
}

#stwfeed ul {
  margin: 5px 0 0 0;
  padding: 0;
}

#stwfeed li {
  border-bottom: 1px dashed #868686;
  list-style: none outside none;
  padding: 8px 0;
}

#stwfeed li a {
  padding: 0 0 0 20px;
  display: block;
  width: 390px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#stwfeed li a:hover {
  text-decoration: underline;
}

#stwfeed li.even{ 
  background: #f7f7f7 url('/images/promo/stw/bullet-gray.png') 5px center no-repeat;
}
#stwfeed li.odd{ 
  background: white url('/images/promo/stw/bullet.png') 5px center no-repeat;
}
#stwfeed li.last {
  border-bottom: none;
}

