.int_simple_map {
  width: 588px;
  margin: 20px auto;
  position: relative; }
  .int_simple_map .simple_map_inner {
    border: 1px solid #e3e3e3; }
  .int_simple_map .map_container {
    width: 770px;
    height: 400px;
    position: relative;
    left: -100px;
    top: -20px; }
  .int_simple_map .map_legend {
    width: 96%;
    border-top: 1px solid #e3e3e3;
    padding: 1% 2%;
    font-size: 1em;
    text-align: left;
    background-color: white;
    white-space: wrap; }
    .int_simple_map .map_legend .map_legend_item {
      display: inline-block;
      margin-right: 1.5em; }
      .int_simple_map .map_legend .map_legend_item:last-child {
        margin-right: 0em; }
    .int_simple_map .map_legend .color_block {
      height: 1em;
      margin-top: 2px;
      width: 1em;
      float: left;
      margin-right: 0.3em;
      vertical-align: middle; }
    .int_simple_map .map_legend .item_label {
      display: inline-block; }
  .int_simple_map .source_line {
    text-align: right;
    font-size: 0.7em;
    color: gray;
    margin: 0;
    padding: 0em 0em; }
  .int_simple_map .map_title {
    font-weight: bold;
    font-family: 'sl-Apres'; }
  .int_simple_map .hoverinfo {
    font-family: 'sl-Apres',verdana,sans-serif;
    width: 180px; }
    .int_simple_map .hoverinfo .state_name {
      font-weight: bold;
      margin: 0; }
