.details time{
    border-bottom: 1px solid var(--border);
}

.details table{
    margin: 1rem 0;
}

.sidebar{
    background-color: white;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: .8rem;
}


@media(max-width:1199px){

}

@media(max-width:991px){

}
@media(max-width:767px){
    .sidebar{
       display: none; 
    }

}