﻿.grid {
    clear: both;
}

#chartdiv {
    width: 50%;
    height: 15em;
    margin: 0 auto;
}
@media screen and (min-width:640px) {
    /*.container > .grid {
        display: flex;
        align-items: stretch;
    }

    .non-palm-seven-tenths {
        background-color: #fff;
        display: flex;
    }*/

    .main-inner {
        padding-bottom: 2em;
    }
}

.survey {
    background-color: #fff;
}

.survey-list li {
    padding: 0.5em 0.5em 0.5em 2.5em;
}

.survey li:nth-of-type(odd) {
    background-color: transparent;
}

.desktop {
    position: relative;
    width: 500px;
    margin: 0 auto;
}

    .desktop.tooltip {
        background-color: #fff;
        border: 0;
        padding: 0;
        display: block;
    }

        .desktop.tooltip .brain-box {
            display: none;
        }

.brain-text {
    padding: 0 0.8em 0.8em 0.8em;
    min-height: 11em;
}

.desktop.tooltip:hover .brain-box {
    position: fixed;
    overflow: hidden;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    max-width: 320px;
}

.desktop img {
    max-width: 500px;
    width: 100%;
}

.brain-hd {
    background-color: #d1b310;
    padding: 0.5em;
}

.div-canvas {
    display: block;
}

.show {
    height: auto;
    width: 300px;
    display: block !important;
}

.hide {
    position: absolute;
    display: none;
}

/* Vignette Holder form outcomes*/
.answers {
    position: relative;
}

.outcome[style*="visibility: hidden;"] {
    position: absolute;
    top: 0;
    left: 0;
}

