#dumdum {
    table-layout: fixed;
    width: 900px;
    max-width: 900px;
}
#dumdum tr td {
    min-width: 50px;
    width: 50px;
}



/* ================ Character Icon =============== */


@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?86wf7d');
    src:  url('fonts/icomoon.eot?86wf7d#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?86wf7d') format('truetype'),
    url('fonts/icomoon.woff?86wf7d') format('woff'),
    url('fonts/icomoon.svg?86wf7d#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.dashicons-psplogo {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icon-256x256:before {
    content: "\e901";
}
.dashicons-psplogo:before {
    font-family: 'icomoon' !important;
    content: "\e900";
}
