.k-datepicker, .k-datetimepicker{
    width:100%;
}
#content.kendo{
    position: fixed;
    top:70px;
    left:50px;
    right: 50px;
    bottom: 50px;
}
.k-grid tbody tr{
    height: 30px;
}
.k-grid td{
    white-space: nowrap;
}
#content, .grid
{
    margin: 0;
    padding: 0;
    height: 80%; /* DO NOT USE !important for setting the Grid height! */
}
.grid{
    border: 2px solid black;
    border-radius: 5px;
}