/********************************************************************************************************************************************/
/* IDs */

#windowsSupport
{
}

#linuxSupport
{
}

/* IDs */
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/* Features */

.operatingSystem
{
    margin: 0 0 50px 0;
    padding: 0;
    display: grid;
    border-left: 10px solid black;

    h1
    {
        font-size: 40px;
        padding: 0;
        margin: 0 0 10px 15px;
    }
}

table.sampleFiles
{
    margin: 20px 10px;
    width: 97%;

    th, td
    {
        &:nth-child(1)
        {
            width: 500px;
        }
    }
}

/* Features */
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/* Features */