﻿/* ---- Create plot button ---- */

.createPlotBtn {
	margin-bottom: 0.75rem;
}

/* ---- Create attribute row extras ---- */

.attrStartValueInput {
	width: 5.5rem;
	padding: 0.35rem 0.4rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 0.85em;
	flex-shrink: 0;
}

.attrStartValueInput:focus {
	outline: none;
	border-color: #0055aa;
}

.attrRemoveBtn {
	padding: 0.15rem 0.45rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #f4f4f4;
	color: #555;
	cursor: pointer;
	font-size: 0.8em;
	flex-shrink: 0;
	line-height: 1.4;
}

.attrRemoveBtn:hover {
	background: #e4e4e4;
	color: #cc2200;
	border-color: #cc2200;
}

.addAttrBtn {
	margin-top: 0.4rem;
	width: 100%;
	text-align: center;
}
