h1{
	color: #4F44DA;
	text-align: center;
}

h2{
	color: #08C364;
}

h3{
	color: #FF67FA;
}

td.red{
	color: red;
}


.table thead th {
	text-align: center;
	vertical-align: middle;
}

.table tbody td:nth-child(1){
	text-align: center;
}

.table-1 tbody td:nth-child(3),
.table-1 tbody td:nth-child(4),
.table-1 tbody td:nth-child(5),
.table-1 tbody td:nth-child(6){
	text-align: right;
}

.table-1 tfoot td:nth-child(2),
.table-1 tfoot td:nth-child(3){
	text-align: right;
}

/* ----- table-tasks -------------------- */

.table-tasks tbody td:nth-child(3),
.table-tasks tbody td:nth-child(4){
	text-align: center;
}

.table-tasks tbody td:nth-child(5){
	text-align: right;
}

.table-tasks tfoot td:nth-child(2),
.table-tasks tfoot td:nth-child(3){
	text-align: center;
}

.table-tasks tfoot td:nth-child(4){
	text-align: right;
}

/* ----- .table-time-shortly -------------------- */

.table-time-shortly tbody td:nth-child(4), 
.table-time-shortly tbody td:nth-child(5){
	text-align: right;
} 


.table-time-shortly tfoot td:nth-child(2){
	text-align: right;
} 



.table-time-details tbody td:nth-child(3){
	text-align: center;
} 

.table-time-details tbody td:nth-child(4), 
.table-time-details tbody td:nth-child(5){
	text-align: right;
}

.table-time-details tfoot td:nth-child(2){
	text-align: right;
}