/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 		.plant_profile_metabox_tabs-tab {
			display: none;
			padding: 20px;
		}

		.plant_profile_metabox .nav-tab.active {
			background-color: #fff;
			color: #444;
		}

		.plant_profile_metabox_tabs table {
			border: 0px;
			border-collapse: collapse;
			width: 100%;
			max-width: 800px;
		}

		.plant_profile_metabox_tabs table td {
			border: 0px solid #e5e5e5;
			vertical-align: middle;
			padding: 4px 0px;
			word-break: inherit;
		}

		.plant_profile_metabox_tabs table.has-border {
			width: 500px;
		}

		.plant_profile_metabox_tabs table.has-border th,
		.plant_profile_metabox_tabs table.has-border td {
			border: 1px solid #e5e5e5;
			vertical-align: top;
			text-align: center;
			padding: 3px;
		}

		.plant_profile_metabox_tabs table.has-border th {
			text-align: left;
		}

		.plant_profile_metabox_tabs table.has-border thead td,
		.plant_profile_metabox_tabs table.has-border thead th {
			background-color: #8ad48a;
			font-weight: bold;
			color: #fff;
		}

		.plant_profile_metabox_tabs h3 {
			background-color: #8ad48a;
			margin-top: 10px;
			margin-bottom: 10px;
			padding: 8px;
			border-radius: 6px;
		}

		.plant_profile_metabox_tabs h4 {
			margin: 5px 0;
		}

		.plant_profile_metabox_tabs textarea,
		.plant_profile_metabox_tabs select {
			width: 100%;
		}



		#plant-profile-meta-box .handlediv,
		#plot-profile-meta-box .handlediv,
		#planting-profile-meta-box .handlediv,
		#bed-meta-box .handlediv,
		#sowing-meta-box .handlediv,
		#plant-profile-meta-box .hndle.ui-sortable-handle,
		#plot-profile-meta-box .hndle.ui-sortable-handle,
		#planting-profile-meta-box .hndle.ui-sortable-handle,
		#bed-meta-box .hndle.ui-sortable-handle,
		#sowing-meta-box .hndle.ui-sortable-handle {
			display: none !important;
		}

#back_planting {
	padding: 4px 10px; display: inline-block; position: relative;  text-decoration: none;	border: none;	border: 1px solid #ccc;	border-radius: 2px;	background: #f7f7f7;	text-shadow: none;	font-weight: 600;	font-size: 13px;	line-height: normal;	color: #0073aa;	cursor: pointer;	outline: 0;
}