document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. ul {
  2.     list-style-type: none;
  3.     padding: 0px;
  4.     margin: 0px;
  5. }
  6. li {
  7.     margin-top: 5px;
  8. }
  9. #count {
  10.     width: 83px;
  11. }
  12. #x {
  13.     width: 60px;
  14. }
  15. li input {
  16.     width: 150px;
  17. }
  18. #enter {
  19.     margin-top: 5px;
  20.     width: 155px;
  21. }
  22. }
');