        table { width:580px; }
		td { padding:20px; }
		td.name { width:200px; !important text-align:center; margin-left:auto; margin-right:auto; }
		td h3 { font-size: 20px; }


@media screen and  (max-width: 740px) {
      table {width:720px; }
      
      }

		@media screen and (max-width: 400px) {
          table { width:380px; }

  		td { padding:20px; }
		td.name { width:100px; !important text-align:center; margin-left:auto; margin-right:auto; }
		td h3 { font-size: 20px; }

  }