@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em{margin:0;padding:0;border:0;}
ul,ol,li{list-style:none;}
input,button{margin:0;font-size:12px;vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;}

/* votebox */
.votebox{width: 100%;/* margin-left:15px; */text-align:left;z-index:66;}
/* barbox */
.barbox{overflow:hidden;}
.barbox dt a{color:#0048CC;}
.barbox dd{float:left;}
.barbox dd.last{color:#999;}
.barbox dd.barline{width: 100%;/* background: #000; *//* height:16px; */overflow:hidden;display:inline;}
.barbox dd.barline div.charts{
  height: 28px;
  overflow:hidden;
  background: linear-gradient(92.0deg,#3a9ca8 0.0,#43b1bf 100.0%);
  border-top-left-radius: 0px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 0px;
}