#jweb-prescription-data {
	background: #fff; 
	border: 1px solid #C3C4C7; 
	padding: 20px; 
	margin-bottom: 20px;
}

#jweb-prescription-data .half.image img {
	max-width: 100%;
	height: auto;
}

.jweb-customer-name {
	color: #3A70AC;
}
	
.prescription-form-wrapper {
	margin-bottom: 40px;
}

.presc-message {
	font-size: 80%;
}

#presc-fields .presc-col select {
	margin-bottom: 0;
}

.presc-col {
	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
}

.presc-row-mini {
	flex: 0 0 4%; 
	margin-bottom: 2px; 
	padding: 2px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
}

.presc-row-sm {
	flex: 0 0 20%; 
	margin-bottom: 2px; 
	padding: 2px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
}

.presc-row {
	flex: 0 0 24.75%; 
	margin-bottom: 2px; 
	padding: 2px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
}

.presc-row-single {
	flex: 0 0 75%; 
	margin-bottom: 2px; 
	padding: 2px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
}

.presc-row-head {
	flex: 0 0 24.75%; 
	margin-bottom: 2px; 
	padding: 2px;
	background-color: transparent;
	border: none;
	text-align: center;
	font-weight: bold;
}

.presc-row input {
	margin-bottom: 0;
	background: #ffffff;
}

.presc-row-title {
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	line-height: 100%;
	padding: 5px;
}

.ajax-button {
	margin-top: 10px;
	font-size: 80%;
}

.small-text {
	font-size: 80%;
}