            .container {
            width: 94%;
        }
        .frame {
            width: 98%;
            margin: 2%;
        }

        .rowp {
            width: 94%;
        }
        
        #t01 {
            width: 94%;
            margin: auto;
            padding: 10px;
            text-align: center;
            text-emphasis-color: black;
        }
        
        #t01 tr:nth-child(even) {
            background-color: #eee;
        }
        
        #t01 tr:nth-child(odd) {
            background-color: #fff;
        }
        
        #t01 th {
            color: white;
            background-color: black;
      	.mail {
 			 font-size: 15px;
          }