/*
This is your custom Style Sheet. It's the last css resource loaded so you can
easily overwrite css selectors from other style sheets.
*/

.header.header-default, .header.header-with-contact, .header.header-centered-logo {
    background: white; }

.detail.article-detail h1 .btn.bookmark-tag {
  font-size: .6em;
  float: right;
  margin-left: 12px;
}

@media print {
  .detail.article-detail h1 .btn.bookmark-tag { display: none; }
}



/**** ticket 204053*****/
.summary-box>.summary-content .social-share .social-button { 
    display: none;
}

.social-button {
       display: none; 
}
/***************/