.cloud-contact-center .navBreadcrumb .container {
	padding: 2% 5% 0;
}
.cloud-contact-center .navBreadcrumb a {
	color: #28c2fe;
}

.cloud-contact-center .more-info .container {
	text-align: center;
}

.cloud-contact-center .more-info .container p {
	text-align: left;
	font-size: 130%;
	line-height: 3.0rem;
}

.cloud-contact-center .more-info .cisco-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	max-width: 300px;
	width: 100%;
	margin: 3% auto;
}

.cloud-contact-center .more-info .cisco-wrapper p {
	color: #28c2FE;
}

/* Table Grid Two */
.table-two * {
	user-select: none;
}

.table-two {
	display: flex;
	margin: 5px auto;
	background-color: #f5f5f5;
	border: 1px solid #000000;
	min-height: 605px;
	max-width: 630px;
}

.table-two .legend {
	position: relative;
	min-width: inherit;
	width: inherit;
}

.table-two .all-plans {
	display: flex;
	width: 100%;
	overflow-x: auto;
	min-height: 605px;
	overflow-y: hidden;
	max-width: 450px;
}

.table-two ul {
	border-right: 1px solid #000000;
	min-width: 120px;
	text-align: center;
	width: 100%;
	padding: 1px;
}

.table-two li:nth-child(even) {
	background-color: #ffffff;
}

.table-two ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 50px;
	max-height: 55px;
	height: 100%;
	min-width: 80px;
	padding: 3% 1% 3% 5%;
}

.table-two ul li:FIRST-CHILD {
	background-color: #28c2fe38;
}

.table-two ul.legend li {
	justify-content: flex-start;
	text-align: left;
}

.table-two ul.plan-info:LAST-CHILD {
	border-right: none;
}

.table-grid p {
	margin: 2% auto;
	max-width: 600px;
}
/* End Table Grid Two */
@media ( max-width : 800px) {
	.cloud-contact-center .header .title {
		font-size: 3.5em;
	}
}

@media ( max-width : 750px) {
	.cloud-contact-center .header .title {
		font-size: 3em;
	}
	.cloud-contact-center .more-info .container p {
		font-size: 120%;
	}
	.cloud-contact-center .more-info .cisco-wrapper {
		margin: 10% auto;
	}
	.business-template .classification-details .block .image {
		margin: 5% auto;
		text-align: center;
	}
	.table-two .legend {
		border: none;
		box-shadow: 4px 0 10px -4px #888888;
	}
}