.plugin-not-required {
    opacity: 0.4;
}

#cool-plugins-container {
    display: inline-block;
    margin: 15px auto;
    padding: 0;
    box-sizing: border-box;
    width: calc(100% - 20px);
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px -5px #afafaf;
    overflow: hidden;
}

#cool-plugins-container * {
    box-sizing: border-box;
}

#cool-plugins-container .button {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 24px;
    line-height: 22px;
    min-height: 24px;
}

.cool-plugins-events-addon .cool-header {
    background-color: #008bff;
    background: linear-gradient(to right, #008bff, #27c2f3);
    padding: 20px 10px;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.cool-plugins-events-addon .cool-header h2 {
    color: #fff;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: auto;
}

.cool-plugins-events-addon .cool-header a.button {
    float: right;
    margin: 0 5px;
}

.cool-body-left {
    display: inline-block;
    width: calc(100% - 231px);
    vertical-align: top;
    padding: 10px;
    border-right: 1px solid #ddd;
}

.cool-body-right {
    display: inline-block;
    width: 230px;
    vertical-align: top;
    float: right;
    padding: 10px;
}

.cool-body-right ul li {
    list-style: square;
    margin-left: 15px;
}

.cool-body-left h3 {
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd;
}

.cool-body-left .plugins-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.cool-body-left .plugin-block {
    display: inline-block;
    width: calc(50% - 2px);
    padding: 0 10px 30px;
}

.cool-body-left .plugin-block-inner {
    display: inline-flex;
}

.plugin-info {
    padding-left: 10px;
}

.plugin-logo img {
    width: 72px;
    height: 72px;
}

h4.plugin-title {
    margin: 0 0 3px;
    font-size: 14px;
}

.plugin-desc {
    color: #a0a0a0;
    font-size: 12px;
}

.plugin-stats {
    display: inline-flex;
    margin-top: 10px;
    justify-content: center;
}

#cool-plugins-container .plugin-stats * {
    border-radius: 0;
    height: 24px;
    line-height: 22px;
    min-height: 24px;
}

.plugin-version {
    background: #1bb95a;
    border: 1px solid #139648;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 0 3px;
}

span.plugin-update-available {
    padding: 0 5px;
    color: #d21e01;
    font-size: 12px;
    font-weight: bold;
}
tr[data-slug="events-shortcodes-pro"] .plugin-description a[href*="plugins/the-events-calendar"],
tr[data-slug="events-widgets-pro"] .plugin-description a[href*="plugins/the-events-calendar"],
tr[data-slug="event-single-page-builder-pro"] .plugin-description a[href*="plugins/the-events-calendar"],
tr[data-slug="template-events-calendar"] .plugin-description a[href*="plugins/the-events-calendar"],
tr[data-slug="event-page-templates-addon-for-the-events-calendar"] .plugin-description a[href*="plugins/the-events-calendar"],
tr[data-slug="events-block-for-the-events-calendar"] .plugin-description a[href*="plugins/the-events-calendar"],
tr[data-slug="events-search-addon-for-the-events-calendar"] .plugin-description a[href*="plugins/the-events-calendar"],
tr[data-slug="countdown-for-the-events-calendar"] .plugin-description a[href*="plugins/the-events-calendar"],
tr[data-slug="events-widgets-for-elementor-and-the-events-calendar"] .plugin-description a[href*="plugins/the-events-calendar"] {
    background: rgb(0, 0, 0, 0.2);
    padding: 2px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    color: #222;
    text-decoration: none !IMPORTANT;
}
.wp-submenu a[href*="page=tribe-events-shortcode-template-settings"] strong,
.wp-submenu a[href*="page=tribe_events-events-template-settings"] strong,
.wp-submenu a[href*="edit.php?post_type=epta"] strong,
.wp-submenu a[href*="page=countdown_for_the_events_calendar"] strong,
.wp-submenu a[href*="page=event_notification_bar"] strong {
    border: 1px solid #59646d;
    border-radius: 2px;
    padding: 2px 3px;
    font-size: 12px;
    display: block;
    width: 100%;
}


@media only screen and (max-width: 600px) {
    .cool-body-left,
    .cool-body-right {
        width: 100%;
    }
    .cool-body-left .plugin-block {
        width: 100%;
        padding: 0 0 30px;
    }
}