html {
    font-family: Arial;
    font-size: 7pt;
/*    position: relative;
    min-height: 100%;*/

}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 0px;
    margin-left: 5px;
    margin-bottom: 0px;
    margin-right: 0px;
}

form { /* рабортает если вкл <link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />  в Layout */
    font-family: Arial;
    font-size: 7pt;
}


/* для вывода иконок ТС*/
.fitpicture {
    height: 12px;
}


