/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Sep 8, 2025, 10:37:20 AM
    Author     : jronay
*/


html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}


/* Override Bootstrap column constraints */
.col-md-10, .col-sm-10 {
  max-height: none !important;
  overflow: visible !important;
}





table {
    display: table;
    margin: 15px;
    width: auto;
    height: auto;
    border: 1px solid lime;
    background: black;
    color: lime;
    overflow: hidden;
    padding: 5px;
    word-wrap: break-word;
    height: auto;
    max-height: none;
  
        
    
}

th, td {
    padding: 10px;
    text-align: left;
    border: 1px solid lime;
    background: black;
    color: lime;
}

.colDate {
    width: auto;
}
.gear {
    width: auto;
}

.price {
    width: auto;
}
.contact {
    width: auto;
   
}

.hideScrollbar {
  width: 100%;
  overflow: hidden;
  height: auto;
  ;
        
}

.gearTable{
    overflow-y: hidden !important;
   
    
}

.right-align{
    text-align: right;
}

