.digital-garden-publish-status-view ul {
	list-style-type: none;
	position: relative;
	margin-left: 5px;
	margin-top: 0;
	max-height: 250px;
	overflow: auto;
}

.digital-garden-publish-status-view h2 {
	margin-top: 0;
	margin-bottom: 5px;
}

.digital-garden-publish-status-view .collapsable {
	cursor: pointer;
	margin-left: 10px;
}

.dg-settings > h1,
h2,
h3,
h4 {
	margin-top: 40px;
}

.dg-settings .svg-icon {
	margin-right: 10px;
}

@keyframes dg-rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.dg-rotate {
	animation: dg-rotate 4s linear infinite;
}