.tutorial-text {
    margin-left: 10px;
    margin-right: 10px;
}

.photo-card-column {
    float: left;
    width: 192px;
    margin-right: 0;
    margin-bottom: 14px;
}

.photo-image-frame {
    position: relative;
    width: 175px;
    height: 194px;
    margin: 8px auto 0 auto;
    overflow: hidden;
    isolation: isolate;
}

.photo-image-inner {
    position: absolute;
    left: 7px;
    top: 18px;
    width: 161px;
    height: 117px;
    overflow: hidden;
    z-index: 1;
}

.community-photo-preview {
    display: block;
    width: 161px;
    height: 117px;
    image-rendering: pixelated;
}

.photo-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 159px;
    height: 115px;
    border: 1px solid #000;
    pointer-events: none;
}

.photo-layer-fg {
    background-color: #ffcc66;
    mix-blend-mode: multiply;
    z-index: 3;
}

.photo-layer-bg {
    background-color: #652518;
    mix-blend-mode: plus-lighter;
    z-index: 2;
}

.photo-frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 175px;
    height: 194px;
    z-index: 4;
    display: block;
    pointer-events: none;
}

.photo-description {
    position: absolute;
    left: 11px;
    right: 14px;
    bottom: 24px;
    z-index: 5;
    height: 30px;
    overflow: visible;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: bold;
    line-height: 11px;
    color: #000;
    word-wrap: break-word;
}

.photo-top-nav {
    overflow: hidden;
    padding-top: 4px;
}

.photo-top-nav-left {
    float: left;
}

.photo-top-nav-right {
    float: right;
}

.photo-top-nav-right .new-button {
    margin-left: 8px;
}

.photo-page-footer {
    clear: both;
    overflow: hidden;
    padding-top: 8px;
    font-size: 10px;
    color: #666;
}

.photo-page-counter {
    float: left;
    color: #fc6204;
    font-size: 10px;
}

.photo-mini-nav {
    float: right;
    color: #fc6204;
    font-size: 10px;
    text-align: right;
}

.photo-mini-nav a {
    color: #fc6204;
    text-decoration: none;
}

.photo-mini-nav a:hover {
    text-decoration: underline;
}
