.right_content {
    padding-bottom: 350px !important;
}

.right_content > img.img {
    right:0;
}

table.mission {
    border: 2px solid #333;
    margin-bottom: 15px;
    width:100%;
    font-size: 20px;
}

table > tbody > tr {
    height: 80px;
    text-align: center;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

table > tbody > tr > th {
    width: 25%;
    text-align: center;
    background-color: #f3f3f3;
    font-weight: 300;
    border-bottom: 1px solid #e4e4e4;
}

table > tbody > tr > td {
    width: 350px;
    padding: 10px;
    /* vertical-align: top; */
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
}

table.mission td#goal {
    background: #333;
    color: #fff;
}

table.mission td.year {
    background: #ccc;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}

table.mission td.price {
    font-weight: 600;
    white-space: nowrap;
}

@media screen and (max-width:1200px) {
    table > tbody > tr {
        height:40px;
        font-size:0.8rem;
    }
    .right_content {
        padding-bottom: 220px !important;
    }
}

@media screen and (max-width:650px) {
    table > tbody > tr {
        height:40px;
        font-size:0.7rem;
    }
    .right_content {
        padding-bottom: 120px !important;
    }
}