#emg,
#emg2,
#emg3 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: medium;
}
#emg * ,
#emg2 * ,
#emg3 * {
    text-align: center;
    line-height: 1.56;
}
#emg table,
#emg2 table,
#emg3 table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
#emg3 table {
    width: 600px;
}
#emg > table,
#emg2 > table,
#emg3 > table {
    margin: 10px auto!important;
}

#emg table td,
#emg2 table td,
#emg3 table td {
    white-space: normal;
    padding: 2px;
    color: #333;
}

#emg a,
#emg2 a,
#emg3 a {
    color: #00f;
    text-decoration: underline;
}

#emg2 br {
    display: none;
}


