/** Tabele */
.td-0{
  width: 300px;
  text-align:left;
  padding:5px 10px;
  
}

.td-1{
  width: 300px;
  text-align:left;
  padding:5px 10px;
 
}

.tr-even, .tr-odd{
  line-height:25px;
  height:20px;
}

.tr-even{
  background-color:#eee;
}
@media only screen and ( max-width: 480px ){
table{
	width: 100%;
}
	
.td-0{
 display:none;
}

.td-1{
  width: 100%;
  display: block;
}

.tr-even, .tr-odd{
  line-height:25px;
  height: auto;
}

}