/* SINGLE STOCK WIDGET*/
.widget_wellmadestock_single_widget {
  overflow: hidden;
}
.widget_wellmadestock_single_widget .wellmadestock_stock_header {
  display: table;
  width: 100%;
}
.widget_wellmadestock_single_widget .wellmadestock_stock_header .wellmadestock_symbol {
  display: table-cell;
  vertical-align: bottom;
  float: left;
  font-size: 40px;
  text-transform: uppercase;
}
.widget_wellmadestock_single_widget .wellmadestock_stock_header .wellmadestock_day_change_percent {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
  padding-bottom: 9px;
}
.widget_wellmadestock_single_widget .wellmadestock_stock_header .wellmadestock_day_change_percent.positive {
  color: #009900;
}
.widget_wellmadestock_single_widget .wellmadestock_stock_header .wellmadestock_day_change_percent.negative {
  color: #990000;
}
.widget_wellmadestock_single_widget .wellmadestock_comanyname {
  display: block;
  clear: both;
  margin-top: -10px;
  margin-bottom: 10px;
}
.widget_wellmadestock_single_widget .wellmadestock_datapiece {
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eaeaea;
  list-style: none;
}
.widget_wellmadestock_single_widget .wellmadestock_datapiece:before {
  float: left;
}
.widget_wellmadestock_single_widget .wellmadestock_datapiece .wellmadestock_tag {
  float: left;
}
.widget_wellmadestock_single_widget .wellmadestock_datapiece .wellmadestock_value {
  float: right;
}
/* COMPARE STOCK WIDGET*/
.widget_wellmadestock_compare_widget .wellmadestock_compare_line {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eaeaea;
  overflow: hidden;
  list-style: none;
}
.widget_wellmadestock_compare_widget .wellmadestock_compare_line:before {
  float: left;
}
.widget_wellmadestock_compare_widget .wellmadestock_compare_line:first-child {
  border-top: none;
}
.widget_wellmadestock_compare_widget .wellmadestock_compare_line .wellmadestock_compare_symbol {
  float: left;
  text-transform: uppercase;
}
.widget_wellmadestock_compare_widget .wellmadestock_compare_line .wellmadestock_compare_day_change_percent,
.widget_wellmadestock_compare_widget .wellmadestock_compare_line .wellmadestock_compare_real_time_price {
  float: right;
}
.widget_wellmadestock_compare_widget .wellmadestock_compare_line .wellmadestock_compare_day_change_percent {
  margin-left: 25px;
}
.widget_wellmadestock_compare_widget .wellmadestock_compare_line .wellmadestock_compare_day_change_percent.positive {
  color: #009900;
}
.widget_wellmadestock_compare_widget .wellmadestock_compare_line .wellmadestock_compare_day_change_percent.negative {
  color: #990000;
}
