/* .myTable {
	font-size: .8rem;
	padding:0px !important;
	border: none;
	border-spacing: 0px !important;
}

.myTable .table-bordered tr {
	border:0.1rem !important;
}

.myTable .form-control {
	font-size: 0.5rem !important;
} 

.pos-nav .nav-item {
	font-size: 0.7rem !important;
}

.myTable td {
	padding: 0.5rem;
}

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

.myTable .td-center {
	text-align: center;
}

.myTable-row .row {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;		
	font-size: 0.8rem;
}

.myTable-row .btn {
	border-radius: 1rem 1rem;	
}

.myTable-row p {
	font-weight: bold;
	text-align: center;
	padding: 0 !important;
	margin:0px !important;
	font-size: 1.0rem;
	line-height: 1.0rem;
} */

.myTable {
	background: #373b3e !important;
}

.table-id-with {
	width: 5% !important;
}

.table-desc-with {
	width: 48% !important;
}

.table-price-with {
	width: 10% !important;
}

.table-check-box-with {
	width: 2% !important;
}

.myTable tr td {
	font-size: 1.0rem !important;
	padding: 0.2em !important;
}

.nav-link {
	font-size: 0.8rem;
    color: white;
	padding: 0.5em;
}

.search-input {
	font-size: 1.0rem;
	padding: 0.2em !important;
}