body {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  color: #333;
  background-image: url(vote_bg.jpg);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
body,
html {
  height: 100%;
  min-height: 100%;
}
body,
li {
  line-height: 2em;
}
a {
  color: #60a7a6;
}
.header {
  padding: 10px 0;
  color: #eee;
}
.header h1 {
  font-family: "Unica One", cursive, Tahoma, Loma;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.header h1 em {
  color: #fff;
  background-color: #8a2be2;
  font-size: 2em;
  display: inline-block;
  vertical-align: middle;
  height: 1.1em;
  width: 1.1em;
  line-height: 1.1em;
  text-align: center;
  border-radius: 50em;
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  margin-right: 5px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.footer {
  background-color: rgba(0, 0, 0, 0.7);
  color: #eee;
  padding: 10px;
  text-align: center;
  font-size: 80%;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -72px;
}
.wrapper::after {
  content: "";
  display: block;
  height: 68px;
}
.footer ul {
  list-style-type: none;
  padding: 0;
}
.footer a,
.header a {
  color: inherit;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
h3 {
  margin-top: 10px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.votepage figure:not(:first-child) {
  margin-top: 30px;
}
.description {
  text-align: center;
  margin: 0 0 30px 0 !important;
}
.customer {
  width: 400px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.customer label {
  font-size: 1.2em;
}
.customer #result_tel {
  text-align: center;
  display: block;
  line-height: 1.5;
}
h2 {
  text-align: center;
  margin: 40px 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
img {
  outline: none;
}
/* loading */
figure {
  position: relative;
  margin-top: 20px;
}
.wait figure:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(wait.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
/* bar chart */
.chart {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.chart dd {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}
.chart img {
  float: left;
  width: 2em;
}
.chart .item {
  margin-left: 2.5em;
  display: block;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.chart .item .label {
  float: left;
  padding: 2px 5px;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}
.chart .bar {
  font-style: normal;
  text-align: right;
  background-color: rgba(138, 43, 226, 0.5);
  display: block;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 1px;
}
