body {
    
  margin: 0;
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
}


.bgg {}


.bgg .table td, .bgg .table th {
    vertical-align: top;
	border-top: 0px ridge rgb(255, 0, 0, .0) !important;
}

.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

		
				
.lowqty {
	color:red;
}

.red {
	color: red;
}
.green {
	color: black;
}

.bgg input {
	border: 1px solid #979797;
	padding: 20px 5px 20px 5px;
	width: 100%;
	height: 48px  ;
	background: #ffffff !important;
	color: #000000  !important;
	font-family: inherit;
	outline: none;
	text-align:center;
	-webkit-transition: .18s ease-out;
	-moz-transition: .18s ease-out;
	-o-transition: .18s ease-out;
	transition: .18s ease-out;
}

#ip2, #ip3, #D4 {
	border-radius: 5px;
	border: 1px solid #979797;
	padding: 20px 5px 20px 5px;
	width: 80px;
	height: 15px;
	background: #f0f0f0;
	color: #000000;
	box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2);
	font-family: inherit;
	outline: none;
	-webkit-transition: .18s ease-out;
	-moz-transition: .18s ease-out;
	-o-transition: .18s ease-out;
	transition: .18s ease-out;
}
#ip2:hover {
	box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02);
}
#ip2:focus {
	color: #4b515d;
	border: 1px solid #007bff;
	box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.bgg .button {
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}
.bgg .button3 {
	background-color: #f44336;
} /* Red */

@media only screen and (max-width: 600px) {
.hide-sm {
	display: none!important;
}}



.bgg {clear:both; width:100%;}
.bgg table {max-width:100%;}