* {
	padding: 0;
	margin: 0;
}

html, body{
	width: 100%;
}

table.myDataTable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table.myDataTable td, table.myDataTable th {
	vertical-align: middle;
	color: #FFF;
}

table.myDataTable thead tr th {
	position: relative;
}

table.myDataTable th i {
	color: #FFF;
	font-size: 14px;
	position: absolute;
	right: 5px;
	top: 10px;
}

table.myDataTable thead th {
	cursor: pointer;
}