.animate				{ transition:all 0.1s; -webkit-transition:all 0.1s; }
.tabs			.tab	{ vertical-align: top; }
.tabs-content	.tab	{ display: none; vertical-align: top; }
.tabs-content	.tab.active	{ display: block; }
.create					{ background: rgba(194, 204, 142, 0.5); }
.save					{ background: rgba(148, 167, 51, 0.5); }
.remove					{ background: rgba(240, 170, 170, 0.8); }
.upload					{ background: rgba(148, 167, 51, 0.5); }
.create, .save, .remove, .upload
	{ cursor: pointer; color: rgba(139, 139, 139, 0.95); border-radius: 4px; padding:3px 10px; border-color: transparent; 
		transition: background-color .15s, color .15s; -webkit-transition: background-color .15s, color .15s; }
.create:hover, .save:hover, .remove:hover, .upload:hover
	{ color:rgba(0, 0, 0, 1); }
.create:active, .save:active, .remove:active, .upload:active
	{ transform: translateY(2px); -webkit-transform: translateY(2px); }
