html, 
body {
    height: 100%;
}
body {
    background-color: #f7f7f7;
}

div.vd{    
    
    background-color: #f7f7f7;
}

div.ch {    
    background-color: #f7f7f7;
    min-width: 300px;
    min-height:350px;
}

div.foot {
    background-color:transparent;
}

.one {
    flex: 0 0 150px;
}

.two {
    flex: 0 0 150px;
}

.three {
    flex: 0 0 150px;
}