datachecker.css 248 B

123456789101112131415161718192021222324252627
  1. body {
  2. margin: 0 10%;
  3. }
  4. h1 {
  5. color: #0047b3;
  6. width: 100%;
  7. text-align: center;
  8. }
  9. h2 {
  10. color: #666666;
  11. }
  12. .error {
  13. color: red;
  14. font-weight: 700;
  15. }
  16. .valid {
  17. color: green;
  18. }
  19. .datatable {
  20. width: 100% !important;
  21. }