.debugContainer,
.debugContainer * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#qthemePrettyMonitor {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 4px;
    font-size: 10px;
    z-index: 1000;
    background-color: #000;
    color: #FFF;
}
#qthemePrettyPre {
    position:fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #000;
    color: #FFF;
    font-size: 10px;
    padding: 16px 8px 8px 8px;
    max-height: 100%;
    max-width: 33%;
    overflow: auto;
    margin: 0;
    cursor: pointer;
}
#qthemePrettyPre.qthemeCompactPre {
    font-size: 0px;
    padding: 8px;
}
#qthemePrettyPre.qthemeCompactPre:before {
    content: "+";
    font-size: 10px;
    font-weight: bold;
}
#qthemeDebugAdminBar {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 4px;
    font-size: 0;
    z-index: 1000;
    background-color: #000;
    color: #FFF;
}
#qthemeAdminButtons,
#qthemeResponsivenessMonitor {
    display: inline-block;
    vertical-align: middle;
}
#qthemeResponsivenessMonitor {
    font-size: 12px;
}
.qthemeDevAdminBtb {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    top: 1px;
    font-size: 12px;
    margin-left: 8px;
    color: #FFF;
}
.qthemeDevAdminBtb:hover {
    opacity: 0.5;
}
.qthemeDevAdminBtb:before {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    font-family: "Material Icons",sans-serif;
    color: #fff;
}
.qthemeDevAdminBtbDashboard::before {
    content: "\e871";
}
.qthemeDevAdminBtbEdit::before {
    content: "\e254";
}
.qthemeDevAdminBtbLogout::before{
    content: "\e5cd";
}
#qthemeResponsivenessMonitor:after {
    position: relative;
    display: block;
    content: '1920px';
}

@media only screen and (max-width: 3840px) { #qthemeResponsivenessMonitor:after {content: '3840px'; } }
@media only screen and (max-width: 3440px) { #qthemeResponsivenessMonitor:after {content: '3440px'; } }
@media only screen and (max-width: 3040px) { #qthemeResponsivenessMonitor:after {content: '3040px'; } }
@media only screen and (max-width: 2640px) { #qthemeResponsivenessMonitor:after {content: '2640px'; } }
@media only screen and (max-width: 2240px) { #qthemeResponsivenessMonitor:after {content: '2240px'; } }
@media only screen and (max-width: 1920px) { #qthemeResponsivenessMonitor:after {content: '1920px'; } }
@media only screen and (max-width: 1840px) { #qthemeResponsivenessMonitor:after {content: '1840px'; } }
@media only screen and (max-width: 1440px) { #qthemeResponsivenessMonitor:after {content: '1440px'; } }
@media only screen and (max-width: 1366px) { #qthemeResponsivenessMonitor:after {content: '1366px'; } }
@media only screen and (max-width: 1280px) { #qthemeResponsivenessMonitor:after {content: '1280px'; } }
@media only screen and (max-width: 1040px) { #qthemeResponsivenessMonitor:after {content: '1040px'; } }
@media only screen and (max-width: 1024px) { #qthemeResponsivenessMonitor:after {content: '1024px'; } }
@media only screen and (max-width: 960px) { #qthemeResponsivenessMonitor:after {content: '960px'; } }
@media only screen and (max-width: 800px) { #qthemeResponsivenessMonitor:after {content: '800px'; } }
@media only screen and (max-width: 720px) { #qthemeResponsivenessMonitor:after {content: '720px'; } }
@media only screen and (max-width: 480px) { #qthemeResponsivenessMonitor:after {content: '480px'; } }
@media only screen and (max-width: 320px) { #qthemeResponsivenessMonitor:after {content: '320px'; } }