﻿table.priceList {
    border-collapse: collapse;
}

tr.headerRow {
    font-weight: bolder;
}

tr.headerRow > th
{
  padding-bottom: 0.3em;
}

tr.dataRow:nth-of-type(odd) {
  background-color:#eeeeee;
}

th.headerCell {
    text-align: center;
    font-weight: bolder;
}

th.dataleader {
    text-align: right;
    padding-right: 3em;
}

td.dataCell {
    text-align: right;
    padding: 0.2em 1em;
}

.Button {
display: inline-block;
border: 0px solid #ffffff;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 16px Arial;
font-weight: bold;
padding: 10px 16px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-shadow:0px 0px 0px #444444;
-moz-box-shadow: 0px 0px 0px 0px #444444;
-webkit-box-shadow: 0px 0px 0px 0px #444444;
box-shadow: 0px 0px 0px 0px #444444;
color: #ffffff;
background: #35873a;
}
.Button:hover {
background: #49c256;
text-decoration: none;
color: #ffffff;
}
.Button:active {
color: #ffffff;
position: relative;
top: 1px;
}
