
/**
 *   common.css
 *   Copyright 2012-2015 SwarmPoint LLC, New York
 *
 *   Syntax: commas indicate a seperate selector independently as if on a new line.
 *           a space between selectors incates a descendent of those to the left.
 */

/* Here to end of reset based on public domain html5doctor.com Reset Stylesheet */

/* v1.6.1 2010-09-17 Author: Richard Clark - http://richclarkdesign.com         */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.36; /* 1.36 or 1 */
  font-size: 1em; /* Not setting the font allows browser variation. */
  margin: 0;
}

nav,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  margin: 2px;
  border-style: solid;
  vertical-align: middle;
}

input {
  text-align: left;
}

/* end of reset */

div.innerBox {
  /* background-color: rgb(255, 255, 255); */

  /* border-bottom: 1px solid; */
}

/* Needs to define a level of transparency so that BG video can work */
div.outerShadedBox {
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: "alpha(opacity=80)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0.8)";
  opacity: 0.8;
  background: #f0feef;
  background: radial-gradient(#fefffc, #f0feef);
}

footer {
  border-top: 1px solid rgb(240, 240, 240);
}

input.fieldInput,
select.fieldInput {
  border-color: #666;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding-left: 5px;
}

/* For backward compatibility with non html5 browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* { z-index: 0; }

/* typekit fonts are ff-meta-serif-web-pro and pragmatica-web */
html,
body,
td {
  font-family: pragmatica-web, verdana, helvetica, arial, sans-serif;
  border-style: none;
}

.sans {
  font-family: pragmatica-web, verdana, helvetica, arial, sans-serif;
  font-style: normal;
  text-decoration: none;
  color: black;
  font-weight: 300;
}

.serif {
  font-family: ff-meta-serif-web-pro, serif;
  font-style: normal;
  text-decoration: none;
  color: black;
  font-weight: 300;
}

html {
  background-color: #fff;
}

html.shaded {
  background-color: #f0feef;
}

/* Could set margin: 0; padding: 0; border: 0; in html,body */

fieldset {
  /* border: 1px inset; */
  border: 2px groove white;
  margin: 2px;
  padding: 2px;
  margin-right: 18px; /* 18px when there is something on the right, otherwise 0 */
  box-shadow: 2px 2px 2px #333;
  border-radius: 3px;
  background: white;

  /* outline-width: thin; */
}

/* A division style which can be used in front of background photos */
div.whitewash50,
div.whitewash75,
div.whitewash85 {
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0.5)";
  opacity: 0.5;
  -webkit-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;

  /* margin-left: 2px;
  margin-top: 2px; */
  margin: 10px;
  padding: 10px;

  /* padding-bottom: 1px;
  padding-left: 1px;
  padding-top: 1px;
  padding-right: 1px; */

  background-color: #fff;
}

/* A division style which can be used in front of background photos */
div.whitewash75 {
  opacity: 0.75;
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
  filter: "alpha(opacity=75)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0.75)";
}

/* A division style which can be used in front of background photos */
div.whitewash85 {
  opacity: 0.85;
  -khtml-opacity: 0.85;
  -moz-opacity: 0.85;
  -ms-filter: "alpha(opacity=85)";
  filter: "alpha(opacity=85)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0.85)";
}

/*
Cross browser opacity
div {
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0.5)";
  opacity: 0.5;
}

Pairs. Behind is the image with transparency. In front is a div which is opaque.

A pair:

div {
  width: 200px;
  height: 200px;
  display: block;
  position: relative;
}

div: after {
  content: "";
  background: url(http://subtlepatterns.com/patterns/bo_play_pattern.png);
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

Another pair:
#content {
  position: relative;
  z-index: 1;
}

#content: before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(image.jpg);
  opacity: 0.7;
}

*/

/* Page wrapper model
 * body {
 *  margin: 50px 0px;
 *      text-align: center;
 *          }
 *
 *              #Content {
 *                  width: 500px;
 *                      margin: 0px auto;
 *                          text-align: left;
 */

/* img { border: 0px;width: 100%;height: 100%; } */
a img { border: none; }
img[valign="middle"] { vertical-align: middle; } /* Based on ProtoShare */

