.clear {
    clear: both;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.margin-t30 {
    margin-top: 30px;
}

.itc_title {
    margin: 20px 0 10px;
}

.itc_title_bold {
    margin: 20px 0 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.itc_other_plugin_title {
    text-decoration: none;
}

.itc_other_plugin_title span {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #007cba;
    display: block;
    text-decoration: none;
}

.itc_bottom_logo {
    max-width: 260px;
    margin: 20px 0 0 0;
}

.itc_other_plugin_logo {
    max-height: 60px;
    margin: 10px 0;
}


/* .itc_btn_sm {
    font-size: 12px!important;
} */

.itc_bg {
    background-color: #fff;
    padding: 10px 20px;
}

.itc_width_xs {
    width: 25%;
}

.itc_width_md {
    width: 50%;
}

.itc_width_lg {
    width: 80%;
}

table.itc_table th {
    vertical-align: middle;
    padding: 10px 10px;
    line-height: normal;
    font-size: 15px;
}

table.itc_table td {
    vertical-align: middle;
    padding: 10px 10px;
    line-height: normal;
    font-size: 15px;
}

.itc_other_plugin_list .itc_other_plugin_list_item:first-child {
    margin-left: 0;
}

.itc_other_plugin_list .itc_other_plugin_list_item {
    width: 220px;
    background: #fff;
    padding: 10px 20px 60px;
    float: left;
    margin: 0 5px;
    list-style: none;
    min-height: 222px;
    position: relative;
}

.itc_other_plugin_btn {
    position: absolute;
    bottom: 15px;
}

.itc_dashicon:before {
    font-size: 32px;
}

.itc_svg_upload_dismissed_alert .notice-dismiss {
    top: -10px;
    right: -10px;
    padding: 0;
}