@charset "utf-8";

.part-item {
    padding: 10px;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.part-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;
}