/**
 * @package Placemarks
 * @author Gabriel Nagmay <gabriel.nagmay.com>
 * @link http://wordpress.org/extend/plugins/placemarks/
 */
 
 /* Only used on Admin */
		
/* 3.8+ Use Included Dash Icon http://melchoyce.github.io/dashicons/ */
#adminmenu #menu-posts-placemark.menu-icon-post div.wp-menu-image:before {
  /*font-family: 'dashicons' !important;*/
  content: "\f231";
}

/* icons */
#placemark-marker-image{
		display:inline-block;
		width:32px;
		height:37px;
		overflow:visible;
		margin:-12px 5px;
		}