.framed-view {
    border: solid 2px #000;
    background: #A9DBFF;
    padding: 1%;
}

form input {
    width: 100%;
}

p.status {
    background: #FFF777;
    text-align: center;
    width: 100%;
}

.row.image-category {
    border-top: solid 1px #aaa;
}

.image-item {
    text-align: center;
}

.image-item p {
    text-align: left;
}

.image-item img {
    width: 100%;
}

.label {
    color: #606060;
    font-size: 0.8em;
}

.value {
}
