@charset "utf-8";
/* CSS Document */

article div.uservoice {
  overflow:hidden;
  clear:left;
  margin-top:20px;
}

article div.uservoice div {
  float:left;
}

article div.uservoice div:nth-child(1) { width:100px; text-align:center; line-height:150%; }
article div.uservoice div:nth-child(1) img { border: 1px solid #4a7416; }

article div.uservoice div:nth-child(2) { 
  width:570px;
  float:right;
  padding:8px;
  border: 1px solid #4a7416;
}

article div.uservoice div dl dt {
  font-weight:bold;
  font-size:14px;
  line-height:150%;
  color:#4a7416;
  padding: 2px 8px;
}

article div.uservoice div dl dd {
  font-size:12px;
  line-height:150%;
  padding: 8px 15px;
}

.arrow_box {
  position: relative;
  background: #ffffff;
  border: 1px solid #4a7416;
}
.arrow_box:after, .arrow_box:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  top: 38px;
  margin-top: -30px;
}
.arrow_box:before {
  border-color: rgba(74, 116, 22, 0);
  border-right-color: #4a7416;
  border-width: 11px;
  top: 38px;
  margin-top: -31px;
}