.notice {
  padding: 3px 0;
  font-size: 9pt;
  vertical-align: middle;
  padding: 3px 0;
  font-size: 9pt;
}

.infobox {
  border: 1px solid #68a;
  padding: 2px 4px;
  background: rgba(242,247,250,.5);
}

.dark .infobox {
  background: rgba(0,0,0,.7);
  color: white;
}

.infobox-limited {
  /*max-height: 200px;*/
  overflow: auto;
  overflow-x: hidden;
  display: inline-block;
  border: none;
}

.infobox-solid {
  background: #f1f3f5;
  border: none;
}

.dark .infobox-solid {
  background: #292b2f;
}

.poll-bgwrapper {
  display: inline-block;
  margin: 0;
}

.pollimg{
margin-top: 0.75em;
}

input {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

.button {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  display: inline-block;
  color: #222;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #aaa;
  background: #e3e3e3;
  background: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
  font-size: 9pt;
  padding: 3px 8px;
}

.button.shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2), inset 0 -1px 2px #fff;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2), inset 0 -1px 2px #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2), inset 0 -1px 2px #fff;
}

.button:not(.static):hover {
  background: #cfcfcf;
  background: linear-gradient(to bottom, #f2f2f2, #c2c2c2);
  border-color: #606060;
}

.button:not(.static):active {
  background: linear-gradient(to bottom, #cfcfcf, #f2f2f2);
}

.button:not(.static).disabled,
.button.disabled:not(.static):hover,
.button.disabled:not(.static):active {
  cursor: default;
  background: #eee;
  border: 1px solid #ccc;
  color: #999;
  text-shadow: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

button:disabled {
  cursor: default;
}

.dark .button {
  background: #484848;
  border-color: #a9a9a9;
  text-shadow: none;
  color: #f9f9f9;
}

.dark .button.shadow {
  box-shadow: inset 0 3px 4px rgba(255, 255, 255, .25);
}

.dark .button:hover {
  background: #606060;
  border-color: #eee;
}

.dark .button:active {
  background: #3a3a3a;
  border-color: #eee;
  box-shadow: none;
}

.dark .button.disabled,
.dark .button.disabled:hover,
.dark .button.disabled:active {
  background: #555;
  border-color: #555;
  box-shadow: none;
  color: #999;
}

body {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  color: black;
  background: #292b2f;
}