* {
    
    margin: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    
}

html,
body {
    background-color: #ffffff;
    font-family:  'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size:  14pt;
    text-rendering: optimizeLegibility;
    margin-top: 0px;
    width: 100%;
    height: 100%;
    
}

table {
    width: 100%;
    border-collapse: collapse;
}

input[type=submit] {
    cursor: pointer;
}