
#history .photo {
    float: left;
    width: 300px;
    text-align: right;
}

#history .list {
    float: left;
}

#history .table {
    display: table;
    width: 100%;
	margin-bottom: 0;
    box-sizing: border-box;
}

#history .table-row {
    display: table-row;
}

#history .table-cell {
    display: table-cell;
}

#history .border-top {
    border-top: 1px solid #e6e6e6;
}

#history .border-right {
    border-right: 1px solid #e6e6e6;
}

#history .border-bottom {
    border-bottom: 1px solid #e6e6e6;
}

#history .border-left {
    border-left: 1px solid #e6e6e6;
}

#history .year {
    /* padding: 32px 20px 32px 0; */
    padding: 11px 0;
    width: 100px;
    font-size: 33px;
    font-family: "ntsk",sans-serif;
    color: #244172;
    vertical-align: top;
}

#history .month {
    padding: 25px;
    width: 100px;
    font-family: "ntsk",sans-serif;
    font-size: 16px;
    color: #8aa8c9;
}

#history p {
    padding: 25px;
    width: 280px;
    font-family: "ntsk",sans-serif;
    font-size: 16px;
    color: #666666;
}

@media all and (max-width:1000px) {

    #history .month {
        padding: 25px 10px;
        width: 60px;
    }

    #history p {
        padding: 25px 20px;
        width: 280px;
    }

    #history .photo {
        width: 220px;
        margin-left: 20px;
    }

    #history .photo img {
        width: 220px;
    }
}