/* Theme for the Mozilla Update plugin */

.hh_mozillaUpdate_mdbwidget {
  background: #def2ff;
}
.hh_mozillaUpdate_mdbwidget ul.download-link {
  list-style: none;
  padding-left: 0px;
}

.hh_mozillaUpdate_mdbwidget ul.download-link li.os-link a {
  color: #09700b;
  background: url(img/download-button.png) no-repeat;
  font-size: 1.1em !important;
  text-decoration: none;
  padding-top: 15px;
  padding-right: 0px; 
  padding-left: 15px;
  padding-bottom: 35px;
  display: block;
  line-height: 10pt;  
  width: 160px;
  margin-left: 10px;
}

.hh_mozillaUpdate_mdbwidget ul.download-link li.os-link a:hover {
  background-position: -174px 0px;
}

.hh_mozillaUpdate_mdbwidget ul.download-link li a em {
  display: block;
  font-style: normal;
  font-size: 1em;
}

.hh_mozillaUpdate_mdbwidget ul.download-link li a em.download-lang {
  display: block;
  font-size: 0.9em;
  line-height: 14pt;
  /*color: #42a313;*/
}

.hh_mozillaUpdate_mdbwidget .product_name {
  /*padding-top: 0.2em;
  padding-left: 1.8em;
  margin-bottom: -1em;*/
  display: block;
  font-size: 2em;
  font-family: "Droid Sans", FontMB, Verdana, Arial, Helvetica;
  font-weight: bold;
  line-height: 2.5em;
  white-space: nowrap;
  
  margin-bottom: -1.7em;
  padding-top: 1.2em;
  width: 192px;
  text-align: center;  
}

.hh_mozillaUpdate_mdbwidget .product_name span span {
  color: #676767;
}

.hh_mozillaUpdate_mdbwidget .product_firefox {
  color: #d64203;
  background:url(img/firefox-logo-32px.png) no-repeat; /* 0px 15px; */
}

.hh_mozillaUpdate_mdbwidget .product_thunderbird {
  color: #105399;
  background:url(img/thunderbird-logo-32px.png) no-repeat; /* 0px 15px; */
}

.hh_mozillaUpdate_mdbwidget .product_seamonkey {
  color: #0d0de5;
  background:url(img/seamonkey-logo-32px.png) no-repeat; /* 0px 15px; */
}

.hh_mozillaUpdate_mdbwidget .product_thunderbird, .hh_mozillaUpdate_mdbwidget .product_firefox, .hh_mozillaUpdate_mdbwidget .product_seamonkey {
  background-position: 78px 6px;
}

.hh_mozillaUpdate_mdbwidget .product_seamonkey em {
  color: #000089;
  font-style: normal;
}

.hh_mozillaUpdate_mdbwidget .info-link a {
  text-decoration: none;
  font-size: 1.3em;
  padding-left: 12px; /* 5px; 15 px*/
}

