/* styles.css */
body {
	font-family: Arial, sans-serif;
	padding: 20px;
}

#cstspp-the-list {
	width: 100%;
	border-collapse: collapse;
}

.cstspp-page-title {
	cursor: move;
	padding: 10px;
	border: 1px solid #ddd;
}

.cstspp-category-selector {
	width: 100%;
	padding: 5px;
}

#cstspp-save-changes {
	/*	margin-top: 20px; */
}

#cstspp-the-list th:first-of-type {
	width: 75px;
	text-align: center;
}

#cstspp-the-list th {
	text-align: center;
	border: solid 1px #000;
	vertical-align: bottom;
	font-weight: bold;
	padding: 2px;
	font-size: 120%;
}

#cstspp-the-list td:first-of-type {
	text-align: right;
}

#cstspp-the-list td {
	text-align: left;
	border: solid 1px #000;
	vertical-align: top;
	font-weight: normal;
}

.cstspp-header {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.cstspp-shove-left {
	float: left;
	width: 68%;
	text-align: left;
}

.cstspp-shove-right {
	float: right;
	width: 30%;
	border: solid 1px #0005;
	text-align: left;
	padding: 4px 10px;
}

.cstspp-button {
	border: solid 1px #000;
	background-color: #ddf;
	border-radius: 8px;
	padding: 4px 8px;
	font-weight: bold;
	color: #009;
	box-shadow: -2px -2px 4px #0005 inset, 2px 2px 4px #fff9 inset;
}

#cstspp-the-list {
	margin-bottom: 10px;
}

.save-div {
	display: inline-block;
	position: relative;
	top: -10px;
	margin: 12px 0 0 0;
}

.cstspp-intro h4 {
	margin: 0 0 0 0;
	font-size: 11pt;
	font-weight: normal;
}

.cstspp-intro img {
	display: inline-block;
}