img.picture,
div.page {
  overflow: hidden;
  border-color: #666;
  color: #666;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  padding-bottom: 10px;

  /* The following does not work: */
  margin: auto; /* Indication that an absolute margin value is needed */
  margin-left: auto; /* margin-* not acknowledged by firefox */
  margin-right: auto;

  /* padding-left: auto;
   padding-right: auto; */

  /* text-align: center; Not functional */
}

img.picture {
  border: 1px;
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover; /* Opera 11+ */
}

/* For a horizontal list of items such as a menu */

/* > means 'with a ... inside' */
.nav > ul > li {
  display: inline-block;
}

/* IE 5.5+ but not standard CSS so only IE */

a:link {
  text-decoration: none;
  color: #000;
}

/* visited and link can only differ by color */
a:hover {
  text-decoration: underline;
  color: #000;
}

a:visited {
  text-decoration: none;
  color: #000;
}

/* Removes firefox inner dotted box */
a:focus {
  outline: 0;
}

.nav > ul > li a:link,
.nav > ul > li a:visited {   /* visited and link can only differ by color */
  display: block;
}

/* div,span.center */
div.centerContainer,
div.rightContainer,
div.leftContainer,
div.centered,
a.centered {
  margin: auto; /* Indication that an absolute margin value is needed */
  margin-left: auto; /* margin-* not acknowledged by firefox */
  margin-right: auto;
}

div.centerContainer {
  text-align: center;
}

div.rightContainer {
  text-align: right;

  /* float: right;
  clear: right; */
}

div.leftContainer {
  text-align: left;
}

div.centered,
a.centered { /* Must have an absolute width */
  display: block;
}

/* Add cleafix to containers using float within - effective IE8+ */

div.clearfix::before,
.clearfix::after {
  content: "020";
  display: block;
  height: 0;
  overflow: hidden;
}
div.clearfix::after { clear: both; }
div.clearfix { zoom: 1; }

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

/* visited and link can only differ by color */

h1,
h2,
h3 {
  font-size: 1.2em;
  font-style: normal;
  font-weight: 450;
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-family: 'MontserratMedium', pragmatica-web, verdana, helvetica, arial, sans-serif;
  text-align: left;
}

h1,
.breadcrumbs {
  text-transform: uppercase;
  text-shadow: 0.1em 0.1em 0.4em white;
}

h2 {
  line-height: 1.5em;
  text-shadow: 0.075em 0.075em 0.2em white;
}

h3 {
  font-size: 1em;
  text-shadow: 0.05em 0.05em 0.1em white;
}

span.tiny,
a.tiny {
  font-size: 8pt;
}

