.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

body {	
	background-color: #99FFCC;
	width=100%;
	font-size=14px;
	}

.site_name {
  display: none;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid;
  padding: 2px;
}

.menu_icon {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.menu_icon svg {
  width: 32px;
}

.nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav__list {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid;
}

.nav__item {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  padding: .2em .2em;
  border: none;
}

.nav__item__hidden {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  padding: 1.0em;
}

.nav a {
  padding: 1.5em;
}

.nav a:hover {
  text-decoration: underline;
}

.nav select {
  padding: 1.5em;
}

.nav_old {
	display: none;
}

.heading_2 {
  width: 100%;	
}

.main_body {
  width: 100%;	
}

.summary_counts{
	width:100%;
}

.summary_counts_list {
  width: 100%;
  padding: 0;
  margin: 0;
}

.summary_counts_item {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  padding: .2em .2em;
  border: none;
}
.summary_counts_item_full_width {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  padding: .2em .2em;
  border: none;
}

.summary_counts a {
}

.summary_counts a:hover {
}

@media screen and (max-width: 500px) {
	.site_name {
		display: block;
	}
	.menu_icon {
		display: block;
	}
	.nav_old {
		display: none;
	}
    .summary_counts_item {	
	  width:100%;
	}
	.nav {
	  z-index: 10;
	  background-color: #fff;
	  width: 300px;
	  position: absolute;
	  /* This trasform moves the drawer off canvas. */
	  -webkit-transform: translate(-600px, 0);
	  transform: translate(-600px, 0);
	  /* Optionally, we animate the drawer. */
	  transition: transform 0.3s ease;
	}
	.nav.open {
	  -webkit-transform: translate(0, 0);
	  transform: translate(0, 0);
	}
	
}

@media screen and (min-width: 501px) and (max-width: 720px) {
	.nav {
		display: inline-block;
	}
	.nav_old {
		display: none;
	}
    .summary_counts_item {	
	  width:50%;
	}
	
}

@media screen and (min-width: 721px) and (max-width: 950px) {
	.nav {
		display: inline-block;
	}
	.nav_old {
		display: none;
	}
    .summary_counts_item {	
	  width:33%;
	}
	
}


@media screen and (min-width: 951px) {
	.nav {
		display: none;
	}
	.nav_old {
		display: inline-block;
	}
    .summary_counts_item {	
	  width:25%;
	}
	
}
  

@media screen and (min-width: 1500px) {
  .nav, .content, .heading_2, .summary_counts_list {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
}

#PrintCopyright {display: none}
#PrintCoverPage {display: none}

#myProgress {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: grey;
}
#myBar {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: green;
}
#mylabel {
    text-align: center; /* If you want to center it */
    line-height: 30px; /* Set the line-height to the same as the height of the progress bar container, to center it vertically */
    color: white;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    max-width: 1000px;
    background-color: white;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
 
/* Position the tooltip */
    position: absolute;
	display: block;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -50px; /* Use half of the width, to center the tooltip */
	} 

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.RedBoldFont {
	font-weight: bold;
	color: #F00;
}
.RedFont {
	color: #F00;
}
.BlueFont {
	color: #8080ff;
}

.advanced_search{
	width:100%;
	display:none;
}

.search_size{
	width:100%;
	display:none;
}

.search_shapes{
	width:100%;
	display:none;
}

.search_shapes_list {
  width: 100%;
  padding: 0;
  margin: 0;
}

.search_shapes_item {
  box-sizing: border-box;
  display: inline-block;
  line-height: 24px;
  padding: .2em .2em;
  border: none;
}

.search_materials{
	width:100%;
	display:none;
}

.search_materials_list {
  width: 100%;
  padding: 0;
  margin: 0;
}

.search_materials_item {
  box-sizing: border-box;
  display: inline-block;
  line-height: 24px;
  padding: .2em .2em;
  border: none;
}

.search_obvborders{
	width:100%;
	display:none;
}

.search_obvborders_list {
  width: 100%;
  padding: 0;
  margin: 0;
}

.search_obvborders_item {
  box-sizing: border-box;
  display: inline-block;
  line-height: 24px;
  padding: .2em .2em;
  border: none;
}

.search_revborders{
	width:100%;
	display:none;
}

.search_revborders_list {
  width: 100%;
  padding: 0;
  margin: 0;
}

.search_revborders_item {
  box-sizing: border-box;
  display: inline-block;
  line-height: 24px;
  padding: .2em .2em;
  border: none;
}

.search_cutouts{
	width:100%;
	display:none;
}

.search_cutouts_list {
  width: 100%;
  padding: 0;
  margin: 0;
}

.search_cutouts_item {
  box-sizing: border-box;
  display: inline-block;
  line-height: 24px;
  padding: .2em .2em;
  border: none;
}

.search_userviews{
	width:100%;
	display:none;
}

.search_userviews_list {
  width: 100%;
  padding: 0;
  margin: 0;
}

.search_userviews_item {
  box-sizing: border-box;
  display: inline-block;
  line-height: 24px;
  padding: .2em .2em;
  border: none;
}

