
/*
 *
 * Content of CSS:
 *
 *  .maps_link
 *
 *************************************************************************************************/

/* --------------------------------------------------------------------------------------------- */

/**************************************************************************************************
*                                                                                                 *
* Global                                                                                          *
*                                                                                                 *
**************************************************************************************************/

.maps_link {
  color: green;
  text-decoration: underline;
}

.maps_link:hover {
  color: white;
  background-color: green;
}


