/*****     О проекте     *****/
#about .left{
    width: 200px;
}
    #about .left label{
        display: inline-block;
        margin-top: 3px;
    }
    
#about #codeContainer{
    margin-left: 200px;
}
    #about #codeContainer #code{
        box-shadow: inset 0px 0px 9px #ccc;
        width: 675px;
        height: 100px;
        margin-bottom: 10px;
    }

.openData .year{
    margin: 30px 0;
}
    .openData .year a:link, .openData .year a:visited{
        display: inline-block;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        width: 60px;
        height: 20px;
        line-height: 22px;
        border-radius: 12px;
        color: #66AFAF;
        border: 2px solid #66AFAF;
        margin: 0 5px;  
    }
    .openData .year a:hover, .openData .year a.active{
        color: #FFF;
        background: #66AFAF;
    }
.openData table{
    width: 100%;
    display: none;
}
    .openData table tr td{
        font-weight: bold;
        border-top: 1px solid #CCC;
        padding: 15px;
    }
    .openData table tr:first-child td {
        border-top: none;
    }
        .openData table tr td a:link, .openData table tr td a:visited{
            color: #2B2B2B;
            text-decoration: none;
        }
        .openData table tr td a:hover{
            text-decoration: underline;
        }
