.table_price {
    border-collapse: collapse;
    border-left: 3px solid #CF141E;
    border-right: 3px solid #CF141E;
    border-bottom: 3px solid #CF141E;
    font-family:"Lucida Grande", sans-serif;
    width: 100%;
    text-align: center;
}
.table_price caption {
    background: #CF141E;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
    color: white;
    font-style: normal;
    font-size: 26px;
    text-align: center;
    margin: 0;
}
.table_price td, .table_price th {
    padding: 10px;
}
.table_price th {
    font-size: 14px;
    width: 33%;
}
.table_price tr:nth-child(2n) {
    background: #E5E5E5;
}
.table_price td:last-of-type {
    text-align: center;
}
.table_price a {
    display: inline-block;
    padding: 5px 10px;
    background: #1db283;
    box-shadow: 2px 2px 0 0 #128661;
    position: relative;
    color:#fff;
    font:bold 14px Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-shadow:0 -1px 0px #107757;
    text-transform: uppercase;
}
.table_price a:hover {
    box-shadow: none;
    top: 2px;
    left: 2px;
}