html, body, h1, form, fieldset, legend, ul, ol, li {
	margin: 0;
	padding: 0;
	}

body {
	background: #b2b7c8ff;
	color: #44363c;
	font-family: 1em Georgia, helvetica;
    font-weight: bold;
    cursor: url('images/butterfly_curser3.png'), auto;
    /*curser for web*/
	}

/* unused
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 18px;
	}
.clicker {
outline:none;
} 
.clicker:focus + .hiddendiv{
display:block;
}
 .hiddendiv{
display:none;
}
.shell fieldset:last-of-type {
	margin-bottom: 20px;}
*/
/*.shell input:not([type=submit]):focus,
.shell textarea:focus {
	background: #eaeaea;
}*/
					
/*.shell input[type=radio] {
	float: left;
	margin-right: 5px;
} unused */

/* Begin Header Image*/
.img{
	padding: o;
	display: block;
	margin: 0;
	width: 100%;
}
/* End Header Image*/

/* begin Overal */	
	.shell {
	width: 100%;
}

.shell fieldset {
	border: none;
	margin: 20px;
    text-align: center;
}
			
.shell legend {
	color: #44363c;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: 0 1px 1px #c7d883;
    text-align: center;
}

.shell label {
	float: left;
	font-size: 1em;
}

.shell ul li {
	border-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 5px;
	margin-bottom: 2px;
    margin-right: auto;
    font-size: .9em;   
}

/*input*/							
.shell input:not([type=radio]),
.shell textarea {
	background: #c6d4cc;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-family: 1.25em Georgia, helvetica;
	outline: none;
	padding: 5px;
	width: 20%;
    appearance: textfield;
    float: right;
}

.lineItem{
	position: relative;
}

.afterInput{
	position: absolute;
	top: -10px;
	right: 8px;
}
.beforeInput{
	position: absolute;
	top: -10px;
	right: 24%;
}
.shell select:not([type=option]) {
    Float: right;
    background: #c6d4cc;
    border-radius: 5px;
	border-style: none;
	height: 30px;
}
/* button*/					
.shell button {
	background: #7c9c89;
	border-style: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #44363c;
	display: inline-block;
	font: 1.25em Georgia, helvetica;
    font-weight: bold;
	letter-spacing: 1px;
	margin: auto;
	margin-top:10px;
	margin-bottom:10px;
	padding: 7px 25px;
	text-shadow: 0 1px 1px #c7d883;
	/*text-transform: uppercase;*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
					
.shell button:hover {
	background: #6c8f7b;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* End Overal */	

/*begin icon button*/
.shell .icon {
	vertical-align: middle;
	border-radius: 50%;
	background-color: #c6d4cc;
	border-style: none;
	width:20%;
	height: 20%;
	padding: 0px 0px;
	margin: 5px;
}

.shell .icon:hover {
  background-color: #6c8f7b;
}

.shell .icon img {
	width: 90%;
	height: 90%;
	object-fit: scale-down;
	
}

/*end icon button*/

/* begin tea*/
.shell .tea .teaTotal{
     line-height: 30px;
     }
.shell .tea .teaTotal input:not([type=radio]){
    display: flex;
    flex: auto;
    margin-left: 20px;
    Margin-right:20px;
}

.shell .tea .teaGoroz{
     line-height: 30px;
     padding-left:5px;
     }
     
.shell .tea .teaGoroz select:not([type=option]) {
     display: flex;
     flex: max-content;
     margin-left: 20px;
     margin-right:20px;
     }

.shell .tea li input:not([type=radio]),
.shell textarea {
     width: 70%;
     margin-right:5px;
}

.shell .tea li input:not([type=text]),
.shell textarea {
     width: 20%;
}

.shell .tea li {
     float:none;
     display:flex;
     flex-direction: row;
     flex-wrap: wrap;
     width: auto;
     padding: 5px;
     line-height: 5px;
}
/* end tea*/

/* begin footer*/
a {text-decoration: none;}

.hidden { display: none; }
.unhidden { display: block; }

#designed-by {
	color: #11604A;
	text-decoration: underline;
	margin-left: 50px;
	font-size: 1em;
}
/* end footer*/
