/**
 * frontend-misc.css - styles that are used for various MURICA actions
 * 
 * The frontend-misc.css file is the CSS file used by actions that do not
 * warrant their own unique stylesheet.  These are simple, non-critical pages
 * like the contact page, about us page, legal page, etc.
 * 
 * @file    frontend-misc.css
 * @author  blake
 */


#merchant-map
{
  border: solid black 2px;
  /*
float: right;
*/
  height: 200px;
  margin: 15px;
  width: 300px;
}
