img.sml {width:13vw;max-width:13vw;}
.hdrfont{font-size: 1.1em; font-weight: bold;}
.smlhead{font-size:.8em; font-weight:bold;color:magenta;}
.smlheadblue{font-size:.8em; font-weight:bold;color:blue;}
.resetfont{font-size: 1.0em;font-weight: normal;};
div.ftrfont{font-size:.9em;}
div.hdr{width:99vw;height:auto;}
div.centr{text-align:center;}
div.tart{text-align:right;}
/* div.bnr{height:140px; width:99vw; background-image:url("PageGraphics/InnQuirerBannerHeadSingle.jpg"); background-repeat: repeat; } */
div.bnr{height:140px; width:99vw; background-image:url("PageGraphics/InnQuirer_NewsHeader_Banner.jpg"); background-repeat: repeat; }


img.hdr{width:98vw;height:auto;}

fieldset.noborder{border:none;}
span.fl{float: left;}
span.likebtn{border:medium black outset; background-color:silver;}

li.ds{margin-bottom: 10px;list-style-type: circle; }


/*THIS SECTION IS FOR HAMBURGER MENU ONLY*/
.hamburger:before{content:url(PageGraphics/hamburgerw.png);}
/* .hmb{display:inline-block; ;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} */

/*menu item highlight current page*/
.hlt{background-color:#BDE4E9;color:#008000 !important;}
 /* Add a black background color to the top navigation */
.hmenu {
  background-color: #8f93ef;
  overflow: hidden;
  width:100%;
  margin-top:2px;
}

/* Style the links inside the navigation bar */
.hmenu a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 8px 10px;
  font-size: 15px;
}

/* Change the color of links on hover */
.hmenu a:hover {
  color: white;
}

/* Add an active class to highlight the current page */

.hmenu a:active {
  color: white;
}

/* Hide the link that should open and close the hmenu on small screens */
.hmenu .icon {
  display: none;
} 

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the hmenu (.icon) */
@media screen and (max-width: 600px) {
  .hmenu a:not(:first-child) {display: none;}
  .hmenu a.icon {
	float: right;
	display: block;
	padding-right:20px;
  }
}

/* The "responsive" class is added to the hmenu with JavaScript when the user clicks on the icon. This class makes the hmenu look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .hmenu.responsive {position: relative;}
  .hmenu.responsive a.icon {
	position: absolute;
	right: 0;
	top: 0;
  }
  .hmenu.responsive a {
	float: none;
	display: block;
	text-align: left;
  }
} 

