@charset "UTF-8";
.tricks {
}
#p1 {
	display: none;
	width: 100%;
}
.paybox {
	background-color: #1B7B6E;
	height: 200px;
	width: 100%;
	border-radius: 8px;
}
.payboxred {
	background-color: #FF9966;
	height: 200px;
	width: 100%;
	border-radius: 8px;
}
.aaline {
	border-top-width: 0.5px;
	border-top-style: solid;
	border-top-color: #E8E6EA;
}
.paybox2 {
	background-color: #F8F8F8;
	height: 200px;
	width: 100%;
	border-radius: 8px;
}
.paybox3 {
	background-color: #1B7B6E;
	height: 45px;
	width: 100%;
	border-radius: 8px 8px 0px 0px;
	border: 0.5px solid #1B7B6E;
}

table#pii tr:nth-child(odd) {
	background-color: #FFF;
	font-family: "Raleway Regular";
	font-size: 14px;
	color: #000;
}
table#pii tr:nth-child(odd):hover {
	background-color: #CCCCCC;
	color: #FFF;
	cursor: pointer;
	-ms-transition: all 0s ease 200ms;
	-o-transition: all 0s ease 200ms;
}
table#pii tr:nth-child(even) {
	background-color: #F4F4F4;
	font-family: "Raleway Regular";
	font-size: 14px;
	color: #000;
}
table#pii tr:nth-child(even):hover {
	background-color: #CCCCCC;
	color: #FFF;
	cursor: pointer;
	-ms-transition: all 0s ease 200ms;
	-o-transition: all 0s ease 200ms;
}
table#sii tr:nth-child(even) {
	background-color: #F5F3F8;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
}
table#sii tr:nth-child(even):hover {
	background-color: #CCCCCC;
	color: #FFF;
	cursor: pointer;
	-ms-transition: all 0s ease 200ms;
	-o-transition: all 0s ease 200ms;
}
table#sii tr:nth-child(odd) {
	background-color: #FAFAFA;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
}
table#sii tr:nth-child(odd):hover {
	background-color: #CCCCCC;
	color: #FFF;
	cursor: pointer;
	-ms-transition: all 0s ease 200ms;
	-o-transition: all 0s ease 200ms;
}
.acceptic {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #FA6261;
	border-radius: 5px;
	cursor: pointer;
	padding: 4px;
	background-color: #FA6261;
}
.acceptic:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #00CC99;
	border-radius: 5px;
	background-color: #00CC99;
	-webkit-transition: all 420ms ease-in 20ms;
	-moz-transition: all 420ms ease-in 20ms;
	-ms-transition: all 420ms ease-in 20ms;
	-o-transition: all 420ms ease-in 20ms;
	transition: all 420ms ease-in 20ms;
	padding: 4px;
}
.newfont {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F63;
}
.newfont2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C9;
}
