html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

body
{
    position:absolute;
    min-height:100vh;
    width: 100%;
    min-width:320px;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    background-color:rgba(222, 222, 222, 1); 
}

#PollTable
{
    display:none;
    margin:auto;
    left:0;
    right:0;
    border: 2px solid black;
    margin-top:100px;
    min-width:600px;
}

#mPollTable
{
    display:none;
    margin:auto;
    top:20px;
    left:0;
    right:0;
    margin-bottom:40px;
    width:100%;
    border: 2px solid black;
}

/*
@media (max-width: 768px)
{
    
    #Test
	{
        background-color:yellow;
    }
    
    input[type=button]
    {
        margin-bottom:10px;
    }
}

@media (min-width: 768px) and (max-width: 979px)
{    
    #Test
	{
        background-color:green;
    }
    
    input[type=button]
    {
        margin-bottom:10px;
    }
}

@media (min-width: 979px)
{		
}*/