.service_table {
  background-color:white;
  color:black;
  margin:10px;
}

.service_table td {
  padding:5px;
}
.laptop_menu {
  margin-top:40px;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  margin-left:auto;
  margin-right:auto;
}
.laptop_menu td {
  width:200px;
}
.laptop_menu a {
  border: 2px outset gray;
  padding:15px;
  background-color:#777;
}
.laptop_menu a:hover {
  background-color:#999;
}
.laptop_menu a:active {
  border: 2px inset gray;
}
.locations_table {
  margin-top:10px;
  text-align:center;
  font-size:12px;
  font-weight:bold;
  margin-left:auto;
  margin-right:auto;
}
.locations_table td{
  padding:20px;
}
.locations_map {
//  background-color:white;
  padding:10px;
}