/*
Magic Tabs by John Liddiard (aka JohntheFish)
www.jlunderwater.co.uk
This software is licensed under the terms described in the concrete5.org marketplace.
Please find the add-on there for the latest license copy.

Create a tabbed interface simply by inserting magic tabs blocks into the page
*/

.magic_tabs_controls.ccm-edit-mode-disabled-item {
    border-radius: 12px 12px 0 0;
}
.magic_tabs_controls.ccm-edit-mode-disabled-item,
.jl_magic_tabs_end div.ccm-edit-mode-disabled-item {
    text-align: left;
    padding: 1rem 1.5rem;
    margin-bottom: 1.8rem;
    background-color: #f3f3f3;
    border-color: #ccc;
}
.magic_tabs_controls.ccm-edit-mode-disabled-item h3,
.jl_magic_tabs_end div.ccm-edit-mode-disabled-item h3 {
    margin-bottom: 5px;
}
.magic_tabs_controls.ccm-edit-mode-disabled-item .tabs-edit-mode-muted,
.jl_magic_tabs_end div.ccm-edit-mode-disabled-item .tabs-edit-mode-muted {
    font-size: 14px;
    color: #737373;
    font-weight: 600;
    margin-bottom: 0;
}
