
label {
	padding: 10px;
}
.formtable {
padding: 15px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    border-collapse: collapse;
    width: 100%;
    border-radius: 15px;
    display: flex;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(114, 114, 113, 0.5);
    border-radius: 15px;	
	
	overflow: auto;
}
.table-responsive{-sm|-md|-lg|-xl}
/* The Modal (background) */
.modalbasket {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 95%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.formtable.collapsible {
    opacity: 1;
    transition: opacity linear 1s, height linear 1s;
	
}

.formtable.collapsible.collapsed {
    height: 0;
    opacity: 0;

}

.paidstatus {
	font-weight:bold;
	width: fit-content;
	padding: 2px;
	border-radius: 5px;
	font-size:12px;
}

.nowrapdiv {
	display:flex;
	white-space:nowrap;
}

.cursymbol {
	font-weight:bold;
	margin-top:8px;
	
.row {
	width:100%;
}
}