.content {
    margin: 0 auto;
    max-width: 830px;
}

#image-container {
    margin: 40px auto;
    width: 830px;
}

.grid-element {
    /*width: 200px;*/
    height: 200px;
    /*float: left;*/
}

.grid-element img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 128px;
    height: 128px;
}

.demo-images {
    margin: 0 0 10px 0;
}

.demo-images:after {
    clear: both;
}

.demo-images .grid-element {
    width: 200px;
    height: 200px;
    margin: 0 5px 5px 0;
    float: left;
}
.demo-images .grid-element img {
    width: 128px;
    height: 128px;
}

.fake {
    background-color: #d14e49;
    border: 1px solid rgba(1, 0, 0, .2);
}

.important {
    color: #d14e49;
    font-weight: bold;
}

.real {
    background-color: #81d155;
    border: 1px solid rgba(0, 1, 0, .2);
}

.button_blue {
    text-align: center;
    padding: 10px 20px 10px 20px;
    background-color: #6591c4;
    border: 1px solid rgba(0, 0, 1, .2);
}

.left {
    float: left;
}

.right {
    float: right;
}

.buttons {
    width: 100%;
    float: left;
    margin: 20px auto 0;
}

.buttons a {
    display: block;
    color: white;
}

.wrapper {
    width: 400px;
    margin: 0 auto;
}

.box {
    width: 180px;
    height: 100px;
    line-height: 100px;
    margin: 5px;
    text-align: center;
}

#save-link {
    margin-top: 30px;
}

#save-link a {
    text-align: center;
    padding: 10px 0 10px 0;
    width: 100%;
    background-color: #6591c4;
    border: 1px solid rgba(0, 0, 1, .2);
}

a {
    text-decoration: none;
}

textarea {
    resize: none;
    font-family: inherit;
    font-size: inherit;
    width: 100%;
}

#explanation { display: none; }
#explanation ul { padding: 0; margin-bottom:50px; }
#explanation .legend { list-style: none; }
#explanation .legend li { float: left; margin-right: 50px; line-height: 20px; }
#explanation .legend span { float: left; width: 18px; height: 18px; margin: 2px; }