.like2read_notice {
  width: 100%;
  padding: 10px 20px;
  background-color: #f3edf3;
  margin-bottom: 15px; }
  .like2read_notice .title {
    color: #000;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    text-align: center; }
  .like2read_notice .text {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    text-align: center; }
  .like2read_notice .button {
    padding: 20px;
    text-align: center; }
  .like2read_notice .choice {
    text-align: center; }
    .like2read_notice .choice button {
      margin: 0px 5px;
      -webkit-appearance: none;
      border-radius: 4px;
      border: 0px solid #fff;
      background-color: #acacac;
      color: #fff;
      padding: 3px 6px;
      font-size: 14px; }
    .like2read_notice .choice button:hover {
      background-color: rgba(172, 172, 172, 0.5); }
    .like2read_notice .choice button.done {
      background-color: #55acee; }
    .like2read_notice .choice button.done:hover {
      background-color: rgba(85, 172, 238, 0.5);
      color: #000; }

like2read {
  display: block;
  height: 100px;
  overflow: hidden;
  position: relative; }
  like2read .faded {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

/*# sourceMappingURL=xaos-like2read-public.css.map */
