.wrap.create-logo #created-logotypes a {
    text-align: center;
    width: 160px;
    height: 140px;
    float: left;
    padding: 20px 20px;
    margin: 10px 20px 10px 0;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    background: #fff;
}

.wrap.create-logo #created-logotypes a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.wrap.create-logo #created-logotypes img {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    max-width: 100%;
    max-height: 100%;
}

.wrap.create-logo object:focus,
.wrap.logotype-details object:focus {
    outline: none !important;
}

.wrap.logotype-details code {
    padding: 10px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    background: #fff;
}

.wrap.logotype-details .dashicons {
    text-decoration: none;
}