.tpp-order-tip-fields button.active{
	background-color : #006400;
}

.tpp-order-tip-contents,
.tpp-order-tip-contents .tpp-tip-type,
.tpp-order-tip-contents .tpp-predefined-tip-selection,
.tpp-order-tip-contents .tpp-predefined-percent-tip-amount-selection,
.tpp-order-tip-contents .tpp-predefined-fixed-tip-amount-selection,
.tpp-order-tip-contents .tpp-custom-tip,
.tpp-order-tip-contents .tpp-buttons,
.tpp-order-tip-contents .tpp-buttons .tpp-add-tip-button,
.tpp-order-tip-contents .tpp-buttons .tpp-cash-button{
	float:left;
}

.tpp-order-tip-contents .tpp-tip-type,
.tpp-order-tip-contents .tpp-predefined-tip-selection,
.tpp-order-tip-contents .tpp-predefined-percent-tip-amount-selection,
.tpp-order-tip-contents .tpp-predefined-fixed-tip-amount-selection,
.tpp-order-tip-contents .tpp-custom-tip,
.tpp-order-tip-contents .tpp-buttons .tpp-add-tip-button,
.tpp-order-tip-contents .tpp-buttons .tpp-cash-button{
	margin-right: 10px;
}

.tpp-order-tip-error-message{
	clear:both;
	float:left;
	color:red;
}

.tpp-order-tip-contents{
	margin-bottom: 5px;
}

.tpp-order-tip-form-wrapper {
	display: flex;
	margin: 10px 0;
	text-align:left;
}

.tpp-order-tip-form-wrapper .tpp-order-tip-form {
	display: block;
	float: left;    
}

.tpp-order-tip-form p.tpp-title-message {
	color: #000;
	font-size: 18px;
	clear: both;
	margin: 0 0 15px 0;
}

.tpp-order-tip-contents {
	float: left;
	display:block;
}

.tpp-order-tip-contents .tpp-order-tip-fields,
.tpp-order-tip-contents .tpp-tip-type {
	float: left;
	margin: 10px;
}

.tpp-order-tip-contents .tpp-custom-tip {
	clear: both;
}

.tpp-order-tip-contents select{
	width: 150px;
	height: 40px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	/*    box-shadow: 0 0 3px #000 inset;*/
	padding: 0 5px;
	border-radius: 5px;
}

.tpp-order-tip-contents .tpp-order-tip-fields label {
	float: left;
	color: #000;
	margin-right: 15px;
	font-size: 16px;
}

.tpp-order-tip-contents .tpp-order-tip-fields input[type='number'] {
	width: 150px;
	height: 40px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	padding: 0 5px;
	border-radius: 5px;
}

.tpp-buttons {
	float: left;
	margin: 10px 0;
}

.tpp-buttons button{
	background: #eeeeee;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	color: #333333;
	cursor: pointer;
	padding: 7px 15px;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
}

.tpp-buttons button:hover {
	background: #ccc;
}

.tpp-order-tip-contents .tpp-buttons .tpp-order-tip-fields  {
	margin:0;
}
