table.morph-table {
    background: #f1f1f1;
    border-collapse: collapse;
}

table.morph-subtable {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

table.morph-table tr {
    border-top: 6px double #8c8c8c;
    border-bottom: 6px double #7d7d7d;
}

table.morph-table td {
    padding: 5px 0;
    min-width: 240px;
    vertical-align: top;
}

table.morph-table p {
    margin: 0;
    padding: 1px 12px;
	font-size: 12px;
}

span.morph-number {
    font-weight: bold;
    min-width: 72px;
    display: inline-block;
}

table.morph-subtable td {
    padding: 5px 0;
    vertical-align: top;
}

table.morph-subtable tr {
    border: none;
    padding: 0;
}

table.morph-subtable tr:not(:nth-child(1))  {
    border: none;
    padding: 0;
    border-top: 3px double gray;
}

table.morph-table p:hover {
    background-color: gainsboro;
}

.morph-code {
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
}

.morph-descriptor {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

.morph-container {
    margin: 3px auto 30px auto;
    text-align: left;
}

.nszt-morphtable {
    display:inline-block;
}

#morphtables {
    overflow-x: auto;
}

#morphModal {
    text-align:center;
}
