.vud-widget-updown {
  width: 50px;
  padding: 0 ;
  margin-right: 0.5em;
  float: left;
}
.field--name-field-voteupdown .vud-widget-updown,.field--name-field-voteupdownlink .vud-widget-updown{

  margin-top: 8px;
}



.vud-widget-updown a:hover {
  text-decoration: none;
}


.vud-widget-updown .updown-score .updown-current-score {
  display: block;
  font-size: 20px;
}

.comment .updown-score .updown-current-score {
  font-size: 18px;
}

.vud-widget-updown .updown-up.inactive,
.vud-widget-updown .updown-down.inactive {
  display: inline-block;
  color: #999;
  border: 1px solid moccasin;
  width: 20px;
  font-size: 15px;
  height: 22px;
  font-weight: bold;
  text-align: center;
  transform: scale(1.2);
  float: left;
}

.comment .updown-up.inactive,
.comment .updown-down.inactive{
  border: none;
}

.vud-widget-updown .updown-up.inactive:hover,
.vud-widget-updown .updown-down.inactive:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  color: #000;
}

.vud-widget-updown div.updown-up {
  margin-right: 4px;
  margin-left: 1px;
}

.vud-widget-updown .updown-up.active,
.vud-widget-updown .updown-down.active {
  display: inline-block;
  border: 1px solid moccasin;
  width: 20px;
  font-size: 15px;
  height: 22px;
  font-weight: bold;
  text-align: center;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  color: #000;
  border-radius: 3px 0;
}


/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.vud-widget-updown.comment .updown-score {
    border: none;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    background: none;
    float: left;
}
a.vud-link-down.use-ajax {
    float: right;
}

.comment .vote_down_i,.comment .vote_up_i {
  height: 15px;
  width: 20px;
}


.comment .vud-widget-updown,.comment .updown-up.active,.comment .updown-down.active{
  border:none;
  margin-bottom: 2px;

}

.comment a.vud-link-down.use-ajax {
  margin-top: 3px;
  margin-left: 3px;
  float: left;
}
.comment a.vud-link-up.use-ajax {
  float: left;
}

.vud-widget-updown.comment {
  background: azure;
  width: auto;
  border-radius: 5px;
}

.vud-widget-updown .updown-up.active,
.vud-widget-updown .updown-down.active {
  display: inline-block;

  width: 20px;
  font-size: 15px;
  height: 22px;
  font-weight: bold;
  text-align: center;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  color: #000;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}