﻿body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.short
{
	width: 100px;
	
}
.medium
{
	width: 100px;
	
}

.long
{
	width: 280px;
	
}

.cell
{
	width: 50%;
	
}

.nowrap
{
	white-space:nowrap;	
}

.floatToLeft
{
	float:left;	
}

.floatToLeftFixWidth
{
		width: 120px;
}

.width32
{
	width: 280px;
}
