#chartPanelContainer {
	width: 1000px;
	height: 440px;
}
#chartPanel {
	width: 600px;
	height: 440px;
}		
.x-panel-body-default {
	background: none repeat scroll 0 0 transparent;
	border-color: #99BCE8;
	border-style: solid;
	border-width: 1px;
	color: black;
}
.block {
	padding: 0px;
	/*background: none;*/
}
.x-mask {
	background: none repeat scroll 0 0 #EFEFEF;
}
#services-widget{
    text-align: center;
  }

#services-widget h1{
    font-size: 50px;
  }

#services-widget h2{
    font-size: 18px;
    color: #393939;
    font-weight: bold;
}

#chartContainer {
  height: 400px;
  width:100%;
  max-width: 680px;
  margin:0 auto 30px auto;
  border:1px solid #dddddd;
  border-radius: 4px;
}

.service-list ul, .service-list li {
  margin: 0 5px 0 5px;
  padding: 0 5px 0 5px;
}
