﻿.price {
    table-layout: fixed;
}

.price th {
    text-align: center;
    //background-color:gray;
}
.price td {
    text-align: center;
}

.price > tbody > tr > td:first-child {
    text-align: right;
    padding-right:70px;
}

.price > tbody > tr > td > a {
    text-decoration: none;
}

.color-green {
    color: #5cb85c;
    font-size: 20px;
}
.color-red {
    color: red;
    font-size: 20px;
}
.cost2 {
    color: darkorange;
    font-size: xx-large;
    margin: 0px 5px 0px 10px;
    font-weight: bold;
}

.info > h2 {
    color: darkorange;
    font-size:16px;
    margin-bottom:5px;
    padding-left:15px;
}
.info > p {
    text-align:right;
}

.info > p > a:link {
    text-decoration:none;
}
.color-silver {
    color: silver;
}