
     body {
      background-color: #fcfcfc;
      zoom: 0.90;
      /*-webkit-transform: scale(0.97);*/
      /* -moz-transform: scale(0.97);*/
      /*      transform: scale(0.9);*/
      /*      transform-origin: top ;*/
    }
    div.fb-share-button{
        zoom: 1.17;
    }
    .btn-info  {
    background-color: #B1D4EA;
    border: none;
    border-radius: 25px;
    padding-right: 25px;
    padding-left:  25px;
    }

   

    #module button.collapsed:after {
      content: '+ Baca Selengkapnya';
      
    }
    
    #module button:not(.collapsed):after {
      content: '- Sembunyikan';
     
    }
    
    #module #collapseExample1.collapse:not(.show) {
      display: block;
      /* height = lineheight * no of lines to display */
      height: 9em;
      overflow: hidden;
      -webkit-mask-image: -webkit-gradient(linear, left top, 
        left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    }
    #module #collapseExample1.collapsing {
      height: 9em;
    }
  @media (max-width: 1199px){
  .post {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 45px;
      white-space: nowrap;
      line-height: 100%;
      padding: 12px 20px;
      border-radius: 0;
      position: fixed;
      bottom: 0;
      right: 0;
      cursor: pointer;
      box-shadow: 0 1px 6px rgba(0,0,0,.06), 0 2px 32px rgba(0,0,0,.16);
      transition: box-shadow 80ms ease-in-out,width .4s ease .2s;
      width: 100%;
      background-color: #fff;
      z-index: 3;
      color: #fff;
  }
  }
  .post {
      display: flex;
      width: 100%;
      text-align: center;
      margin-top: 10px;
  }

  * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  *, *::before, *::after {
      -webkit-box-sizing: inherit;
      box-sizing: inherit;
  }
  *, ::after, ::before {
      box-sizing: border-box;
  }
  
   