/* MAIN*/
body {
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Segoe UI, SegoeUI, Helvetica Neue, Helvetica, Arial;
	background-image: url("/images/spice4.jpg");
	background-attachment: fixed;
	background-color: lightsteelblue;
	margin: 0;
	text-align: center;
}

a {
	color: rgb(34, 34, 238);
	text-decoration: none;
}

a:link {
	color: rgb(34, 34, 238);
}

a:hover {
	color: #bb00bb;
}

a:active,
a:focus {
	color: #bb00bb;
}

.space-top {
	text-align: center;
	margin-bottom: 20px;
}

.space-bottom {
	text-align: center;
	margin-top: 60px;
}

.buttonstyle {
	color: rgb(34, 34, 238);
	padding: 3px 10px 3px 10px;
	background-color: #A8B3BD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	height: 23px;
	width: auto;
	display: inline-block;
}

nav {
	/*float: right;*/
	padding: 0;
	/*border: 3px solid #4C9CF1;*/
}

h1 {
	font-size: 1.15em;
	color: navy;
	line-height: 1.45em;
	/*margin: 5px 0 ;*/
	text-align: center;
	background-color: lightsteelblue;
}

h2 {
	font-size: 1.2em;
	color: navy;
	line-height: 1.3em;
	margin: 20px 0;
	text-align: center;
	background-color: lightsteelblue;
}

h3 {
	font-size: 0.9em;
	color: navy;
	line-height: 1.25em;
	margin: 6px 3px 3px 3px;
	text-align: center;
	background-color: lightsteelblue;
	padding: 3px;
}

h4 {
	font-size: 0.8em;
	color: navy;
	line-height: 1.25em;
	margin: 6px 3px 3px 3px;
	text-align: center;
	background-color: lightsteelblue;
	padding: 3px;
}

h5 {
	font-size: 0.7em;
	color: navy;
	line-height: 1.25em;
	margin: 6px 3px 3px 3px;
	text-align: center;
	background-color: lightsteelblue;
	padding: 3px;
}

p {
	line-height: 1.45em;
	/*margin-bottom: 20px;*/
	margin: 20px 20px 20px 20px;
	background-color: white;
	padding: 20px;
}

ul {
	list-style: none;
	padding: 0px;
	text-align: center;
}

li {
	display: inline-block;
	/*float: left;*/
	/*padding: 10px*/
	padding: 2px 4px 0 0;
}

table {
	border-collapse:
		collapse;
	width: 100%;

}

th {
	height: 30px;
	background-color: lightsteelblue;
	padding-left: 8px;
	text-align: center;
}

table tr:nth-child(2n+1) td {
	/*for color flip on lists*/
	background: linen;
}

table tr td a {
	/*no need for br on product names*/
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	padding-bottom: 4px;
}

.chtols {
	/*special color and font size for left shift*/
	font-size: 1.2em;
	font-weight: 800;
	font-style: italic;
	color: #006699;
	padding-bottom: 3px;
}

/* HEADER*/
header {
	background-color: lightsteelblue;
	width: 100%;
	height: auto;
	min-height: 112px;
	position: sticky;
	top: 0;
	left: 0;
	border-bottom: 4px solid #4C9CF1;
	padding-bottom: 4px;
	z-index: 100;
	text-align: center;
}

#logo {
	display: block;
	font-size: 1.4em;
	color: navy;
	padding-top: 10px;
	font-weight: bold;
}

#Description {
	font-size: 1.0em;
	/* was 0.9 */
	color: navy;
	font-weight: bold;
}

/* NAVIGATION*/

#menu-icon {
	display: hidden;
	width: 30px;
	height: 26px;
	background: lightsteelblue url("/images/icons-png/bars-white.png") no-repeat center;
}

a:hover#menu-icon {
	background-color: #bb00bb;
	border-radius: 4px 4px 0 0;
}

