.sharemark-admin h2.action {
  margin-top: 0px;
  font-size: 20px;
  font-weight: 500;
}
.sharemark-admin fieldset {
  padding: 20px;
  border: 1px solid #cfcfcf;
  margin-bottom: 20px;
  line-height: 1.5;
  border-color: #DFDFDF;
  background-color: #F9F9F9;
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sharemark-admin fieldset span {
  display: inline-block;
}
.sharemark-admin fieldset legend {
  font-size: 13pt;
}
.sharemark-message {
  font-family: sans-serif;
  font-size: 12px;
  background-color: #F5F7F9;
  margin: 5px 0;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sharemark-widget {
  font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
}
.sharemark-widget .sm-price-widget {
  width: 200px;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #E9E9E9;
}
.sharemark-widget .sm-price-widget .sm-title {
  color: #fff;
  padding: 3px;
  font-weight: bold;
}
.sharemark-widget .sm-price-widget .sm-price {
  background-color: #F5F7F9;
  font-weight: bold;
  padding: 3px;
}
.sharemark-widget .sm-price-widget .sm-change {
  border-bottom: 1px solid #E9E9E9;
  color: #999;
  padding: 3px;
  position: relative;
}
.sharemark-widget .sm-price-widget .sm-change .sm-change-container {
  position: relative;
}
.sharemark-widget .sm-price-widget .sm-change.increase {
  color: #33AB43;
}
.sharemark-widget .sm-price-widget .sm-change.increase .sm-change-container:before {
  position: absolute;
  content: ' ';
  left: -15px;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #33AB43;
}
.sharemark-widget .sm-price-widget .sm-change.decrease {
  color: #AB3333;
}
.sharemark-widget .sm-price-widget .sm-change.decrease .sm-change-container:before {
  position: absolute;
  content: ' ';
  left: -15px;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #AB3333;
}
.sharemark-widget .sm-price-widget .sm-timestamp {
  font-size: 11px;
  color: #999;
  padding-top: 3px;
}
.sharemark-widget .sm-price-table-widget thead th {
  color: #fff;
  border-width: 0 0 1px 0;
  text-align: right;
  font-size: 13px;
}
.sharemark-widget .sm-price-table-widget thead th:first-child {
  text-align: left;
}
.sharemark-widget .sm-price-table-widget tbody td {
  text-align: right;
}
.sharemark-widget .sm-price-table-widget tbody td:first-child {
  text-align: left;
}
.sharemark-widget .sm-price-table-widget tbody td.sm-price {
  font-weight: bold;
}
.sharemark-widget .sm-price-table-widget tbody td.sm-change {
  color: #999;
}
.sharemark-widget .sm-price-table-widget tbody td.sm-change.increase {
  color: #33AB43;
  font-weight: bold;
}
.sharemark-widget .sm-price-table-widget tbody td.sm-change.decrease {
  color: #AB3333;
  font-weight: bold;
}
.sharemark-widget .sm-price-table-widget tfoot td {
  font-size: 11px;
  color: #999;
  font-style: italic;
}
