/* This custom CSS is to add or overide selectors to icsglobal.css */
/* The custom CSS is empty out-of-the-box.                         */
/* The icsglobal.css should not be modified.                       */

/* make the logo transparent, but do not hide it, so the link will still work */
#headertarget div > a img, #headertarget > a img,
 #headertarget > img
 {
   opacity: 0;
 }

 /*--------------------------------------------------------------------------------------------*/

 /* hide buy for others */
 .btn_section_buy_for_others {
   display: none;
 }

/* hide Request To Drop from registration list and section activity */
[data-name="requestToDrop"], [data-name="drop"],
/* hide account affiliation info on profile page */
.accountAffiliation 
 {
  display: none !important;
}



/*--------------------------------------------------------------------------------------------*/
#custHeadLink{ display: block; width: 460px; height: 90px; cursor: point; }
#customPrivacy { padding: 10px; }
#shopCopy { width: 956px; margin: 0px auto; background-color: white; padding-right: 40px; padding-left: 40px; padding-top: 20px; }
#showList li { margin-left: 30px; }
#showOlist li { margin-left: 40px; }
#showList li { margin-left: 40px; }
#showUL li { margin-left: 50px; }

[data-i18n=createaccount-div-headertext] {
  padding: 0 !important;
}
