/********************************************************************************************************************************************/
/* IDs */

#mathematicalCrystalChemistry
{
}

main
{
    .sideBar
    {
        .sideNavi
        {
            font-size: 17px;
        }
    }
}

/* IDs */
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/* Features */

.theory
{
    margin: 0 0 40px 0;
    padding: 5px 0;
    border-left: 10px solid black;
    

    h1
    {
        font-size: 40px;
        padding: 5px 0 0 0;
        margin: 0 0 0 15px;

        a
        {
            color: #1896b6;
            text-decoration: none;
        }

        a:hover
        {
            color: #FA452C;
        }

        a:active
        {
            color: #FA452C;
        }
    }

    p
    {
        margin-left: 30px;
        margin-bottom: 20px;
    }

    table.distribution
    {
        margin-top: 30px;
        margin-left: 40px;
        margin-bottom: 45px;
        padding-bottom: 40px;
        width: 90%;

        th, td
        {
            &:nth-child(1)
            {
                width: 500px;
            }
        }
    }
}

/* Features */
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/* Features */
