.res{
    color: #34495e;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 2.6rem 0.5rem;
    text-align: center;
    background-color: #f6f7fa;
}

.night .res{
    background-color: #333;
    border: 1px solid #444;
}

.res canvas{
    max-width: 99%;
}

.setupdivs>div {
    float: left;
    width: 50%;
}

@media screen and (max-width: 1140px){
    .setupdivs>div {
        float: left;
        width: 100%;
    }
}
