/* http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
*/
html {
	margin: 0;
	padding: 0;
	line-height: 1;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
hr, .hr {
	border-width: 0 0 1px 0;
	border-style: solid;
	color: #1d456f;
	border-color: #72a3c2;
	margin: 0 0 10px;
	float: left;
	width: 100%;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 20px 0;
}
h2 {
	font-size: 26px
}
h3 {
	font-size: 18px
}
h4, h5, h6 {
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 15px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:focus {
		outline: none;
}
p {
	line-height: 1.3;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
ul {
	list-style: square;
}
li {
	margin-left: 20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
 *	ENDS OF MEYER CODE
 *
/*	=====================================================================	*/
/*	=====================================================================	*/
/*
 *	THIS IS MY CODE
 */

* {
	box-sizing: border-box;
}
html {
	font-size: 17px;
}
header,
content, 
main,
footer,
aside,
article,
div,
h1,
h2,
h3,
h4,
h5 {
	width: 100%;
	float: left;
}
div::after,
div:after,
table::after {
	content: "";
	clear: both;
	display: table;
}
form td {
	border: none;
	word-wrap: break-word;
}
form label,
form input,
form textarea {
	width: 100%;
	float: left;
	/*resize: none;*/
}
form label {
	font-weight: bold;
	padding: 4px 0;
}
label span {
	font-weight: normal;
	display: block;
	cursor: pointer;
}
form label.label {
	padding: 0 !important;
}
form label span {
	padding: 4px 30px;
}
table {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #6fa19a;
}
thead {
	border: 1px solid #6fa19a;
	background: #6fa19a !important;
}
tbody {
	border: 1px solid #6fa19a;
}
tr {
	width: 100%;
}
tbody tr:hover {
	background: #c5e2f8;
}
th, td {
	padding: 6px 3px;
	vertical-align: middle;
}
th {
	font-weight: bold;
}
select, input, textarea {
	border: 1px solid #6fa19a;
	font-size: 15px;
	padding: 0;
}
input, textarea {
	padding: 1pt 6pt;
	background: #fff;
	color: #000;
}
textarea {
	resize: vertical;
	width: 100%;
}
input[type=radio],
input[type=checkbox] {
	width: auto;
	cursor: pointer;
	/*margin: 0;*/
}
option {
	/*padding: 1px;*/
	font-size: 16px;
}
button {
	cursor: pointer;
	background: #008d06;
	color: #fff;
	border: none;
	font-size: 16px;
}
button:hover {
	background: #0bc950;
}
button.warning {
	background: #e4940e;
}
pre {
	overflow: hidden;
	line-height: 1.1;
}
pre p {
	width: auto;
	float: none !important;
}
ul.bullet-off {
	list-style: none;
}
ul.bullet-off li {
	float: left;
	width: auto;
	margin-left: 0;
}
/*	WIDTH ONLY	*/
.wa {
	width: auto;
}
.w5 {
	width: 5%;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30{
	width: 30%;
}
.w33 {
	width: calc(100%/3);
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
	float: left;
}
.w60 {
	width: 60%;
}
.w66 {
	width: calc(100%*2/3);
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w100 {
	width: 100%;
	float: left;
}
.w50:nth-child(odd){
	padding-right: 3px;
}
.w50:nth-child(even){
	padding-left: 3px;
}
/*
	FLOATING*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}
/*
	TEXT ALIGN		*/
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.tal,
.tan {
	text-align: left;
}
.vam {
	vertical-align: middle;
}
.vat {
	vertical-align: top;
}
/*	--MARGIN and --PADDING		*/
.m0a {
	margin: 0 auto;
	float: none;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mr10 {
	margin-right: 10px;
}
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.pr3 {
	padding-right: 3px;
}
.pl3 {
	padding-left: 3px;
}
.p03 {
	padding: 0 3px;
}
.pr5 {
	padding-right: 5px;
}
.pl5 {
	padding-left: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.p510 {
	padding: 5px 10px;
}
input.p1020,
select.p1020,
button.p1020,
.p1020 input,
.p1020 select,
.p1020 button,
.p1020 {
	padding: 10px 20px !important;
}

/*	TEXT STYLE		*/
.normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.border {
	border: 1px solid #6fa19a;
}
/*	FONT SIZE	*/
.fs-10 {
	font-size: 10px;
}
.fs-11 {
	font-size: 11px;
}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-20 {
	font-size: 20px;
}
.fs-22 {
	font-size: 22px;
}
.fs-24 {
	font-size: 24px;
}
.fs-26 {
	font-size: 26px;
}
.fs-36 {
	font-size: 36px;
}
.fs-48 {
	font-size: 48px;
}
tr.border:last-child {
	border-bottom: none;
}
/*	ELEMENT STYLE	*/
/*html, body, .inner, .outer {
	min-height: calc(100% - 5px);
	height: auto;
}*/
.outer {
	padding: 0 5px;
}
.inner {
	max-width: 1313px;
	margin: 0 auto;
	float: none;
}
.hidden {
	visibility: hidden;
	display: none;
}
.pointer {
	cursor: pointer;
}
@media screen and ( max-width: 480px ){
	.w50 {
		width: 100%;
	}
	.w10 {
		width: 20%;
	}
}