/* Parent Facing Only Styles */

/* NOTE: Jim D. 2018JAN03
   This [.form-actions button] is an issue but is widely used.
   Correcting it will be a little painful since we pull <button>'s
   right by default but not div's with a [btn] class. It is the reason we
   have to pull-right/float-right again.
   Jim D. 2018JAN03 */
.form-actions button {
	float: right;
}

/* Bootstrap 3 larger container sizes */
@media (min-width: 1440px) {
	.container { width: 1410px; }
}
