/*
#custom_html-2.widget_text.widget.widget_custom_html {
  width: 200px;
  float: right;
  position: relative;
  right: 0px;
}

#custom_html-3 {
  width: 200px;
  float: right;
  position: relative;
  right: 0px;
  padding-top: 5px;
}

.textwidget > :last-child {
  width: 200px;
}
*/

#secondary.sidebar.widget-area {
  width: 200px;
  right: 50px;
  position: absolute;
}

.textwidget.custom-html-widget {
  width: 200px;
  padding-top: 0px;
  position: absolute;
  top: 32px;
}

.textwidget > :last-child {
  position: absolute;
  width: 200px;
  top: 4px;
}

li {
  text-indent: 20px;
  padding-bottom: 12px;
}