* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#content {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    padding: 3em 0 0 0;
}

#c {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-item {
    display: inline-block;
    margin: 1em;
    padding: 1em;
    box-shadow: 1px 2px 4px 0px rgb(245, 201, 0);
    /* box-shadow: 1px 2px 4px 0px #268A00; */
    width: 300px;
}

.list-item .scene {
    height: 300px;
    margin-top: 0.5em;
}

.list-item .link {
    /*text color*/
    font-family: sans-serif;
    font-size: x-large;
    text-align: center;
    /* width: 300px; */
    text-decoration:underline;
}

.list-item .link a {
    color: #F5C900;
}

.list-item .polydata {
    color: #F0F0F0;
    /*text color*/
    font-family: sans-serif;
    font-size: large;
    /* width: 300px; */
    margin-top: 0.5em;
}

table, th, td {
    border: 1px solid;
    border-collapse: collapse;
    width: 100%;
}

table{
    table-layout: fixed ;
}

td {
text-align: center;
}