﻿body {
    background-color:#ffffff
}
text {
    font-family: Calibri; font-size: medium; font-weight: bold
}
table {
    font-family: Calibri; font-size: medium; font-weight: bold;
    margin-bottom: 0px;
}
input {
    box-sizing:border-box;
    text-align: left;
}
button {
     cursor: pointer;
 }
div {
   text-align:center;
}

.Mano {
    cursor:pointer;
}

.W100 {
    width:100%;
    cursor:pointer;
    margin-top: 0px;
}

.GridHeader
{
    text-align:left;   
}


