
.accounts-view-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-tab__icon-recommended-version {
    position: relative;
	bottom: 1px;
	height: 14px;
	width: auto;
}

.version-card {
	max-width: 375px;
	margin: 0 auto;
}

.version-card__compare-btn {
	position: absolute;
	right: 0;
	top: 0;
}

.version-card__logo {
	width: 120px;
	margin: 0 auto;
}

.version-card__feature-icon,
.version-card__feature-icon:hover {
	color: #1A91FF;
}

.version-card-title__icon {
	height: 18px; /* Matches the font-size property of the card-title */
	width: auto;
	margin-bottom: 1px;
}


/* --------------------------------

Version Comparison CSS

-------------------------------- */


.version-comparison {
	margin-bottom: 0;
	border-color: #ececec;
}

.version-comparison__icon-recommended-version {
	height: 16px;
}

.version-comparison > thead:first-child > tr:first-child > th:not(:first-child) {
    width: 80px;
}

.version-comparison > thead > tr > td,
.version-comparison > thead > tr > th {
	border-bottom-width: 1px;
}

.version-comparison > tbody > tr > td,
.version-comparison > tbody > tr > th,
.version-comparison > tfoot > tr > td,
.version-comparison > tfoot > tr > th,
.version-comparison > thead > tr > td,
.version-comparison > thead > tr > th {
	border-color: #ececec;
}

@media (max-width: 576px) {
	.version-comparison > thead:first-child > tr:first-child > th:not(:first-child) {
		width: inherit;
	}

	.version-comparison > tbody > tr > td:first-child {
		white-space: pre-line;
	}
}