/*
stylesheet - for small devices (tablets);
*/
/* 
    Created on : 2016-09-26, 09:02:52
    Author     : koza
*/
@media screen and (min-width: 769px) and (max-width: 991px) {
    .window_info{
        background: orange !important;
    }
    .cnt { 
        width: 750px;
    }
}