.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.poll-report {
  min-width: 460px;
}
.poll-report table.cagg {
  font-size: 13px;
  border-collapse: collapse;
  min-width: 100%;
  margin: 0.7em 0;
}
.poll-report table.cagg td,
.poll-report table.cagg th {
  padding: 4px;
  border: 1px solid silver;
}
.poll-report table.cagg th {
  background-color: #f0f0f0;
}
.poll-report table.cagg td {
  text-align: right;
}
.poll-report .stbar {
  margin: 3px 0;
  width: 100%;
  height: 16px;
  border: 3px;
  overflow: hidden;
}
.poll-report .stbar .fr {
  float: left;
  height: 100%;
  background-color: black;
}
.poll-report .criteria-select {
  margin: 0 0 1em;
}
.poll-report .criteria-select ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 5px solid silver;
}
.poll-report .criteria-select ul:before,
.poll-report .criteria-select ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.poll-report .criteria-select ul:after {
  clear: both;
}
.poll-report .criteria-select li {
  font-size: 13px;
  float: left;
  display: block;
  cursor: pointer;
  line-height: 1;
  padding: 15px 7px 6px 7px;
  border-bottom: 5px solid silver;
  margin-bottom: -5px;
}
.poll-report .criteria-select li:hover {
  border-bottom-color: #c79;
}
.poll-report .criteria-select li.active {
  color: #a04;
  border-bottom-color: #a04;
}
.poll-widget {
  font-size: 15px;
  padding: 10px;
  margin: 1em 0;
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.poll-widget header {
  text-align: center;
}
.poll-widget header h1 {
  font-size: 24px;
  margin: 7px 0 0 !important;
}
.poll-widget header h2 {
  border: none;
  padding: 0;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  line-height: 1;
  font-weight: normal;
  font-size: 13px;
  margin: 0.7em 0 0;
}
.poll-widget .loading {
  text-align: center;
}
.poll-widget .closed-label {
  font-size: 13px;
  margin: 7px 0;
  color: #777;
}
.poll-widget .resultbox .pie {
  margin: 0 -10px;
}
.poll-widget .resultbox .bars table {
  margin: 0em auto 1em;
  max-width: 380px;
  width: 100%;
}
.poll-widget .resultbox .bars img {
  width: 24px;
  height: 24px;
  display: block;
  vertical-align: bottom;
}
.poll-widget .resultbox .bars table {
  table-layout: fixed;
}
.poll-widget .resultbox .bars table,
.poll-widget .resultbox .bars td,
.poll-widget .resultbox .bars th,
.poll-widget .resultbox .bars tr {
  vertical-align: bottom;
  text-align: left;
  border: none !important;
}
.poll-widget .resultbox .bars td {
  padding: 3px 0;
}
.poll-widget .resultbox .bars .inactive .max {
  opacity: 0.6;
}
.poll-widget .resultbox .bars .max {
  transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 24px;
  background-color: #ccc;
  border-radius: 3px;
}
.poll-widget .resultbox .bars .title {
  width: 24px;
  padding-right: 4px;
}
.poll-widget .resultbox .bars .val {
  position: absolute;
  width: 0%;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: gray;
}
.poll-widget .resultbox .bars .desc {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 24px;
  padding-left: 4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: white;
}
.poll-widget .resultbox .bars .desc .title {
  font-weight: bold;
}
.poll-widget .votebox {
  display: none;
}
.poll-widget .votebox .choices {
  list-style: none;
  padding: 0;
  margin: 1em 0;
  text-align: center;
  word-spacing: 0;
}
.poll-widget .votebox .choices li {
  cursor: pointer;
  vertical-align: top;
  margin: 2px 0;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  width: 130px;
  height: 130px;
  overflow: hidden;
  background-color: #f7f7f7;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.15s linear;
  -ms-transition: -ms-transform 0.15s linear;
  transition: transform 0.15s linear;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scale(1.0005);
  -moz-transform: scale(1.0005);
  -webkit-transform: scale(1.0005);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.poll-widget .votebox .choices li .image {
  width: 130px;
  height: 130px;
}
.poll-widget .votebox .choices li .name {
  font-size: 13px;
  font-weight: bold;
  color: white;
  line-height: 1.2;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 4px 5px;
  left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 10;
}
.poll-widget .votebox .choices li:hover {
  transform: scale(1.06);
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  z-index: 100;
  background-color: #555;
}
.poll-widget .resultbox {
  display: none;
  text-align: center;
}
.poll-widget .resultbox svg {
  max-width: 100%;
  font-family: 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'YuGothic', 'Arial';
}
.poll-widget .resultbox svg .frag {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -ms-transition: -ms-transform 0.1s linear;
}
.poll-widget .resultbox svg .frag.active,
.poll-widget .resultbox svg .frag:hover {
  -webkit-transition: -webkit-transform 0.05s linear;
  -ms-transition: -ms-transform 0.05s linear;
  transform: scale(1.07);
  -moz-transform: scale(1.07);
  -webkit-transform: scale(1.07);
}
.poll-widget .resultbox svg .total {
  fill: #666;
  text-anchor: middle;
  alignment-baseline: central;
  font-size: 14px;
  font-family: 'Trebuchet MS';
}
.poll-widget .resultbox svg g.count {
  fill: white;
  alignment-baseline: central;
  stroke-width: 4px;
  stroke-linejoin: round;
  text-anchor: middle;
}
.poll-widget .resultbox svg text.label {
  font-weight: bold;
  font-size: 13px;
}
.poll-widget .resultbox svg text.count {
  font-size: 12px;
}
.poll-widget .attrbox {
  display: none;
  text-align: center;
}
.poll-widget .attrbox .ask p {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.poll-widget .attrbox ul.mm {
  margin: 0;
  list-style: none;
  padding: 0;
  display: inline-block;
  border: 1px solid silver;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 100%;
  max-width: 360px;
}
.poll-widget .attrbox ul.mm li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  border-left: 1px solid silver;
  line-height: 1;
  font-size: 13px;
  padding: 10px 0;
  cursor: pointer;
}
.poll-widget .attrbox ul.mm li:first-child {
  border-left: none;
}
.poll-widget .attrbox ul.mm li.selected,
.poll-widget .attrbox ul.mm li:hover {
  background-color: #4285f4;
  color: white;
}
.poll-widget .attrbox .gender li {
  width: 50%;
}
.poll-widget .attrbox .age li {
  width: 20%;
}
.poll-widget .attrbox ul.ms {
  list-style: none;
  padding: 0;
  max-width: 320px;
  margin: 0.5em auto 0.8em;
}
.poll-widget .attrbox ul.ms li {
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  margin: 3px 0;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid silver;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.poll-widget .attrbox ul.ms li.selected,
.poll-widget .attrbox ul.ms li:hover {
  background-color: #4285f4;
  color: white;
}
.poll-widget .attrbox p {
  margin: 0.5em 0;
}
.poll-widget .attrbox .done {
  font-size: 13px;
}
.poll-widget .attrbox .done a {
  margin-left: 0.4em;
}
.poll-widget .complete i {
  color: #0a0;
}
.poll-widget .sharebox {
  display: none;
  text-align: center;
}