#datanavmenu {
	font-size: 18px;
	color: #2262AD;
	line-height: 18px;
	font-weight: bold;

}

#datanavmenu ul li a:nth-child(2) {
	padding-left: 12px;
}

/* BODY*/
section {
	margin: 0 8px 20px;
	width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
	max-width: 980px;
	position: relative;
	padding: 1px;
	display: inline-block;
}

.rethom {
	padding-top: 10px;
	padding-bottom: 6px;
	font-size: 12pt;
	text-align: center;
	color: #000088;
	background-color: lightsteelblue;
}

.cpyrpad {
	padding-top: 1px;
	padding-bottom: 6px;
	font-size: 12pt;
	text-align: center;
	color: #000088;
	background-color: rgb(204, 245, 245);
}

.cpyrght {
	padding-top: 1px;
	padding-bottom: 6px;
	font-size: 12pt;
	text-align: center;
	color: #000088;
	background-color: lightsteelblue;
}

/*
 *  jq-accordion - vv1.0.0
 *  Responsive, CSS powered, jQuery accordion plugin
 *  http://nayzawoo.github.com/jquery-accordion
 *
 *  (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 *  (c) 2016 Nay Zaw Oo <nayzawoo.me@gmail.com>
 *  Under MIT License
 */
/* Requirements */

[data-accordion] [data-content] {
	overflow: auto;
	/*was hidden*/
	margin-left: -39px;
	width: 200px;
	background-color: white;
	height: auto;
	position: absolute;
	/*don't know about this was relative*/
	z-index: 10;
	border-right: 2px solid #4C9CF1;
	border-left: 2px solid #4C9CF1;
	border-radius: 4px 4px 4px 4px;
}

.small {
	width: 140px;
	height: 57px;
}

.spohdr {
	padding: 4px 2px 4px 2px;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

.spohdr a {
	padding: 4px 2px 4px 2px;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

/* Basic Theme */

[data-accordion] {
	padding: 4px;
}

[data-control],
[data-content]>* {
	padding: 0px;
	font-size: 16px;
	/*was 14 */
}

[data-content] [data-accordion] {
	border: 0;
	padding: 0;
}

[data-accordion] [data-control] {
	position: relative;
	padding-right: 0px;
}

[data-accordion]>[data-control]:after {
	content: "";
}

[data-accordion].open>[data-control]:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

[data-content] div {
	text-align: center;
	padding: 3px 2px 3px 2px;
}

[data-content] div:nth-child(2) {
	font-weight: 700;
}


/*MEDIA QUERY NAVIGATION*/
@media only screen and (max-width : 670px) {

	/*was 640*/
	#logo {
		font-size: 1.1em;
		margin: 0 40px 0 40px;
	}

	#Description {
		font-size: 0.8em;
		margin: 0 40px 0 40px;
	}

	header {
		min-height: 68px;
	}

	section {
		/*margin: 68px auto 40px;*/
		max-width: 980px;
		position: relative;
		padding: 1px;
		display: block;
	}

	#menu-icon {
		display: inline-block;
	}

	.navsmall {
		/*width: 40px;*/
		height: 26px;
		float: right;
		/*padding: 0px 2px 2px 1px;*/
		border: 3px solid #4C9CF1;
		border-radius: 6px;
		position: absolute;
		right: 0;
		top: 0;
		margin: 4px 4px 0 0;
	}

	nav ul,
	nav:active ul {
		display: none;
		position: absolute;
		padding: 6px;
		background: #fff;
		border: 4px solid #4C9CF1;
		right: 0;
		top: 35%;
		width: 128px;
		border-radius: 4px 0 4px 4px;
	}

	nav li {
		text-align: center;
		width: 100%;
		padding: 8px 0;
		margin: 0;
	}

	nav:hover ul {
		display: block;
	}

	nav:hover ul li:hover {
		background-color: lightsteelblue;
	}

	nav:hover ul li a:hover {
		color: #bb00bb;
	}
}