/* --- Exceptions for the Three Column Layout with Feature
-------------------------------------------------------*/

/* --- One column instead of two in banner highlights --- */
body.mobile          #banner .highlights,
body.att-detail      #banner .highlights,
body.verizon-detail  #banner .highlights,
body.juicepack-device #banner .highlights,
body.auto-device     #banner .highlights {
  margin-left: 35px;
}

body.mobile          #banner .highlights ul li,
body.att-detail      #banner .highlights ul li,
body.verizon-detail  #banner .highlights ul li,
body.juicepack-device #banner .highlights ul li,
body.auto-device     #banner .highlights ul li {
	float: none;
	width: auto;
}

/* --- One column of links instead of two in topic module --- */
body.auto-help .topic_module ul.cta li {
	float: none;
	width: auto;
}

/* --- Adjusted for long CTAs --- */

body.personal-television-help #banner .highlights ul li {
	width: auto;
}
