table {
    width: 100%;
    text-align: left;
    table-layout: fixed;
		border: 2px solid #ddd;
}

th, td {
    word-wrap: break-word;
    width: 100%;
		padding:20px;
		border-bottom: 2px solid #ddd;
}

@media 
/*only screen and (max-width: 480px),*/
screen and (max-width: 480px)
/*(min-device-width: 768px) and (max-device-width: 1024px)*/  {
	table { text-align:center; width:100%;}
    /*tbody, thead { float: left; }*/
    thead { display:none; }
    td,th { display: block; text-align: center; border-bottom: 0; }
		/*.install-button-box { padding-top:0px; }*/
}