body {
font-size: 12px;
  @import url('https://fonts.googleapis.com/css family=Titillium+Web:300,400,400i,600,600i,700');
  font-family: 'Titillium Web', sans-serif;
  color: #666;
}
.table .fieldtype_input_numeric, .table .fieldtype_input_numeric_comments, .table .numeric_fields_total_values, .table .fieldtype_numeric {
    text-align: right;
}

.table .fieldtype_time, .table .fieldtype_input_datetime, .table .fieldtype_input_date, .table .fieldtype_date_added, .table .fieldtype_date_updated {
  	text-align: center;
}

th {
  text-align: center;
}

input:focus {
  background-color: #feffdf;
  color: black;
}