@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	font-size: 22px;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 300;
}

.minus {
	color: #FF0000;
}

.button {	
	width: 100px;
	font-size: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	background-color: #EE0000;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #EE0000;
	color: #FFFFFF;
	cursor: pointer;
}

.s-button {	
	width: 70px;
	font-size: 16px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: center;
	vertical-align: top;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 1px solid #FFFFFF;
	background-color: #c1bcbc;
	color: #000000;
	transition: all 0.3s linear;
}

.textfield {
	width: 150px;
	font-size: 18px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
	vertical-align: middle;
	border-radius: 0px;
	font-weight: bold;
	letter-spacing: 2px;
	border: 2px solid #FFFFFF;
	color: #515050;
	transition: all 0.3s linear;
}
.textnote {
	width: 330px;
	height: 200px;
  	resize: none;        /* Disables the user resize handle */	
	font-size: 18px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
	vertical-align: middle;
	border-radius: 0px;
	font-weight: bold;
	letter-spacing: 2px;
	border: 2px solid #FFFFFF;
	color: #515050;
	transition: all 0.3s linear;
}
.textfield:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
}

.del-input {
  color: #FF0000;
  text-align: right;
  font-size: 20px;
  align-content: flex-end;
  width: 43px;             /* ให้ช่องกรอกข้อมูลกว้างเต็มฟอร์ม */
  height: 30px;            /* ความสูงคงที่ 40 พิกเซล */
  box-sizing: border-box;  /* สำคัญ: รวม padding และ border เข้าไปในความกว้างแล้ว จะได้ไม่ล้นกล่อง */
}

.my-input {
  font-size: 20px;
  text-align: right;
  align-content: flex-end;
  width: 52px;             /* ให้ช่องกรอกข้อมูลกว้างเต็มฟอร์ม */
  height: 30px;            /* ความสูงคงที่ 40 พิกเซล */
  box-sizing: border-box;  /* สำคัญ: รวม padding และ border เข้าไปในความกว้างแล้ว จะได้ไม่ล้นกล่อง */
}
