MapBuzz.Surface.CSS_STYLES = {
'rect_feature_hover': {
  fill_opacity: 0.7,
  stroke: 'red',
  fill: 'red'
},
'polyline_feature_hover': {
  stroke: 'red'
},
'polygon_feature_hover': {
  stroke: 'red',
  fill: 'red'
},
'rect_feature': {
  stroke_opacity: 0.0,
  fill_opacity: 0.1,
  fill: '#3C9AD9'
},
'polygon_feature': {
  stroke_opacity: 0.7,
  fill_opacity: 0.5,
  stroke_width: 2,
  stroke: 'blue',
  fill: '#3C9AD9'
},
'polyline_feature': {
  stroke_opacity: 0.0,
  stroke_width: 3,
  stroke: 'blue',
  fill: 'none'
},
'empty': {}}