
.table-container{
width:100%;
overflow-x:auto;
}

table{
border-collapse:collapse;
width:100%;
font-size:13px;
border: 1px solid #ccc;
}

th,td{
border:1px solid #0039b8;
padding:6px;
text-align:center;
}

thead th{
background:#0039b8;
color: #fff;
font-weight:bold;
}

.section{
background: #0039b885;
color:#fff;
font-weight:bold;
text-align:left;
}

.sub-header{
background:#9ccc65;
font-weight:bold;
}

table{
width:100%;
border-collapse:collapse;
background:white;
}

th,td{
border: 1px solid #4e4e4e;
padding:8px;
text-align:center;
font-size:13px;
}


.green{
background:#f9f9f9;
}

.gray{
background:#e5e5e5;
}


.table-container{
width:100%;
}

.table-responsive{
width:100%;
overflow-x:auto;
}

.product-table th,
.product-table td{
padding:8px;
text-align:center;
border:1px solid #ccc;
vertical-align:middle;
}

