#NeedHelpPanelRight .nav-tabs {
	display: table;
	width: 100%;
	border-bottom: 0;
}
#NeedHelpPanelRight .nav-tabs > li {
	display: table-cell;
	width: 33.33%;
	border-right: 1px solid #999;
}
#NeedHelpPanelRight .nav-tabs > li:last-child {
	border-right: 0;
}
#NeedHelpPanelRight .nav-tabs > li > a {
	margin-right: 0;
	padding: 5px;
	color: #999;
	line-height: 100%;
	border: 0;
	border-radius: 0;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}
#NeedHelpPanelRight .nav-tabs > li > a:focus,
#NeedHelpPanelRight .nav-tabs > li > a:hover {
	background-color: transparent;
}
#NeedHelpPanelRight .nav-tabs > li.active > a,
#NeedHelpPanelRight .nav-tabs > li.active > a:focus,
#NeedHelpPanelRight .nav-tabs > li.active > a:hover {
	color: #775D8A;
	font-weight: 600;
}

.tab-dns .setup-options {
	display: table;
	width: 100%;
	padding: 20px 0 10px 0;
	border-bottom: 2px solid #E6E6E6;
	list-style: none;
}
.tab-dns .setup-options > li {
	display: table-cell;
	float: left;
	padding: 0;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}
.tab-dns .setup-options .btn {
	position: relative;
	width: 110px;
	height: 120px;
	color: #775D8A;
	font-weight: 500;
}
.tab-dns .setup-options .btn img {
	max-width: 100%;
}
.tab-dns .setup-options .btn span {
	display: block;
	position: absolute;
	bottom: 6px; left: 0; right: 0;
}

.accordion .panel {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.accordion .panel-heading {
	background-color: #E6E6E6;
	padding: 0;
	border: 2px solid #D9D9D9;
	border-radius: 0;
	margin-bottom: 10px;
}
.accordion .panel-title {
	color: #666;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
}
.accordion .panel-title a {
	display: block;
	position: relative;
	padding: 12px 35px 12px 15px;
}
.accordion .panel-title a .fas {
	position: absolute;
	right: 15px;
}
.accordion .steps-list {
	color: #737373;
	margin: 0;
	padding: 0 15px;
	list-style: none;
}
.accordion .steps-list > li {
	padding-bottom: 15px;
}
.accordion .steps-list span {
	display: table-cell;
	width: 60px;
	padding-right: 15px;
	text-transform: uppercase;
}
.accordion .steps-list p {
	display: table-cell;
	margin: 0;
}

@media (min-width: 550px) {
	#NeedHelpPanelRight .nav-tabs > li {
		width: 25%;
	}
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	#NeedHelpPanelRight .nav-tabs > li {
		width: calc(100%/6);
	}
}

@media (min-width: 1200px) {
	#NeedHelpPanelRight .nav-tabs > li {
		width: calc(100%/8);
	}
}