.ns_articlePage .router-type {
    padding: 10px 0;
}

.ns_articlePage .router-choice img {
    margin-top: 40px;
}

.inner {
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 0 15px 10px 15px;
}

.title {
	font-size: 2.4em;
	padding: 10px 0 5px 20px;
	background-color: #FFFFFF;
}

.title-separator {
	border-bottom: 1px dotted #A4A4A4;
	margin: 0 5px;
}

.modifible-sub-title:before {
	display: block;
	content: attr(title);
	font-size: 1.4em;
	padding: 10px 5px;
}

.main-table {
	border: 1px solid #A4A4A4;
	border-radius: 4px;
	margin: 0 5px 10px;
}

.modifible-table-header:before {
	display: block;
	content: attr(title);
	background-color: #A4A4A4;
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 20px;
}

.main-table-body .col-md-3, .main-table-body .col-xs-6 {
	text-align: center;
}

.main-table-footer {
	padding: 10px 35px 10px 0;
	font-size: 1.4em;
	text-align: right;
}

.main-table-buttons {
	text-align: right;
	padding-right: 30px;
}

.router-choice-container {
	padding: 20px 30px;
	outline: 0;
}

.router-choice {
	display: block;
}

.ns_articlePage .router-choice .Hub, .ns_articlePage .router-choice .SuperHub, .ns_articlePage .router-choice .SuperHub2, .ns_articlePage .router-choice .Modem {
	margin-top: 40px;
	height: 90px;
	width: 90px;
	display: inline-block;
	background-repeat: no-repeat;
}

.ns_articlePage .router-choice .Hub {
	background-image: url("./../../../images/Hub.jpg");
}

.ns_articlePage .router-choice .SuperHub {
	background-image: url("./../../../images/SuperHub.jpg");
}

.ns_articlePage .router-choice .SuperHub2 {
	background-image: url("./../../../images/SuperHub2.jpg");
}

.ns_articlePage .router-choice .Modem {
	background-image: url("./../../../images/Modem.jpg");
}




.router-choice:hover {
	background-color: #FE0000;
	border-radius: 4px;
	text-decoration: none;
	color: #FFFFFF !important;	
}

.ns_articlePage .router-choice:hover .Hub {
	background-image: url("./../../../images/Hub-redBkGnd.jpg");
}

.ns_articlePage .router-choice:hover .SuperHub {
	background-image: url("./../../../images/SuperHub-redBkGnd.jpg");
}

.ns_articlePage .router-choice:hover .SuperHub2 {
	background-image: url("./../../../images/SuperHub2-redBkGnd.jpg");
}

.ns_articlePage .router-choice:hover .Modem {
	background-image: url("./../../../images/Modem-redBkGnd.jpg");
}




.router-type {
	display: block;
	position: relative;
/* 	top: -30px; */
	text-align: center;
	font-size: 1.4em;
}

.table-text {
	font-size: 1.4em;
	padding: 15px 30px 5px;	
}

.table-text-link {
	padding-bottom: 15px;	
}

.bold-text {
	font-weight: bold;
}

.horizontal-separator {
	display: block;
	border-bottom: 1px dotted #A4A4A4;
	margin: 0 20px;
}

a i {
	color: #000000;
}

.btn-yes, .btn-no, .btn-previous-step {
	font-weight: bold;
	font-size: 1.4em;
	margin: 10px 5px;
}

.btn-yes {
	background: linear-gradient(to bottom, #FF0000 0%, #DD0000 100%);
	background-color: #FF0000;
	color: #FFFFFF;
}

.btn-no {
	background-color: #E5E5E5;
	color: #000000;
}

.btn-previous-step {
	margin-left: 30px;
}

.btn-yes:hover {
	background: linear-gradient(to top, #FF0000 0%, #DD0000 100%);
	background-color: #DD0000;
	outline: 0;
}

.btn-yes:active, .btn-yes:focus  {
	background: #FF0000;
	color: #FFBFBF;
	outline: 0;
}

.btn-no:active, .btn-previous-step:active, .btn-no:focus, .btn-previous-step:focus {
	outline: 0;
}

.modifible-router-name:before {
	content: attr(title);
	padding-left: 0 !important;
}

.modifible-router-feature-1:before {
	content: attr(title);
}

.modifible-router-feature-2:before {
	content: attr(title);
}

.modifible-router-feature-3:before {
	content: attr(title);
}

.router-features-list ul {
 	padding-left: 10px;
}

.router-features-list li {
	line-height: 25px;
}

.router-wireless-settings-image {
	display: block;
	padding: 20px 0;
}

.fa-check {
	color: #64A541;
}

.no-left-padding {
	padding-left: 0 !important;
}

.no-left-margin {
	margin-left: 0 !important;
}

.detail-table-text {
	display: block;
	font-size: 1.4em;
	padding: 15px 30px;	
}

.detail-table-text-no-bottom-padding {
	display: block;
	font-size: 1.4em;
	padding: 15px 30px 0 30px;	
}

.detail-horizontal-separator-1 {
	border-bottom: 1px dotted #A4A4A4;
	margin: 0 0 0 15px;
}

.detail-horizontal-separator-2 {
	border-bottom: 1px dotted #A4A4A4;
	margin: 0 15px 0 -15px;
}

.router-image {
	padding: 30px;	
}

/* Extra Small & Small Sized Devices */

@media(max-width:991px) {
	
	.inner {
	    border-radius: 0;
	}

	.main-table {
		border: 0;
		border-radius: 0;
		margin: 0 -15px 10px;
	}

	.main-table-footer {
		padding: 10px 0 10px;
		font-size: 1.4em;
		text-align: center;
	}

	.horizontal-separator {
		display: block;
		border-bottom: 1px dotted #A4A4A4;
		margin: 0 15px;
	}

	.router-image, .router-wireless-settings-image {
		padding: 5px 15px 15px;	
	}

	.main-table-buttons {
		text-align: left;
		padding-left: 25px;
	}

	.router-features-list ul {
		padding-left: 25px;
	}

	.router-features-list li {
		line-height: 25px;
	}
	
	.detail-table-text {
		display: block;
		font-size: 1.4em;
		padding: 15px 30px;	
	}

	.less-left-padding {
		padding-left: 15px;	
	}

	.btn-previous-step {
		margin-left: 0;
	}

}
