@charset "utf-8";

/*body {
    font-family: sans-serif;
    background-color: #dedede;
    color: #333;
    padding: 20px 0 28px 0;
    margin: 0;
}*/

/*img {
    max-width: 100%;
    height: auto;
}*/

.gallery-item {
    max-width: 900px;
    padding: 20px;
    margin: 30px auto;
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/*.item-name {
    font-size: 2rem;
    font-weight: normal;
    margin: 0 0 1rem 0;
}*/

/*.gallery-item h4 {
    margin: 0 0 6px 0;
}*/

.gallery-image {
    float: left;
    width: 40%;
    margin-right: 15px;
}

.gallery-image-none {
    /*width: 300px;*/
    min-height: 100px;
    border: 2px solid #dddddd;
    /*margin-top: 15px;*/
    /* Default Text */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #cccccc;
}

.status-list {
    margin: 0;
    padding: 0;
    position: relative;
    left: 17px;
    font-size: 0.85rem;
    line-height: 1.5;
}