body {
    background: #f6f6f6;
    color: #333;
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
    font-family: Tahoma, 'microsoft yahei', Geneva, sans-serif;
    line-height: 150%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

.g_table {
    width: 100%;
    margin: 1em 0;
    font-size: 12px;
    table-layout: fixed;
    border-collapse: collapse;
}
.g_table th {
    padding: 4px;
    border: #ccc 1px solid;
}
.g_table td {
    padding: 4px;
    border: #ccc 1px solid;
    word-break: break-all;
}
.g_table td:first-child {
    text-align: center;
}

a {
    word-break: break-all;
}
