﻿

@media only screen and (min-width: 600px) /* Tablet */
{

    * 
    {
        font-family: Arial;
        font-size: 12pt;
        color: white;
    }

    .Footer_Label 
    {
        font-family: Arial;
        font-size: 10pt;
        color: white;
    }

 /*MT --------------------------------------------*/ 

    .BodyPanel_MT 
    {
        padding: 10px;
        width: 90vw;
    }

 /*Nobu --------------------------------------------*/ 

    .Button_Active_Nobu
    {
        font-size: 14pt;
    }

    .Button_Passive_Nobu
    {
        font-size: 14pt;
    }

    .Button_Download_Nobu
    {
        font-size: 14pt;
    }

    .gvPro_Nobu
    {
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }

}

/*************************************************************************************************************************/

@media only screen and (min-width: 900px) /* Desktop */
{

    * 
    {
        font-family: Arial;
        font-size: 13pt;
        color: white;
    }

    .Footer_Label 
    {
        font-family: Arial;
        font-size: 10pt;
        color: white;
    }

 /*MT --------------------------------------------*/ 

    .BodyPanel_MT 
    {
        padding: 10px;
        width: 90vw;
    }

 /*Nobu --------------------------------------------*/ 

    .Button_Active_Nobu
    {
        font-size: 14pt;
    }

    .Button_Passive_Nobu
    {
        font-size: 14pt;
    }

    .Button_Download_Nobu
    {
        font-size: 14pt;
    }

    .gvPro_Nobu
    {
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }


}


