@charset "UTF-8";


#table + div table td {
text-align: center;
}

@media screen and (max-width: 500px) {
#table + div table td {
text-align: left!important;
}
}