@charset "utf-8";
/* CSS Document */

div[id^="id"] table, div[id^="id"] tr, div[id^="id"] td {
  border:none; !important;
  padding:0; !important;
}

table.manual {
  table-layout: fixed;
}
table.manual th.update {
  width: 12%;
}
table.manual th.language {
  width: 12%;
}
@media only screen and (max-width:768px){
table.manual th.update {
  width: 16%;
}
table.manual th.language {
  width: 16%;
}
}
