@charset "utf-8";
/* CSS Document */

select {
    padding: 7px;
    width: 201px;
}
input[type="submit"] {
    width: 100%;
    padding: 8px;
    font-size: 22px;
    background: #cd4d4e;
    color: white;
    border: none;
}
td {
    padding: 0 16px 0 16px;
    font-size: 15px;
    font-family: sans-serif;
}
.buy-btn {
    width: 100%;
    margin: 8px 0 8px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #fff!important;
    padding: 8px 0 8px 0px;
    text-align: center;
    display: inline-block;
    background: #802d3f;
}
tr {
    height: 41px;
}