/*
 * Author:	Petteri Hakala
 *			Sentatel Oy
 *			petteri.hakala@oyk.fi
 */
 
td.phone
{
	white-space: nowrap;
}

.resource_itemrow td
{
	cursor: pointer;
}

#multijob_calc_div .level_1_step td
{
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	white-space: nowrap;
}

#multijob_calc_div .level_2_step
{
	font-weight: bold;
}

#multijob_calc_div .level_2_step td:first-child
{
	padding-left: 15px;
}

#multijob_calc_div .level_3_step td:first-child
{
	padding-left: 30px;
}

.step_linethrough td
{
	text-decoration: line-through;
}