input.border-thin,
div.border-thin {
  border-color: #666;
  color: #666;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}

input.rounded {
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

div.rounded {
  margin: 10px;
  padding: 10px;
  border: 2px groove black;
  -webkit-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}

/* -moz-border-radius: was renamed in Gecko/Firefox 2.0 and is dropped from 13.0
 */
input.button,
input.primary,
input[type='reset'],
input[type='submit'],
button {
  text-align: center;
  overflow: hidden;
  background: none;
  background-color: #d8d8d8;
  border-color: #666;
}

/* .shadowbox not used */
div.shadowbox,
input.button,
input.primary,
input[type='reset'],
input[type='submit'],
button,
div.pagination {
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  /* margin-left: 2px;
  margin-top: 2px; */
  margin: 2px;
  padding: 2px; /* Why 2 here and 1 in the subsquent lines */
  padding-bottom: 1px;
  padding-left: 1px;
  padding-top: 1px;
  padding-right: 1px;
}

/* Remove firefox dotted box on in focus items. Does not work for a:: */
input.button::-moz-focus-inner,
input.primary::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

input.button:focus,
input.primary:focus,
input[type='reset']:focus,
input[type='submit']:focus,
button:focus {
  border-width: 2px;

  /* Reduce the margin by the boder width increment to avoid wiggle */
  margin: 1px;
}

button.loud,
fieldset.alert {
  border-color: #f00;
  border-style: solid;
  border-width: 2px;
  padding: 5px 20px 5px 20px;

  /* background: none repeat scroll 0% 0%; */
}

div.shadowbox,
div.pagination {
  text-align: left;
  background-color: #f8f8f8;
  box-shadow: 2px 2px 2px #333;
  overflow: hidden;
}

/* =40 is for IE8 and earlier */

button:disabled {
  opacity: 0.4;
  filter: "alpha(opacity=40)";
}

button:not(:disabled):active:hover {
  background-color: #d0ffd0;
}

a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  color: initial;
}

a.linkbutton {
  background-color: lightgray;
  border: solid;
  border-width: 2px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border-color: darkgray;
  color: black;
  padding: 1px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 1px 1px;
  cursor: pointer;
}

.border-right td { border-right: 1px solid #d0d0d0; }
.footer td { padding: 5px 20px 5px 5px; }

header {
  column-span: all;
  -webkit-column-span: all;
}

nav {
  margin-top: 3px;
}

div.navglobal,
div.navlocal {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'MontserratMedium', pragmatica-web, verdana, helvetica, arial, sans-serif;
}

section.columned,
section.columned2,
section.columned3,
section.columned4,
section.columned5,
section.columned-medium {
  column-gap: 3em;
  column-rule: 2px solid black;
  column-fill: auto;
  break-after: column;
  -moz-column-gap: 3em;
  -moz-column-rule: 2px solid black;
  -moz-column-fill: auto;
  -moz-break-after: column;
  -webkit-column-gap: 3em;
  -webkit-column-rule: 2px solid black;
  -webkit-column-fill: auto;
  -webkit-break-after: column;
}

section.columned2 {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}

section.columned3 {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
}

section.columned4 {
  column-count: 4;
  -moz-column-count: 4;
  -webkit-column-count: 4;
}

section.columned5 {
  column-count: 5;
  -moz-column-count: 5;
  -webkit-column-count: 5;
}

span.break,
h1.break {
  break-before: column;
  -moz-break-before: column;
  -webkit-break-before: column;
  overflow: auto; /* box everything in so it doesn't flow into the next column */
  max-height: 4000px; /* we need to define a size for the box */
}

div.leftColumn,
div.left {
  float: left;
  width: 320px;
}

/* .break and .leftColumn are used by style.inc columns */

/* Being ignored by Firefox 14 - Safari and Chrome only */

/* Not used
.newPage {
  page-break-before:always;
}
*/

div.outerBlock {
  text-align: center;
}

/* Not used
.sideBlock {
  float: left;
}

.sideBlock {
  width: 192px;
}
*/

div.middleBlock {
  text-align: left;
  display: block;
  margin-left: auto;
  margin-right: auto;

  /* width: 384px; */
}

/* Not used */
td .vertical {
  border-color: #000;
  color: #000;
  background-color: #000;
}

/* Not working */
col.identifier {
  background-color: rgba(129, 255, 192, 0.6);

  /* mint green */
}

/*
linear-gradient(to bottom right, #fff, #F0F0F0);
background-image: linear-gradient(to bottom right, #fff, #F0F0F0);
background: radial-gradient(#a1e048, #6a942f);
style="text-align: center;background: radial-gradient(#F8FCA8, #CAf48F);"
style="text-align: center;background: radial-gradient(#FDFEC8, #EAFDAF);"
background: radial-gradient(#FDFEF8, #EAFDBF);

Gradient. IE Only
 filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#C0CFE2', startColorstr='#fff', gradientType='0');

 A more complex multiple div solution:
 http://slayeroffice.com/code/gradient/

 http://learn.shayhowe.com/html-css/backgrounds-gradients

background: #999;
 for non-css3 browsers

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000');
 for IE
background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000));
 for webkit browsers
background: -moz-linear-gradient(top,  #ccc,  #000);
 for firefox 3.6+

background-image: linear-gradient(bottom, rgb(161,238,214) 44%, rgb(194,255,255) 72%, rgb(233,255,255) 81%);
background-image: -o-linear-gradient(bottom, rgb(161,238,214) 44%, rgb(194,255,255) 72%, rgb(233,255,255) 81%);
background-image: -moz-linear-gradient(bottom, rgb(161,238,214) 44%, rgb(194,255,255) 72%, rgb(233,255,255) 81%);
background-image: -webkit-linear-gradient(bottom, rgb(161,238,214) 44%, rgb(194,255,255) 72%, rgb(233,255,255) 81%);
background-image: -ms-linear-gradient(bottom, rgb(161,238,214) 44%, rgb(194,255,255) 72%, rgb(233,255,255) 81%);

background-image: -webkit-gradient(
  linear,
  left bottom,
  left top,
  color-stop(0.44, rgb(161,238,214)),
  color-stop(0.72, rgb(194,255,255)),
  color-stop(0.81, rgb(233,255,255))
);
*/

/* Form contained overlay which contained a div containing an iframe. */

/* Based on gsc styles of google search in default+en.css             */

/* .pop-results-wrapper-nooverlay {
} */

.pop-results-wrapper-overlay {
  border: none;
  margin: auto;
  border-radius: 1px;
  overflow: auto;
  height: 80%;
  -webkit-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  border-collapse: separate;
  background: white;
  padding: 30px;
  width: 70%;
  position: fixed !important;
  top: 5%;
  left: 12%;
  opacity: 0;
  z-index: 100002;
  visibility: hidden;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;

  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";

  /* For IE 5.5 - 7 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
}

.pop-results-wrapper-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.pop-results-wrapper-invisible {
  opacity: 0 !important;
  visibility: hidden !important;
}

.pop-results-close-btn {
  float: right;
  display: none;
  opacity: 0;
  position: absolute !important;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.pop-results-close-btn-visible {
  display: block;
  opacity: 1;
}

.obscure-behind { /* grey-out content behind */
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  backdrop-filter: blur(3px) grayscale(100%);
  -webkit-backdrop-filter: blur(3px) grayscale(100%);
}

.obscure-this { /* grey-out this content */
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: auto;
  background-image: -ms-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(5px);

  /* -ms-filter: blur(5px); Defined below */

  /* filter: url('blur.svg#blur'); Fix for ff - but BREAKS */

  /* -ms-filter: 'progid:DXImageTransform.Microsoft.Blur(pixelradius=3)'; */

  /* IE 8 */
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=15)';

  /* IE 5-7 */
  filter: alpha(opacity=15);

  /* Netscape */
  -moz-opacity: 0.15;

  /* Safari 1.x */
  -khtml-opacity: 0.15;

  /* Good browsers */

  /* filter: Chrome, Safari 6+, and Opera 15+. */

  /* filter: blur(5px); */
  opacity: 0.15;
}

div.authentication {
  background-color: #fff; /* white */
}

/* Makes inline fields too wide: display:inline-block; width:250px; */
label.tallFieldLabel,
label.independentTallFieldLabel {
  vertical-align: top;
}

.FieldInvalid {
  border: 2px solid;
}

.FieldInput {
  border: 2px solid;
}

.post {
  color: #0c0;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

.posttypetitle {
  font-size: 18px;
  font-weight: bold;
}

.posttitle {
  font-family: georgia, tahoma, arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.postsubtitle {
  color: #666;
  font-size: 11px;
}

.postcontent {
  color: #000;
  font-size: 12px;
  line-height: 18px;
}

.postimg {
  clear: both;
  height: 5px;
  margin: 0;
  font-size: 1px;
  line-height: 0px;
}

/* auth_set */

.passwordrules {
  font-size: 12px;
  list-style: circle inside;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

#rulestitle,
#strengthtitle {
  font-size: 14px;
}

ul.passwordrules {
  margin-left: 40px;
  padding-left: 0;
}

/* auth_set meeter */

meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto 1em;
  width: 100%;
  height: 0.5em;
  margin-top: 0.5em;

  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

/* Webkit based browsers */
meter[value="0"]::-webkit-meter-optimum-value { background: black; }
meter[value="1"]::-webkit-meter-optimum-value { background: black; }
meter[value="2"]::-webkit-meter-optimum-value { background: black; }
meter[value="3"]::-webkit-meter-optimum-value { background: black; }
meter[value="4"]::-webkit-meter-optimum-value { background: black; }
meter[value="5"]::-webkit-meter-optimum-value { background: black; }
meter[value="6"]::-webkit-meter-optimum-value { background: black; }
meter[value="7"]::-webkit-meter-optimum-value { background: black; }
meter[value="8"]::-webkit-meter-optimum-value { background: red; }
meter[value="9"]::-webkit-meter-optimum-value { background: red; }
meter[value="10"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="11"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="12"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="13"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="14"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="15"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="16"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="17"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="18"]::-webkit-meter-optimum-value { background: orange; }
meter[value="19"]::-webkit-meter-optimum-value { background: orange; }
meter[value="20"]::-webkit-meter-optimum-value { background: orange; }
meter[value="21"]::-webkit-meter-optimum-value { background: orange; }
meter[value="22"]::-webkit-meter-optimum-value { background: orange; }
meter[value="23"]::-webkit-meter-optimum-value { background: orange; }
meter[value="24"]::-webkit-meter-optimum-value { background: orange; }
meter[value="25"]::-webkit-meter-optimum-value { background: orange; }
meter[value="26"]::-webkit-meter-optimum-value { background: orange; }
meter[value="27"]::-webkit-meter-optimum-value { background: orange; }
meter[value="28"]::-webkit-meter-optimum-value { background: orange; }
meter[value="29"]::-webkit-meter-optimum-value { background: orange; }
meter[value="30"]::-webkit-meter-optimum-value { background: orange; }
meter[value="31"]::-webkit-meter-optimum-value { background: orange; }
meter[value="32"]::-webkit-meter-optimum-value { background: orange; }
meter[value="33"]::-webkit-meter-optimum-value { background: orange; }
meter[value="34"]::-webkit-meter-optimum-value { background: orange; }
meter[value="35"]::-webkit-meter-optimum-value { background: orange; }
meter[value="36"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
meter[value="0"]::-moz-meter-bar { background: black; }
meter[value="1"]::-moz-meter-bar { background: black; }
meter[value="2"]::-moz-meter-bar { background: black; }
meter[value="3"]::-moz-meter-bar { background: black; }
meter[value="4"]::-moz-meter-bar { background: black; }
meter[value="5"]::-moz-meter-bar { background: black; }
meter[value="6"]::-moz-meter-bar { background: black; }
meter[value="7"]::-moz-meter-bar { background: black; }
meter[value="8"]::-moz-meter-bar { background: red; }
meter[value="9"]::-moz-meter-bar { background: red; }
meter[value="10"]::-moz-meter-bar { background: yellow; }
meter[value="11"]::-moz-meter-bar { background: yellow; }
meter[value="12"]::-moz-meter-bar { background: yellow; }
meter[value="13"]::-moz-meter-bar { background: yellow; }
meter[value="14"]::-moz-meter-bar { background: yellow; }
meter[value="15"]::-moz-meter-bar { background: yellow; }
meter[value="16"]::-moz-meter-bar { background: yellow; }
meter[value="17"]::-moz-meter-bar { background: yellow; }
meter[value="18"]::-moz-meter-bar { background: orange; }
meter[value="19"]::-moz-meter-bar { background: orange; }
meter[value="20"]::-moz-meter-bar { background: orange; }
meter[value="21"]::-moz-meter-bar { background: orange; }
meter[value="22"]::-moz-meter-bar { background: orange; }
meter[value="23"]::-moz-meter-bar { background: orange; }
meter[value="24"]::-moz-meter-bar { background: orange; }
meter[value="25"]::-moz-meter-bar { background: orange; }
meter[value="26"]::-moz-meter-bar { background: orange; }
meter[value="27"]::-moz-meter-bar { background: orange; }
meter[value="28"]::-moz-meter-bar { background: orange; }
meter[value="29"]::-moz-meter-bar { background: orange; }
meter[value="30"]::-moz-meter-bar { background: orange; }
meter[value="31"]::-moz-meter-bar { background: orange; }
meter[value="32"]::-moz-meter-bar { background: orange; }
meter[value="33"]::-moz-meter-bar { background: orange; }
meter[value="34"]::-moz-meter-bar { background: orange; }
meter[value="35"]::-moz-meter-bar { background: orange; }
meter[value="36"]::-moz-meter-bar { background: green; }
