#ACTINFO {
    border: 1px solid #00a0e9;
    border-radius: 3px;
    margin-bottom: 35px;
    overflow: hidden;
    padding: 17px;
}



#ACTINFO ul.actinfo_box li {
    background: url("../images/dotgray_hr_x.gif") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    display: block;
    min-height: 40px;
    margin-left: 5px;
}

#ACTINFO ul.actinfo_box li:last-child {
    background:none;
    display: block;
    min-height: 30px;
}

#ACTINFO ul.actinfo_box li h4{
    color: #535353;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    overflow: hidden;
    table-layout: fixed;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
    margin-top: 5px;
}

#ACTINFO ul.actinfo_box li h4 a {
  color: #161616;
  text-decoration: none;
}
#ACTINFO ul.actinfo_box li h4 a:hover,#ACTINFO ul.actinfo_box li h4 a:active,#ACTINFO ul.actinfo_box li h4 a:focus{
  color: #00a0e9;
  text-decoration: none;
}

.actinfo_box {
  margin-top: 10px;
}

.plan1 {
  color: white;
  background-color: #ba3862;
  margin-right:10px;
  padding:5px;
  border-radius:3px;
  font-size: 13px;
}
.plan2 {
  color: white;
  background-color: #f49800;
  margin-right:10px;
  padding:5px;
  border-radius:3px;
  font-size: 13px;
}