table {
	width: 100%;
}

.inline .indent {
	border-left: 14px solid transparent; /* match dt margin-right */
}

/* --- page step styles --- */
/* results page */
#input-summary thead th,
#input-summary td,
#cash-flow th,
#cash-flow td {
	text-align: right;
}

#input-summary thead th.text,
#cash-flow td.text {
	text-align: left;
}

#rp-calc-process input[type="submit"] {
	width: 9em;
}

.rpc-chart-wrapper img {
	border: 1px solid #CCC;
}
#edit-restart {
	margin-top: 4em;
}

#edit-restart .actions form{
	float: right;
}

/*** Responsive rules ***/
/* iPad portrait/medium breakpoint */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait),
       screen and (max-width: 768px) {

	#rp-calc-investments-1 .row-fluid [class*="span"] {
		width: 100%;
		margin: 0;
	}
}
.row-fluid .span4 {
	padding-left: 0;
}
ul {
	list-style-type: initial;
}
img {
	max-width: none;
	display: inline-block;
}
.inline {
	display: inherit;
}
.row-fluid {
	margin-left: 0;
	max-width: none;
}
ul ul {
	list-style-type: circle;
}
sup {
	top: initial;
}