.stockSummaryGrid {
    width:90%;
    height: 100px;
  }

.ui-grid-menu-button {
  height: 31px;
}

.nvd3-svg {
  width:95%;
}

#showdots g.nv-scatter g.nv-series-0 path.nv-point
{
    fill-opacity: 1;
    stroke-opacity: 1;
}

.summaryPieChartHeading {
    text-align: center;
}
.refreshButton {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}
.refreshIcon {
    color: #48C1C4;
    font-weight: bold;
}
h3 {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: -40px;
}
.nvd3.nv-pie .nv-pie-title {
    fill: #48C1C4 !important;
}