body.ute-dca{
    font-size: 16px;
}

body.ute-dca h2{
    font-size: 600;
}

.ute-html-content img {
	max-width: 100%;
}

.ute-html-content a {
	font-weight: 600;
}

.bold {
	font-weight: 600;
}

ol.steps {
	margin-top: 20px;
	counter-reset: li-counter;
	list-style-type: none;
}

ol.steps > li {
	margin: 0 auto;
	padding-left: 50px;
	padding-top: 28px;
	position: relative;
	padding-bottom: 10px;
}

ol.steps > li:first-child {
	padding-top: 0;
}

ol.steps > li:last-child {
	padding-bottom: 20px;
}

ol.steps > li:before {
	background: #00A0B7;
	border-radius: 100%;
	color: white;
	content: counter(li-counter);
	counter-increment: li-counter;
	font-size: 2.5rem;
	height: 4rem;
	left: -0.5rem;
	padding-top: 3px;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 4rem;
}

ol.steps > li:first-child:before {
	top: 0;
}


/*SUPOPT-286 wireless-caller-id-call-display-and-name-display-faqs*/

#call-display-and-name .bold {
	font-weight: 600;
}

#call-display-and-name ol.steps {
	counter-reset: li-counter;
	list-style-type: none;
}

#call-display-and-name ol.steps > li {
	margin: 0 auto;
	padding-left: 5.6rem;
	padding-top: 5rem;
	position: relative;
}

#call-display-and-name ol.steps > li:first-child {
	padding-top: 0;
}

#call-display-and-name ol.steps > li:last-child {
	padding-bottom: 20px;
}

#call-display-and-name ol.steps > li:before {
	background: #00A0B7;
	border-radius: 100%;
	color: white;
	content: counter(li-counter);
	counter-increment: li-counter;
	font-size: 2.5rem;
	height: 4rem;
	left: -0.5rem;
	padding-top: 3px;
	position: absolute;
	text-align: center;
	top: 4rem;
	width: 4rem;
}

#call-display-and-name ol.steps > li:first-child:before {
	top: 0;
}

#call-display-and-name ul > li {
	list-style-type: disc !important;
}

/*SUPOPT-214 billing-account/how-to-update-payment-method.html*/

#change-method .bold {
	font-weight: 600;
}

#change-method ol.steps {
	counter-reset: li-counter;
	list-style-type: none;
}

#change-method ol.steps > li {
	margin: 0 auto;
	padding-left: 5.6rem;
	padding-top: 5rem;
	position: relative;
}

#change-method ol.steps > li:first-child {
	padding-top: 0;
}

#change-method ol.steps > li:last-child {
	padding-bottom: 20px;
}

#change-method ol.steps > li:before {
	background: #00A0B7;
	border-radius: 100%;
	color: white;
	content: counter(li-counter);
	counter-increment: li-counter;
	font-size: 2.5rem;
	height: 4rem;
	left: -0.5rem;
	padding-top: 3px;
	position: absolute;
	text-align: center;
	top: 4rem;
	width: 4rem;
}

#change-method ol.steps > li:first-child:before {
	top: 0;
}

#change-method ul > li {
	list-style-type: disc !important;
}


/*app-images and vertical image responsive */

img.app-image {
    width: 200px;
    display: inline-block;
}

.app-badges {
    margin-bottom: 25px
}

.vertical-image {
    height: 500px;
}

/* Typeahead */
#modal-typeahead .modal-dialog .modal-content{
	padding: 0px !important;
}

#modal-typeahead .modal-content .modal-body .global-typeahead input.form-control{
	height: 45px;
	border-radius: 7px 0px 0px 7px;
}

#modal-typeahead input.ute-sse-typeahead{
	height: 45px;
}