#page-3 {
  margin-top: 30px;
}

#page-3 main.content-body {
  margin-top: 15px;
}

.small-header
{
	background: #000000;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
	margin: 0 0 10px 0;
}

.small-header h3:fist-child
{
	margin-top: 0;
}

.connected-list-container
{
	background: #e6e7e8;
    margin-bottom: 20px;
    position: relative;
    height: 186px;
}

.connected-list-container .phone-container, .connected-list-container .wifi-container
{
	padding: 0;
}

.border-wrapper
{
	border-width: 0 0 1px 1px;
	border-color: #000000;
	border-style: solid;
	padding: 0 0 1.5rem 1.5rem !important;
}

.border-wrapper.bottom
{
	border-bottom: 0;
	padding-bottom: 0 !important;
}

.border-wrapper.bottom .small-header
{
	margin-top: 1.5rem;
}


.connected-list-container .phone
{
	position: absolute;
	top: -.3rem;
}

.connected-list-container .copy
{
	padding-left: 120px;
}

.connected-list-container table
{
    height: 186px;
    margin: 0;
    padding: 0;
	border-collapse: inherit;
}

.connected-list-container table tbody
{
	background-color: transparent;
}

.connected-list-container table td
{
	padding: 0;
    vertical-align: middle;
}

.connected-list-container table td p
{
	margin: 0;
}

.disclaimer-container
{
	margin-top: 30px;
}

.disclaimers
{
	font-style: italic;
	font-size: .8rem;
}

.connected-list-container.automatic-911
{
	height: 100%;
	padding: 0;
}

.connected-list-container.automatic-911 .copy
{
	margin-top: 1rem;
	padding: 0 15px;
}

/*
.connected-list-container.wi-fi
{
	height: 120px;
	padding: 0;
}
*/

.connected-list-container .wi-fi-container
{
	padding: 0;
}

.connected-list-container .wi-fi
{
	position: absolute;
	top: 0;
}

.connected-list-container.wi-fi img
{
	height: 100%;
	max-width: 103px;
	background: #000000;
}

/*
.connected-list-container.wi-fi .copy table
{
	height: 109px;
}
*/

.connected-list-container:last-child
{
	margin-bottom: 0;
}



/* Small only */
@media screen and (max-width: 39.9375em) {

	.connected-list.phone
	{
		max-height: 180px;
	}

	.mobile-adjust .phone
	{
		top: 1.9rem;
	}

	.connected-list-container.mobile-adjust, .connected-list-container.mobile-adjust table
	{
		height: 264px;
	}

}

@media screen and (max-width: 320px) {

	.connected-list-container.mobile-adjust, .connected-list-container.mobile-adjust table
	{
		height: 382px;
	}

}

/* Medium and down */
@media screen and (max-width: 63.9375em) {

	.border-wrapper
	{
		padding: 0 !important;
		border: none;
	}

	.connected-list-container.wi-fi
	{
		margin-bottom: 10px;
	}

	.connected-services-hero
	{
		text-align: center;
	}

}

/* Medium and up */
@media screen and (min-width: 40em) {

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .ipad-portrait { color: red; } /* your css rules for ipad portrait */
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .ipad-landscape { color: blue; } /* your css rules for ipad landscape */
}

.page3disclaimer
{
	position: relative;
}

.page3disclaimer > div
{
	padding-left: 1.5em;
}

.page3disclaimer::before
{
	content: attr(data-number);
	position: absolute;
	width: 1.5em;
	text-align: right;
	font-size: 75%;
	line-height: 1;
}