/* Styles related to body debug colors */

#debug-toggle {
    cursor   : pointer;
    color    : #333;
    position : absolute;
    top      : 0;
    right    : 90px;
    display  : none;
    /* http://stackoverflow.com/a/19187755/106302 */
    -webkit-touch-callout : none;
    -webkit-user-select   : none;
     -khtml-user-select   : none;
       -moz-user-select   : none;
        -ms-user-select   : none;
            user-select   : none;
}
#debug-toggle:hover {
    color : #7d0a0d;
}

body.debug #lower-pane-header-left {
    background-color:#F39;
}

body.debug #lower-pane-container {
    background-color:#C00;
}

body.debug #lower-pane-content-left {
    background-color:#F60;
}

body.debug #poem-tab-content-info {
    background-color:#FC6;
}
body.debug #lower-pane-header-right {
    background-color:#96C;
}
body.debug #graph {
    background-color:#CCF;
}
body.debug #top {
    /*background-color:#06F;    */
}
body.debug #poets {
    /*background-color: #A6CEE0; */
}
body.debug #split-container {
    background-color:#FCF;
}

body.debug #poet-bio-content {
    background-color:#FF9;
}

body.debug .poem-tab-content {
    background-color: darksalmon;
}

body.debug .sc-player .duration {
    background-color: #FC9;
}

body.debug .sc-player {
    background-color: cornsilk
}

body.debug .name {
    background-color: darkviolet
}

body.debug .vertical-bar-left {
    padding-left: 0.3em;
    font-weight: 300;
    background-color: #0F0;
}
body.debug .vertical-bar-right {
    padding-right: 0.3em;
    font-weight: 300;
    background-color: #f00;
}
body.debug .dot-single-space {
    padding: 0 0.1em;
    background-color: aqua;
}
body.debug .dot-double-space {
    padding: 0 0.3em;
    background-color: brown;
}
body.debug .prose {
    background-color: antiquewhite;
}

body.debug .recorded svg.image {
    background-color: chartreuse;
}

body.debug .recorded {
    background-color: darkorange;
}

body.debug .poet-phonodia svg.image {
    background-color: darkgrey;
}

body.debug .poem-phonodia svg.image {
    background-color: darkblue;
}
body.debug .dedica {
    background-color: aquamarine;
}
body.debug .double-br {
    background-color: antiquewhite;
}
