.dflex-ac-jc {
    width: 100%;
    border: 1px solid #282828;
    background: linear-gradient(to bottom, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
    margin-bottom:10px;
}
.record-board .board-panel {
    margin: 0 2px 15px 0;
    padding: 5px;
}
.record-board .board-panel .title-panel span{
    font-weight: 900;
}


@media (min-width: 1430px){
    .record-board .board-panel{
        margin: 30px;
    }
}
.record-board  .board-panel .header {
    width: 100%;
    height: 50px;
    padding: 0 15px 0 0;
    margin-bottom: 5px;
}



.record-board .board-panel table{
    margin: 0px 0 0;
    border-radius:0 0 15px 15px;
    
}
.record-board .board-panel table tr > td:first-child {
   padding-left: 15px;
}
.record-board .board-panel table tr > td:nth-child(2) {
    color: #ff783a;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    font-size: 17px;

}
.board-panel table .date-td {
    width: auto;
    text-align:center;
}
.record-board .content{
    border-radius: 0 0 15px 15px;
    height: 240px;
    overflow: auto; 
    position: relative ;
    transition: all 0.5s ease; 
}

.record-board .content::-webkit-scrollbar {
    display: none;
}
.record-board .content{
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}


.record-board .board-panel{
    position: relative; 
  }
   
.record-board .board-panel .record-overlay {
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(204, 17, 17, 0);
    z-index: 1; 
    pointer-events: all; 
  }
   





  /* footer logo */

  .footer-section .copyright img{
    width: 200px;
    max-width: 50%;
  }