#pearl_dashboard_announcement .inside {
  width: 100%;
  margin-top: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto; }
  #pearl_dashboard_announcement .inside #pearl-announcement {
    font-size: 15px;
    line-height: 22px; }

#pearl_dashboard_announcement h2.hndle {
  background: #23282d;
  color: #fff;
  border: 0; }

#pearl_dashboard_announcement .handlediv {
  color: #fff;
  height: 35px; }

#pearl-changelog h4 {
  font-weight: 700; }
  #pearl-changelog h4 span {
    margin-top: 5px;
    display: block;
    font-weight: 400;
    font-style: italic;
    font-size: 95%; }

#pearl-changelog .pearl_changelog_version {
  margin-bottom: 30px; }

#pearl-changelog ul li {
  position: relative;
  padding-left: 18px; }
  #pearl-changelog ul li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    background-color: #4CBEB5; }
