body {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333;
	margin:20px;
}
h1 { 
	text-align:center;
	color:#1c94c4;
	font-weight:400;
}
.container {
	width:900px;
	margin:0 auto;
}
#leftcol {
	display: none;
}
#rightcol {
	width:100%;
}
#tekmiria {
	position:relative;
}
#tekmiria table {
	width:100%;
	color:#000;
	
	border-collapse: collapse; 
	border-spacing: 0;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	
	border:#1c94c4 1px solid;
}
#tekmiria table tr:nth-child(even) {background-color: #f5f5f5;}
#tekmiria table tr:nth-child(odd) {background-color: #e5e5e5;}

#tekmiria table th {
	padding:5px;
	color:#1c94c4;
	font-weight:700;
	text-align:left;
	border:#1c94c4 1px solid;
}
#tekmiria table td {
	padding:5px;
	border:#1c94c4 1px solid;
}
#tekmiria table .amount, #tekmiria table #total  {
	width:100px;
	text-align:right;
}
