html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
}
/*
nav:not(.mm-menu)
{
	display: none;
}
*/
.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{
	background: #386890;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 22px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 10px;
}
.footer
{
	height: 26px;
	line-height: 11px;
}

.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
	background: center center no-repeat transparent;

	display: block;
	width: 40px;
	height:40px;
	position: absolute;
	top: 0;
	left: 10px;

}
.content
{
	padding: 150px 50px 50px 50px;
}
/*
untuk format last use menu
*/
.dolast
{
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  margin: 1px;
  background-color: #85D1A6;
  color:#363636;
  font-family:arial, verdana, sans-serif;
  font-size:11px;
  font-weight:bold;
}
.myPopUp {
   padding: 3px 3px;
   background: #FFD1D1;
   border: 1px solid #999;
   position: fixed;  /* This is the magic - stays during scroll. */
   top: 100;
   display: none;
}
.myPopUpMoveHeader {
  padding: 5px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
}
.myPopUpCloseHeader {
  background-color: #282877;
  color: #fff;
}
