#price-alerts .row {
	margin-left: 0;
	margin-right: 0;
}
#price-alerts .mycr-button {
	width: 100%;
}
#price-alerts .shaded-box h3 {
	padding: 5px 0;
}

#price-alerts .billing-information-desktop {
  width: 225px;
  text-align:center;
}


#price-alerts .small-bottom-spacer p { 
  margin:0;
  font-size:1.0em;
	padding: 2px 10px;
}

#price-alerts h2 { 
  text-transform:none;
}

#price-alerts .pricing-information { 
  font-size: 2em;
}

#price-alerts strong { 
	color: #474747;
}

#price-alerts .btn-small { 
	padding: 2px 35px 4px 16px;
}

#price-alerts .btn-orange.btn-small, #price-alerts .btn-orange.btn-small:visited, #price-alerts .btn-blue.btn-small, #price-alerts .btn-blue.btn-small:visited
{
	min-width: 25px;
}

#price-alerts .price-alert-desc {
	float:left;
	width:100%;
}
	#price-alerts .price-alert-desc .mycr-button {
		width: auto;
	}
#manage-alerts {
	float: right;
}

/*
	iPad portrait styles
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	#price-alerts .billing-information-desktop {
		text-align: left;
		clear: left;
		width: auto;
	}
	#view-details {
		float: right;
		margin-top: 55px;
	}
	#breakerForIpad {
		width: 98%;
		margin: 20px 5px 10px 5px;
		float: left;
		display: block;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#price-alerts .billing-information-desktop {
		text-align: center;
		clear: none;
	}
	#view-details {
		float: left;
		margin-top: 0;
	}
	#breakerForIpad {
		display: none;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}