﻿body {
}

.table_prices {
    border-collapse: collapse;
    width: 100%; /* Set width to 100% */
    margin: 20px auto; /* Center the table */
    border-radius: 10px;
    overflow: hidden; /* Ensure border-radius clips overflow */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow */
}

.th_prices, .td_prices {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd; /* Optional: Add borders between rows */
}

.td_prices {
    vertical-align: top; /* Align nested tables to the top */
}

.th_prices {
    background-color: #f2f2f2;
    border-top: 1px solid #ddd; /* Optional: Add top border for the first row */
}

/* Optional: Add hover effect */
.tr_prices:hover {
    background-color: #f5f5f5;
}

.th_prices_sub1, .td_prices_sub1 {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #ddd; /* Optional: Add borders between rows */
    font-size: small;
}

/* NAVBAR MENU WRAP FIX */
.navbar-nav > li > a {
    white-space: normal !important;
    line-height: 1.2;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
}

.navbar-nav > li {
    max-width: 140px;
}
