label.cf7sd_pro_link {
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
}
img.cf7sd_rating_div {
    width: 100px;
    vertical-align: middle;
}
.oc_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.welcome-panel .oc_save_data {
    flex-direction: column;
    margin: 35px 0px;
}
.oc_heading h2 {
    color: #000000;
}
.oc_heading p {
    font-weight: bold;
}
.oc_save_data table, .oc_save_data table tbody, .oc_save_data table tbody tr {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.oc_save_data table tbody tr td:first-child {
    width: 20%;
}
.oc_save_data table tbody tr td {
    display: inline-block;
    width: 70%;
    line-height: 3;
}
.oc_submit {
    margin-top: 15px;
}
.oc_submit span.oc_suc_msg {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: green;
    margin-top: 10px;
}
td.action-edit.column-action-edit {
    display: flex;
}