/********************************************************************************************************************************************/
/* IDs */



/* IDs */
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/* Features */

.operatingSystem
{
    margin: 0;
    padding: 0;
    display: grid;

    h1
    {
        font-size: 40px;
        padding: 0;
        margin: 0 0 30px 0;
    }
}

.feature
{
    border-top: 3px solid black;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 30px;

    summary
    {
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 20px;
        width: 100%;
        font-size: 25px;
    }
}

table.sampleFiles
{
    margin: 15px;
    padding-bottom: 40px;
    width: 100%;
}

/* Features */
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/* Features */