body {
    background: #232323;
    color: #efefef;
}

img{
    border: 2px solid tomato;
    border-radius: 40px;
}

.dropdown-menu {
    width: 240px; 
}

.color-tooltip + .tooltip > .tooltip-inner { background-color: tomato; }
.color-tooltip + .tooltip > .tooltip-arrow { border-bottom-color: tomato; }

#Container .mix{
    display: none;
    vertical-align: top;
    margin-right: 6px;
}

@media all and (min-width: 320px){
    #Container .mix{
        width: 90%;
        height: 100px;
    }
}

@media all and (min-width: 640px){
    #Container .mix{
        width: 92px;
        height: 160px;
    }
}
