.tc-sharelink {
  width: 340px;
  padding: 20px;

  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}
.tc-sharelink h4 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333;
  margin: 0 0 2px 0;
}
.tc-sharelink > span {
  font-size: 1.02rem;
  line-height: 1.2rem;
  color: #999999;
}
.tc-sharelink .slx-tabs {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}
.tc-sharelink .slx-tabs > .tabs {
  float: left;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 3;
}
.tc-sharelink .slx-tabs > .tabs > a {
  float: left;
  width: 50%;
  /*width: 33.3333%; when check is available */
  text-align: center;
  text-decoration: none;
  padding: 8px 16px;

  color: #999;
  font-size: 0.95rem;
  border-bottom: 1px solid #EEEEEE;
}
.tc-sharelink .slx-tabs > .tabs > a:first-child {
  border-radius: 4px 4px 0 0;
  border-right: 0;
}
.tc-sharelink .slx-tabs > .tabs > a:last-child {
  border-radius: 0 4px 4px 0;
  border-left: 0;
}
.tc-sharelink .slx-tabs > .tabs > a.active,
.tc-sharelink .slx-tabs > .tabs > a:hover {
  color: #333333;
  background: #F5F5F5;
  border-color: #F5F5F5;
}
.tc-sharelink .slx-tabs > .share-link {
  float: left;
  display: block;
  width: 100%;
  padding: 8px 12px;
  cursor: pointer;
  overflow: hidden;

  /*text-overflow: ellipsis;
  overflow-x: hidden;*/

  -webkit-user-select: all;  /* Chrome all / Safari all */
  -moz-user-select: all;     /* Firefox all */
  -ms-user-select: all;      /* IE 10+ */
  user-select: all;          /* Likely future */

  position: relative;

  font-size: 1.02rem;
  color: #999999;
  /*border-radius: 0 0 4px 4px;*/
  border-radius: 4px;
  background: #F5F5F5;
  white-space: nowrap;
}
.tc-sharelink .slx-tabs > .share-link > a {
  color: #999999;
  text-decoration: none;
}
.tc-sharelink .slx-tabs > .note {
  width: 100%;
  text-align: center;
  float: left;
  font-size: 0.95rem;
  line-height: 1.2rem;
  color: #999999;
  padding: 6px 0 0;
}
