/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/02/2019, 18:41:50
    Author     : IATSystems
*/

html{
    width: 100%;
    min-width: 900px;
    height:auto;
    min-height: 100vh;
}

body{
    position: relative;
    margin:0;
    padding:0px;
    padding-top: 60px;
    width: 100%;
    height:auto;
    min-height: 100vh;
}