
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

table.body {
    background-color: rgb(91, 91, 91);
    width: 100%;
    height: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: 1px solid black;
    border-spacing: 2px;
}

table.main {
    background-color: rgb(255, 220, 171);
    width: 100%;
    height: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: 0px solid black;
    border-spacing: 2px;
}

td.logo {
    text-align: center;
}

td.title {
    text-align: center;
    vertical-align: middle;
}

img.logo_idx_log {
    border: 1px;
    width: 200px;
}

img.logo_idx_vtr {
    border: 1px solid;
    width: 750px;
}

img.logo_idx_sqr {
    border: 2px;
    width: 150px;
}

img.logo_idx_rct {
    border: 2px;
    width: 300px;
}

table.section {
    text-align: left;
    padding: 2px;
}

td.legend {
    vertical-align: middle;
    padding: 5px;
}

td.twistyPuzzle {
    text-align: center;
    vertical-align: top;
    padding: 5px;
}

td.topSpin {
    text-align: center;
    vertical-align: top;
    padding: 5px;
}

p.sequencePanel, p.TSsequencePanel {
    background-color: rgb(240, 240, 240);
    font-family: 'Courier New';
    font-weight: bold;
    translate: no;
}
