document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. body{
  2.     font-family: \'roboto\';
  3.     color: #000;
  4. }
  5.  
  6. .judul{
  7.     background: #87D1D8;
  8.     padding: 10px;
  9.     text-align: center;
  10.  
  11. }
  12.  
  13. .judul h1,h2,h3{
  14.     height: 15px;
  15. }
  16.  
  17. a{
  18.     /*color: #fff;*/
  19.     padding: 5px;
  20.     text-decoration: none; 
  21. }
  22.  
  23.  
  24. .table{
  25.     border-collapse: collapse;
  26. }
  27.  
  28. table.table th th , table.table tr td{
  29.     padding: 10px 20px  ;
  30. }
');