 .city-list {
  list-style: none;
  margin-left: 0px!important; 
  line-height: 12px;
 }
.city-list li { border-bottom: 1px dashed #5AB5D8;}
#addresses {
  max-width: 500px;
  margin: 0 auto;
  min-height: 125px;
}

.state_wrap {width: 1124px;
margin: 0 auto;}
.state-name { background: #ccc;font-weight: bold;
font-size: 130%;}
.floating_divs { float:left;padding:10px;margin:10px;}
.state-table { padding:5px;}
table.state-table .state-name td {
/*background: rgba(228, 228, 228, 0.21);*/
padding:1px;
text-shadow:none!important;
}
#state_wrap {
width: 100%;
margin: 0 auto;
}
table.state-table tr:first-child {
border-top: 4px groove #5AB5D8;
}
table.state-table tr.city-row{ padding: 0!important; font-size:90%; }
table.state-table td.city-row > td { padding 0!important;}

table.state-table tr.city-row td{  padding: 4px 5px; text-align: center; }
table.state-table tr.city-row td:first-child {
/*width: 90px;  first table cell width*/
}
table.state-table tr.city-row td:first-child {
font-weight: bolder;
color: #999;
}
table.state-table a:link {
 /* color: #666;*/
  font-weight: bold;
  text-decoration:none;
}
table.state-table a:visited {
  /*color: #999999;*/
  font-weight:bold;
  text-decoration:none;
}
table.state-table a:active,
table.state-table a:hover {
  /*color: #bd5a35;*/
  text-decoration:underline;
}
table.state-table {
  border-top: groove;
  font-family:Arial, Helvetica, sans-serif;
  color:#666;
  font-size:12px;
 /* text-shadow: 1px 1px 0px #fff;*/
  background:#eaebec;
  margin:20px;
  border:#ccc 1px solid;

  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;

  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}
table.state-table th {
  padding:21px 25px 22px 25px;
  border-top:1px solid #fafafa;
  border-bottom:1px solid #e0e0e0;

  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table.state-table th:first-child {
  text-align: left;
  padding-left:15px;
}
table.state-table tr:first-child th:first-child {
  -moz-border-radius-topleft:3px;
  -webkit-border-top-left-radius:3px;
  border-top-left-radius:3px;
}
table.state-table tr:first-child th:last-child {
  -moz-border-radius-topright:3px;
  -webkit-border-top-right-radius:3px;
  border-top-right-radius:3px;
}
table.state-table tr {
  text-align: center;
  padding-left:15px;
}
table.state-table td:first-child {
  text-align: left;
  padding-left:15px;
  border-left: 0;
}
table.state-table td {
  padding:8px 2px;
  border-top: 1px solid #ffffff;
  border-bottom:1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;

  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.state-table tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.state-table tr:last-child td {
  border-bottom:0;
}
table.state-table tr:last-child td:first-child {
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
  border-bottom-left-radius:3px;
}
table.state-table tr:last-child td:last-child {
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
  border-bottom-right-radius:3px;
}
table.state-table tr:hover td {
  /*background: #f2f2f2;*/
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  
}
.state-table tr:first-child td img {
border-radius: 100%;
padding: 1px;
border: 1px solid rgba(0,0,0,.6);
box-shadow: 2px 1px 3px rgba(0,0,0,.2);
}}

.state-table table { border-top:2px groove #777;}  
/* responsive styling */

@media screen and (max-width: 680px){

  .floating_divs {
    float: none;
    width: 480px;
    margin: 0 auto;
    padding:10px;
    max-width: 100%;
  }

  #state_wrap { 
    width:99%;
    margin: 0 auto;
  }
  table.state-table tr.city-row td:first-child {
    width: 70px;
  }

  #map{ 
    width: 93%;
    height: 300px;
    margin: 0 auto;
    padding-top: 16px;

  }

  .map_wrap{
    width:100%;
    padding:0;

  }
  #addresses {
    width: 100%;
  }

  .hidden-table a {
    line-height: 0;
  }

}

@media screen and (min-width: 681px){

  .floating_divs {
    margin: 10px auto;
  }

  .map_wrap {
    margin-top:20px;width: 571px;height: 300px;margin:0 auto;
  }

  #map { width: 571px; height: 300px;margin:0 auto;padding-left: 60px;padding-top: 16px;}

}