.footer {
  background-color:#ece5df;
  border-top: 5px solid #8E3900;
}
.footer, .footer a {
    color: #3b1700;
    padding: 1vw 0;
}

:root {
    --header-logo-color:#fff;
    --drop-bg-color:#ece5df;
    --header-bg-color:#ece5df;
    --header-color:#8E3900;
    --header-color-hover:#c75000;
    --header-menu-color:#8E3900;
    --header-menu-color-hover:#c75000;
    --composite-color:#007d85;
    --composite-color-hover: #0b97a0;
  }

  @media only screen and (max-width:766px){
    .post-inner > .dataTables_wrapper {
      max-width:50%;
      }
    
  }


.post-inner > .dataTables_wrapper {
  margin:inherit;
  }

  .dataTables_filter > label > input { 
    display: inline;
    width:inherit;
    border: 2px solid blue !important;
  }


  .songs > li::before {
    content: "" !important;}

    table{
      border-collapse:inherit;
      border-spacing:inherit;
      display:inherit;
      font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
      font-size:1rem;
      line-height:1.5;
      margin:20px 0 0;
      max-width:100%;
      overflow-x:auto;
      vertical-align:top;
      white-space:nowrap;
      width:auto;
      -webkit-overflow-scrolling:touch
    }
    table td,table th{
      padding:inherit;
      border: inherit;
    }
    table tr:nth-child(2n){
      background-color:inherit;
    }
    table th{
      letter-spacing:inherit;
      text-transform:inherit;
      font-weight:inherit
    }

    