#icon-w3tc-logo {
    background: url(../img/logo.png) no-repeat;
    float: left;
    height: 36px;
    width: 36px
}

.w3tc-options-menu-selected {
    font-weight: 700
}

.w3tc-enabled {
    color: #090;
    font-weight: 700
}

.w3tc-disabled {
    color: #f00;
    font-weight: 700
}

.w3tc-empty {
    font-weight: 700;
    font-style: italic
}

.w3tc-success {
    background: #bfb
}

.w3tc-error {
    background: #f99
}

.w3tc-status {
    padding: 5px
}

#w3tc-help ul {
    float: left;
    width: 29%;
    list-style-type: disc;
    margin: 1em 2% 1em 2%;
}

#w3tc-help li {
    margin: 0;
}

#w3tc-help a {
    text-decoration: none;
}

#w3tc-help a:hover {
    text-decoration: underline;
}

#w3tc acronym {
    border-bottom: 1px dotted #666
}

#w3tc ul {
    list-style-type: disc;
    list-style-position: inside
}

#w3tc blockquote {
    font-style: italic;
}

#w3tc blockquote cite {
    font-weight: 400;
}

#w3tc optgroup {
    font-style: normal;
}

#w3tc optgroup option {
    text-indent: 20px;
}

#w3tc h2 span {
    font-size: 0.6em;
    font-style: normal;
    text-shadow: none;
}

#w3tc h5 {
    margin: 0
}

#w3tc hr {
    clear: both;
    margin-top: 10px
}

#w3tc ul {
    list-style-position: inside
}

#w3tc #toc a, #qa a {
    text-decoration: none
}

#w3tc #toc a:hover, #qa a:hover {
    text-decoration: underline
}

#w3tc #toc ul {
    margin: 0;
    padding: 0
}

#w3tc #toc li {
    margin: 0;
    padding: 0
}

#w3tc #toc li.col {
    float: left;
    list-style: none;
    margin: 0 30px 0 0;
    width: 30%
}

#w3tc #toc li.col ul {
    margin-left: 20px
}

#w3tc #toc li.col ul li {
    list-style: disc
}

#w3tc #qa {
    clear: both;
    padding: 10px;
}

#w3tc #qa, #w3tc #about, #w3tc #install {
    width: 760px;
}

#w3tc fieldset {
    margin: 1em 0;
    background: #fdfdfd;
    padding: 0 1em;
    border: 1px solid #bbb;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
}

#w3tc fieldset .submit {
    margin: 1em 0 0 0;
    padding: 0;
}

#w3tc fieldset legend {
    color: #999;
    padding: 0 5px;
    font-weight: bold;
}

#w3tc fieldset legend a:hover {
    text-decoration: none;
}

#w3tc pre.code {
    color: #000;
    margin: 1em 0;
    overflow: auto;
    background: #eee;
    padding: 12px 15px;
    border: 1px solid #ccc;
}

#w3tc pre.console {
    color: #ccc;
    margin: 1em 0;
    overflow: auto;
    background: #000;
    padding: 12px 15px;
    border: 1px solid #ccc;
}

#w3tc-cdn-general th {
    width: 400px;
}

#cdn_cnames li {
    padding: 5px;
    cursor: ns-resize;
}

#cdn_cnames li:hover {
    background: #e9e9e9;
}

#cdn_cnames li span {
    color: #999;
}

#mobile_groups li,
#referrer_groups li {
    cursor: ns-resize;
    list-style: none;
    background: #f0f0f0;
    margin-bottom: 1em;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#mobile_groups li:hover,
#referrer_groups li:hover {
    background: #e9e9e9;
}

#mobile_groups li table,
#referrer_groups li table {
    margin: 0;
}

.mobile_group,
.referrer_group {
    font-weight: bold;
}

.w3tc-rules {
    display: none;
    margin: 1em 0;
    padding: 0;
    background: none;
}

.minify-files {
    margin-bottom: 1em;
}

.minify-files li {
    padding: 2px;
    list-style: none;
    background: #f0f0f0;
    cursor: ns-resize;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    line-height: 100%;
}

.minify-files li:hover {
    background: #e9e9e9;
}

.minify-files th,
.minify-files td {
    width: auto;
    line-height: 100%;
    padding: 3px 5px;
    font-weight: normal;
    text-align: left;
}

#support_loading {
    height: 32px;
    background: url(../img/loader.gif) left center no-repeat;
    padding-left: 38px;
    line-height: 32px;
    margin: 1em 0;
    font-weight: bold;
}

#w3tc .postbox .inside {
    padding: 0 10px;
}

#w3tc .postbox .hndle {
    cursor: auto;
}
