
@import url("styles.css"); /* Thanks stackoverflow: http://stackoverflow.com/questions/147500/is-it-possible-to-include-one-css-file-into-another */

/*==========================================================
      Second half of the page: Bar Chart and Map Info
===========================================================*/


/* This is active when the window is too narrow for the wide view. */


#bar-container {
  position: absolute;
  top: 775px;
  left: 530px;
  width: 710px;
}

#crimes-count {
  float: left;
  border: none;
  width: 700px;
  height: 590px; 
}

#map-info {
  position: absolute;
  top: 975px;
  left: 280px;
  width: 275px;
  height: 600px;
  padding-top: 0px;
}
