.cms-share-modal {
  display: none;
  z-index: 1;
  width: 280px !important;
  right: 10em;
  top: 3em;
  position: absolute;
  background: url(//s7.addthis.com/static/t00/atbkg.png) repeat scroll 0 0 transparent;
  overflow: visible !important;
  padding: 5px !important;
  /* Modal Content/Box */ }
  .cms-share-modal .cms-share-content {
    background-color: #fefefe; }
    .cms-share-modal .cms-share-content .cms-share-title-bar {
      background-color: #f2f2f2;
      font-weight: bold;
      font-size: 12.6px;
      padding: 4px;
      height: 20px;
      cursor: default; }
      .cms-share-modal .cms-share-content .cms-share-title-bar .cms-share-title {
        float: left; }
      .cms-share-modal .cms-share-content .cms-share-title-bar .shareClose {
        border: 0;
        color: white;
        background: none;
        float: right;
        text-align: right; }
      .cms-share-modal .cms-share-content .cms-share-title-bar .shareClose:hover,
      .cms-share-modal .cms-share-content .cms-share-title-bar .shareClose:focus {
        color: black;
        text-decoration: none;
        cursor: pointer; }
    .cms-share-modal .cms-share-content #cms-share-list {
      padding: 2px; }
      .cms-share-modal .cms-share-content #cms-share-list ul {
        display: inline-block; }
        .cms-share-modal .cms-share-content #cms-share-list ul li {
          width: 132px;
          display: inline-block; }
          .cms-share-modal .cms-share-content #cms-share-list ul li img {
            height: 16px;
            width: auto; }
          .cms-share-modal .cms-share-content #cms-share-list ul li a {
            color: #3366BB; }
          .cms-share-modal .cms-share-content #cms-share-list ul li .nav a {
            color: black;
            text-decoration: none; }
