.sizeguides-manager-options .form-wrapper {
    margin: 10px 0;
}

.sizeguides-manager-options .from-image-wrapper .inner {
    display: inline-block;
}

.sizeguides-manager-options .form-wrapper label {
    width: 200px;
    display: inline-block;
    font-weight: 700;
}

.sizeguides-manager-options h4.field-label {
    font-size: 13px;
    font-weight: 700;
}
.sizeguides_screenshot img {
    width: 100px;
}

.sizeguides-manager-options .sizeguides-section {
    position: relative;
    min-width: 255px;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
    margin-bottom: 30px;
}
.sizeguides-manager-options .inside {
    margin: 6px 0 0 0;
    padding: 12px;
}

.sizeguides-manager-options .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccd0d4;
}

.sizeguides-manager-options .header h2 {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
}
.button-actions-wrapper {
    margin-bottom: 30px;
}

/* table */

table.sizeguides-table-edit {
    width: 100%;
    margin: 15px 0;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .075);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .075);
}

table.sizeguides-table-edit td, table.sizeguides-table-edit th {
    border: 1px solid #eee;
    text-align: center;
    height: 40px;
    vertical-align: middle;
    font-size: 14px;
}

table.sizeguides-table-edit th {
    background-color: #f1f1f1;
    border-color: #ddd;
    border-top: none;
    border-bottom: 2px solid #ddd;
}

table.sizeguides-table-edit th:first-child, table.sizeguides-table-edit td:first-child {
    border-left: none;
}

table.sizeguides-table-edit a.icon-button {
    background-color: #ccc;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

table.sizeguides-table-edit a.icon-button.addcol, table.sizeguides-table-edit a.icon-button.addrow {
    background-color: #0071a1;
}

table.sizeguides-table-edit a.icon-button.delcol, table.sizeguides-table-edit a.icon-button.delrow {
    background-color: red;
}

table.sizeguides-table-edit input[type="text"],
table.sizeguides-table-edit input[type="password"],
table.sizeguides-table-edit input[type="checkbox"],
table.sizeguides-table-edit input[type="color"],
table.sizeguides-table-edit input[type="date"],
table.sizeguides-table-edit input[type="datetime"],
table.sizeguides-table-edit input[type="datetime-local"],
table.sizeguides-table-edit input[type="email"],
table.sizeguides-table-edit input[type="month"],
table.sizeguides-table-edit input[type="number"], 
table.sizeguides-table-edit input[type="search"],
table.sizeguides-table-edit input[type="radio"],
table.sizeguides-table-edit input[type="tel"],
table.sizeguides-table-edit input[type="time"],
table.sizeguides-table-edit input[type="url"],
table.sizeguides-table-edit input[type="week"],
table.sizeguides-table-edit select, 
table.sizeguides-table-edit textarea {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #32373c;
    outline: none;
    -webkit-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
    width: 99%!important;
}