 .mytable-bordered {
	  border: 2px solid silver;
	  border-left-width: 2;
	  border-collapse: separate;
	  border-spacing: 0;
	  border-radius: 4px;
 }
 
 #table-cart {
	  
 }
 
 .table_morecondensed>thead>tr>th, 
.table_morecondensed>tbody>tr>th, 
.table_morecondensed>tfoot>tr>th, 
.table_morecondensed>thead>tr>td, 
.table_morecondensed>tbody>tr>td, 
.table_morecondensed>tfoot>tr>td{ padding: 2px 10px 2px 10px; 
									border: none;
								}
	
.card-img-caption {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
  
.card-img-caption .card-img-top {
  z-index: 0;
}
    
.card-img-caption .card-text {
  color: white;
  font-size: xx-large;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 25% 0;
  position: absolute;
  z-index: 1;
}

.carr-img {
  width: auto;
  height: auto;  
}
.carousel-inner, .carousel{
  width: auto;
  height: auto;  
  max-width:400px;
  max-height: 225px !important;
}

#inputbox
{
   display: inline-block;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

#blackborder {
	border: 5px solid #0099cc; !important;
}

.close {
    color: #fff; 
    opacity: 1;
}

.delicon {
	color: #000; 
    opacity: 1;
}

.notallowed {
	cursor: not-allowed;
}