@charset "utf-8";
/* CSS Document */

/**
 * Tabstops
 *
 * Predefined tabs
 */

.tabstop_xs, .tabstop_s, .tabstop_m, .tabstop_l, .tabstop_xl{
	float: left;
}

.tabstop_xs{
	width: 40px;
}

.tabstop_s{
	width: 50px;
}

.tabstop_m{
	width: 120px;
}

.tabstop_l{
	width: 160px;
}

.tabstop_xl{
	width: 200px;
}
