* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background: #ffffff;
}

/* ==================== DESKTOP (Appearance 1) ==================== */





.header-container {
    background: #333333;
    display: flex;
}


.logo {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.mobile-menu-btn {
    display: none;
}

.sidebar {
    background: #333333;
    width: 220px;
    padding: 10px;
    float: left;
    min-height: calc(150vh - 150px);
}

.sidebar ul {
    list-style: none;
}

.sidebar a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 10px;
    font-weight: normal;
}

.content {
    width: 100%;
    padding: 25px;
    background: #ffffff;
    min-height: calc(150vh - 150px);
}

.content_header {
    margin-bottom:25px;
    color: #333333;
}

.content_header_2 {
    margin-bottom:25px;
    margin-top:25px;
    color: #333333;
}

.content_text_1 {
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    color: #333333;
}

footer {
    background: #ffffff;
    text-align: center;
    padding: 20px;
    clear: both;
    float: bottom;
}

footer font {
    color: #666666;
}

.footer_top_margin {
    margin-top: 100px;
    max-width: 700px;
    
}









.journal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: white;
}



.table_th_1 {
    font-size: 15px;
    background-color: #333333;
    color: white;
    padding: 12px 8px;
    text-align: center;
    border: 1px solid #ddd;
}


.table_th_2 {
    font-size: 15px;
    background-color: #333333;
    color: white;
    padding: 12px 8px;
    text-align: center;
    border: 1px solid #ddd;
}

.table_th_3 {
    font-size: 15px;
    background-color: #333333;
    color: white;
    padding: 12px 8px;
    text-align: left;
    border: 1px solid #ddd;
}

.table_td_1 {
    font-size: 15px;
    padding: 10px 8px;
    border: 1px solid #ddd;
    vertical-align: top;
    text-align: center;
}

.table_td_2 {
    font-size: 15px;
    padding: 10px 8px;
    border: 1px solid #ddd;
    vertical-align: top;
    text-align: center;
}

.table_td_3 {
    font-size: 15px;
    padding: 10px 8px;
    border: 1px solid #ddd;
    vertical-align: top;
}


.profit {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: top;
    padding: 10px 8px;
}

.positive { color: #006400; }
.negative { color: #c0392b; }






.table_rules_th_1 {
    font-size: 15px;
    background-color: #333333;
    color: white;
    padding: 12px 8px;
    text-align: center;
    border: 1px solid #ddd;
}

.table_rules_th_3 {
    font-size: 15px;
    background-color: #333333;
    color: white;
    padding: 12px 8px;
    text-align: left;
    border: 1px solid #ddd;
}

.table_rules_td_1 {
    font-size: 15px;
    padding: 10px 8px;
    border: 1px solid #ddd;
    vertical-align: top;
    text-align: center;
}

.table_rules_td_3 {
    font-size: 15px;
    padding: 10px 8px;
    border: 1px solid #ddd;
    vertical-align: top;
}













.pagination {
    margin: 30px 0;
    text-align: center;
}

.pagination a {
    display: inline-block;
    padding: 10px 14px;
    margin: 0 3px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.pagination a.active,
.pagination a:hover {
    background-color: #333333;
    color: white;
    border-color: #333333;
}









/* ==================== TABLET (Appearance 2) ==================== */
@media (max-width: 991px) {
    

    .logo {
        width: 100px;
        height: 100px;
    }
    

    
    .sidebar {
        width: 180px;
        padding: 10px;
    }
    
    .content {

        padding: 20px;
    }
    
    .sidebar a {
        font-size: 14px;
    }
    
    
    
    
    .table_th_2 {
        display: none;
    }
    
    .table_td_2 {
        display: none;
    }
    
    
    
    
    
}

/* ==================== MOBILE (Appearance 3) ==================== */
@media (max-width: 767px) {



    .header-container {
        flex-wrap: wrap;
        padding: 10px;
    }
    
    .logo {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
        font-size: 30px;
        background: none;
        border: none;
        color: white;
        cursor: pointer;
    }
    
    .sidebar {
        display: none;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        background: #555555;
        z-index: 1000;
        padding: 20px;
    }

    .sidebar a {
        font-size: 20px;
        font-weight: normal;
        color: #ffffff;
    }
    
    .sidebar.active {
        display: block;
    }
    
    .content {
        margin-left: 0;
        padding: 15px;
        width: 100%;
    }
    
    footer {
        padding: 15px;
    }
    
    
    
    
    
    
    
    
    
    .table_th_1 {
        font-size: 12px;
        padding: 10px 6px;
    }


    .table_th_2 {
       font-size: 12px;
       padding: 10px 6px;
    }

    .table_th_3 {
        font-size: 12px;
      padding: 10px 6px;
    }

    .table_td_1 {
      font-size: 12px;
      padding: 8px 6px;
    }

    .table_td_2 {
      font-size: 12px;
       padding: 8px 6px;
    }

    .table_td_3 {
       font-size: 12px;
      padding: 8px 6px;
    }


    .profit {
       font-size: 12px;
       font-weight: bold;
       padding: 8px 6px;
    }
    
    
    
    
    

    
    
    
    
    
}

/* General improvements */
.main-container {
    display: flex;
    min-height: calc(120vh - 120px);
}

