﻿#restart-comparison {
    margin-top: 10px;
}

.benchmark-row, .benchmark-header {
    padding-bottom: 10px;
}

.benchmark-input {
    width: 100%;
}

.wizard > .content {
    background: none !important;
}

.benchmark-question {
    font-size: 80%;
    word-wrap: hyphenate;
}

.content.clearfix {
    overflow-y: scroll;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.spin {
	animation: spin 1s linear infinite;
}
