.row{
    width:100%;
    height:250px;
    font-size:14px;
    font-family: "Open Sans", "DejaVu Sans", sans;
    text-align: center;
}
.collumn{
    display:inline-block;
    width:auto;
    background-color:pink;
    margin:1em;
    text-align:center;
    float:left;
}

.collumn li
{
    padding:0.5rem 0.5rem;
    float: left;
}

.row ul{
    list-style:none;
    padding:0;
    margin:0;
    overflow:auto;
}

.header{
    font-weight: bold;
    padding-bottom:1em;
}

.button{
    cursor: pointer;
}

.selected{
    background-color: #c8c8c8;
    color:yellow;
    font-weight:bold;
}

.display
{
    box-sizing: border-box;
    width:100%;
    height:400px;
    text-align:center;
}

.display-1
{
    box-sizing: border-box;
    width:100%;
    height: 100%;
    text-align:center;
}

.display-1 div
{
    width:24%;
    height:350px;
    display:inline-block;
    box-sizing: border-box;
    border:0 1em 0 1em;
}

.display-1 img
{
    max-width:100%;
    max-height:100%;
}

.display > div
{
    float:left;
    display:inline-block;
}

.summary-flow{
    height:100%;
    cursor:pointer;
}

.odr-model
{
    height:100%;
    cursor:pointer;
}

.image-sequence{
    float:none;
    height:100%;
}

.hidden{
    display:none !important;
}

.full{
    width:100%;
}

.half{
    width:50%;
}

body{
    visibility:hidden;
    padding:1em;
}

h1{
    text-align: center;
}

h2{
    text-align: left;
}

.statistics{
    text-align: center;
    width: 100%;
}

.statistics img{
    padding: 0em 1em;
    width: 200px;
    height: 200px;
}