div.major
{
    text-align: center;
    padding-left: 10vw;
    padding-right: 10vw;
}

div.nadiya-head
{
    font-size: 2.4em;
    font-family: sans-serif;
}

div.pic-contain
{
    width: auto;
    text-align: center;
    
}

div.nadiya-pic
{
    background-image: url(nadiya_plus.png);
    width: 20vw;
    height: 20vw;
    background-size: cover;
    left: 30vw;
    position: relative;
}

div.top2
{
    font-size: 1.35em;
    padding: 2vw;
}

div.add
{
    font-size: 1.4em;
    padding: 1em;
}

div.add a
{
    padding: 8px;
    border: 2px solid #190d5c;
    background-color: #190d5c;
    border-radius: 12vw;
    color: white;
}

div.comm
{
    font-size: 1.2em;
    padding: 1em;
}

div.comm a
{
    padding: 8px;
    border: 2px solid #190d5c;
    background-color: #190d5c;
    border-radius: 12vw;
    color: white;
}

div.expa
{
    font-size: 1.05em;
    line-height: 1.5;
    text-align: left;
}

div.mid-title
{
    font-size: 1.8em;
    padding: 2vw;
}

table.command-table
{
    border-collapse: collapse;
}

table.command-table th
{
    font-weight: 500;
    font-size: 1.25em;
    border: 1px grey solid;
    border-bottom-style: double;
    border-bottom-width: 3px;
    background-color: #e0e0e0;
}

table.command-table td
{
    padding: 6px;
    border: 1px grey solid;
    background-color: white;
}

table.command-table td.command-name
{
    font-size: 1.05em;
}

table.command-table td.command-format
{
    font-size: 1.05em;
    font-family: monospace;
    width: 22em;
}

div.don8
{
    padding-top: 1em;
    font-size: 1.2em;
}

@media screen and (max-width: 768px), (orientation: portrait)
{
    div.major
    {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    div.nadiya-pic
    {
        width: 40vw;
        height: 40vw;
        left: 25vw;
    }
    
    table.command-table td.command-format
    {
        width: auto;
    }
}