p a {
    color: #720800;
    font-weight: bold;
  }
  
  p a:hover {
    text-decoration: underline;
  }
  
   table {
    border: 1px solid #eee;
    border-collapse: collapse;
    width: 100%;
  }
  
   table td, table th {
    padding: 8px;
    border: 1px solid #eee;
  }
  
   table thead {
    background: #eee;
    font-weight: bold;
  }
  
   blockquote {
    border-left: 3px solid #C52B23;
    padding-left: 30px;
    margin: 0;
    font-size: 1.3em;
    font-weight: bold;
  }
  
   button {
    display: inline-block;
    padding: 15px 40px;
    background: #C52B23;
    color: #fff;
    border-radius: 100px;
    font-size: 16px;
    border: 0;
    margin: 10px 0;
    cursor: pointer;
  }
  
   button:hover {
    opacity: 0.8;
  }


  .nav-links {
    border: 1px solid #eb5757;
    border-radius: 4px;
    display: inline-block;
    margin: 32px 0;
  }
  .nav-links a {
    padding: 8px 12px;
    text-align: center;
    /* border-right: 1px solid #eb5757; */
    color: #eb5757;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
  }
  .nav-links span.current {
    background: #eb5757;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    text-align: center;
  }

  iframe {
    max-width: 100% !important;
    /* height: auto !important; */
  }

  @media screen and (max-width: 850px){
    .detail .detail_text .detail_sosmed {
        display: block !important;
        width: 90% !important;
        padding: 0px 15px !important;
        /* text-align: left; */
    }
    .detail_text .detail_sosmed a {
      display: inline-block !important;
      width: auto !important;
      text-align: center !important;
      margin-bottom: 12px !important;
      margin-right: 10px !important;
    }
    .detail_text .detail_sosmed a img {
      width: 35px !important;
    }
  }