/*
 * GridManager
 * 
 *
 * Copyright (c) 2014 Tom King
 * Licensed under the MIT license.
 */
 
#gm-controls {margin:5px 0;}
#gm-canvas {min-height: 100px;} 
#gm-canvas .gm-editing {
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:  inset  0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:      inset   0px 0px 5px 0px rgba(50, 50, 50, 0.75); 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:4px 15px;   
	min-height: 30px;
	}  
 
#gm-canvas div.row.gm-editing, 
#gm-canvas div.row-fluid.gm-editing {
	padding: 5px;  
	min-height: 20px; margin-bottom: 10px;}
#gm-canvas div.gm-tools {padding:3px;   min-height: 30px; display:block; clear:both;}
#gm-canvas div.gm-tools a:hover {cursor: pointer;}
 