/* Style for the Dynamic Image Optimizer Admin Page */

.wrap h1 {
    margin-bottom: 20px;
}

label {
    margin-right: 10px;
    font-weight: bold;
}

input[type="text"],
select {
    margin-right: 10px;
    padding: 5px;
    font-size: 14px;
}

#dio-image-list img {
    max-width: 50px;
    height: auto;
}

#dio-image-list td {
    vertical-align: middle;
    text-align: center;
}

.button {
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
}

#dio-conversion-status {
    font-weight: bold;
    color: green;
}

#dio-log-viewer {
    width: 100%;
    font-family: monospace;
    margin-top: 10px;
}