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