div.ccm-dashboard-update-details {

  padding-top: 30px;
  padding-bottom: 60px;
  color: #999;

  div.ccm-dashboard-update-thumbnail {
    img {
      width: 97px;
      height: 97px;
    }
    float: left;
    margin-right: 40px;
    .border-radius(4px);
  }

  h2 {
    margin: 10px 0px 20px 0px;
    padding: 0px;
    line-height: 24px;
    color: #333 !important;
    font-weight: 300;
    font-size: 24px;
  }
}

div.ccm-dashboard-update-nav {
  margin: 0px -50px 32px -97px;
  background-color: #f7f7f7;
  padding: 0px 25px 32px 97px;
  .clearfix();

  div.ccm-dashboard-update-apply {
    float: left;
    margin-top: 32px;
  }

  nav {
    float: right;
    padding-left: 0;
    list-style: none;
    li {
      display: inline-block;
    }

    text-align: right;

    a {
      display: block;
      &:hover {
        color: #189df6;
        text-decoration:none;
      }
      padding: 40px 25px 40px 25px;
      color: #7e8991;
    }
  }

}

div.ccm-dashboard-update-detail-columns {

  .ccm-dashboard-update-detail-main {
    h3 {margin-top: 0px; margin-bottom: 20px; padding-bottom: 5px;  border-bottom: 1px solid #ccc;}
  }
}
div.ccm-dashboard-update-detail-release-notes {
  h2 {
    font-size: 16px; margin: 0px 0px 10px 0px;
    line-height: 16px;
  }

}
