/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 14 Oct 2024, 8:46:31 am
    Author     : stevansterling
*/

.sidebar {
    width: 50%;
    overflow: scroll;
}

/* Media query for small screens (e.g., smartphones) */
@media (max-width: 480px) {
    .sidebar {
        width: 100%;
        overflow: scroll;
    }
}

/* Media query for tablets */
@media (min-width: 481px) and (max-width: 768px) {
    .sidebar {
        width: 50%;
        overflow: scroll;
    }
}

/* Media query for large screens (e.g., desktops) */
@media (min-width: 769px) {
    .sidebar {
        width: 50%;
        overflow: scroll;
    }
}


#datascroller {
    border: none !important;
    margin: 0 !important;
    border-color: #ffffff;
}