.stream-intro {
	margin: 20px 0;
}
.stream-edit-label {
	margin: 25px 0 10px;
	font-weight: bold;
}
.stream-edit-label + .stream-edit-label {
	margin-top: 10px;
}
.stream-edit-sublabel {
	margin: -7px 0 10px;
	font-size: 13px;
}
.stream-edit-description {
	width: 100%;
}
#stream-settings-form select {
	max-width: 100%;
}
#stream-add-rule-btn {
	margin-top: 10px;
}
#stream-add-rule-note {
	font-size: 13px;
	color: #999;
	margin-left: 10px;
}
#stream-rule-empty {
	display: none;
}
.stream-rule + .stream-rule {
	margin-top: 10px;
}
input.stream-rule-title {
	display: block;
	margin: 10px 70px 5px 0;
	width: calc(100% - 70px);
}
.stream-rule-remove-btn.but {
	float: right;
	width: 65px;
	height: 32px;
	line-height: 30px;
}
.stream-rule-description {
	width: 100%;
}
#stream-visibility-note {
	display: none;
	font-size: 13px;
	color: #666;
	margin-top: 10px;
}
.darkmode #stream-visibility-note {
	color: #999;
}
.stream-edit-btns {
	margin: 30px 0 0;
}
.stream-delete-btn {
	float: right;
}
#stream-settings-form .atg-wrap {
	width: 100%;
}
.stream-mods {
	border-collapse: collapse;
	background: #fff; /* since it will go off screen on mobile */
}
.darkmode .stream-mods {
	background: #333;
}
.stream-mods th {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	color: #999;
	padding-left: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.darkmode .stream-mods th {
	border-color: #666;
}
.stream-mods td {
	padding: 3px 20px 3px 0;
	height: 26px; /* so rows without buttons are the same height */
}
.stream-mod-add-btn {
	margin: 10px 0 0;
}
#stream-mod-new-row {
	display: none;
}