.iama-footer {
    margin-top: 2rem;
}

.button[disabled] {
    opacity: 1 !important;
    color: rgba(0, 0, 0, 0.5) !important;
    text-decoration: line-through !important;
}
.button[disabled]:hover {
    color: rgba(0, 0, 0, 0.5) !important;
}

.state-beta {
    font-weight: normal;
    background-color: #FDD;
    font-size: 75%;
    color: #933;
    padding: 2px 4px;
    margin-left: 8px;
}

.state-beta-text {
    font-weight: normal;
    background-color: #FDD;
    color: #933;
    padding: 2px 4px;
}

[hidden] {
	display: none !important;
}


@media screen and (min-width: 769px) {
	.has-text-right--md-only {
		text-align: right;
	}

	.list--horizontal > li {
		display: inline;
	}

	.list--horizontal > li + li {
		margin-left: 1rem;
	}
}

.block--features {
	background-color: #ebf6ff;
}

.image--screenshot {
	display: flex;
	justify-content: center;
}

.image--screenshot > img {
	box-shadow: 0 0 15px #7773;
}

/* Utility: Time Tracker */

.tr--in-progress {
	background-color: #e6fff7;
}
