

.x-portlet {
    padding: 0px;
    /*border-top-width: 0px !important;*/
    /*border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
}
.x-portlet .x-panel-body {
    background: #fff;
   /*border-top-width: 0px !important;*/
   /* border: none !important;*/
}

/*fix for highcharts resize bug*/
.highcharts-container { overflow: visible !important; }

.portletTb .x-toolbar{
    background-image: none !important;
    border-top-width: 0px !important;
}


.portletTitle {
  color: #5e5e5e;
  font-size: 12px;
  font-weight: bold;
  font-family: tahoma, arial, verdana, sans-serif;
  line-height: 15px;
  padding:4px 2px 1px 5px;
  text-transform: none;
}