@media screen and (max-width: 1040px)
{
    /* ID selectors */
    #left-content
    {
        padding-right: 16px;
        width: 464px;
    }
    #left-content.left-content-portfolio
    {
        width: 564px;
    }
    
    #mathjax-input
    {
        width: 764px;
    }

    #menu
    {
        margin-top: 17px;
    }
    #menu a
    {
        margin-left: 32px;
    }
    
    #own-website img
    {
        padding-bottom: 0;
    }
    
    #page
    {
        width: 780px;
    }
    
    #portfolio-categories label
    {
        font-size: 14px;
        width: 175px;
    }
    
    #right-content
    {
        width: 300px;
    }
    #right-content.right-content-portfolio
    {
        width: 200px;
    }
    #right-content form input[type=text], #right-content form textarea
    {
        width: 210px;
    }
    #right-content form label.checkbox-label
    {
        width: 275px;
    }
    #right-content form textarea
    {
        height: 88px;
    }
    #right-content form .error, #right-content form .success
    {
        margin-top: 8px;
    }
    
    /* Class selectors */
    .featured-project
    {
        width: 256px;
        height: 169px;
        margin-right: 6px;
    }
    .featured-project .name
    {
        font-size: 18px;
        height: 27px;
    }
    .featured-project .description
    {
        font-size: 12px;
    }
    
    .grey-header-block h1
    {
        font-size: 36px;
    }
    .grey-header-block span
    {
        font-size: 14px;
    }
    
    .option-list ol, .option-list ul
    {
        font-size: 14px;
    }
    .option-list li
    {
        height: 22px;
    }
    .option-list-marker
    {
        height: 22px;
    }
    
    .project-tile
    {
        width: 180px;
        height: 108px;
    }
    .project-tile.big
    {
        width: 372px;
        height: 228px;
    }
    .project-tile .description
    {
        font-size: 11px;
        padding: 6px;
        max-height: 96px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .project-tile.big .description
    {
        max-height: 216px;
    }
    .project-tile .name
    {
        font-size: 14px;
        height: 25px;
    }
    
    .screenshot
    {
        width: 146px;
        height: 146px;
    }
    
    /* Tag selectors */
    body, input, textarea
    {
        font-size: 12px;
    }

    h2
    {
        font-size: 18px;
    }
}