﻿body{
    height:100%;
    width:100%;
}

nav{
    border-bottom:5px solid rgb(144 5 4);
    margin-bottom:10px;
}

.form-group{
    margin-bottom:8px;
}
.form-group label{
    margin-bottom:3px;
}

.k-grid tbody tr.k-info td {
    background-color: lightblue;
}

.k-grid tbody tr.k-warning td {
    background-color: lightyellow;
}

.k-grid tbody tr.k-error td {
    background-color: lightcoral;
}

.k-grid-content {
    height:100%!important;
}

#conversionsGrid {
 font-size: 10px;
}
.k-grid-header .k-header {
    font-size: 9px;
}