1.eshop_plugin th {
2    vertical-align: middle;
3}
4
5.eshop_plugin .price {
6    color: #2b73b7;
7    font-size: 1.5em;
8    font-weight: bold;
9    text-align: right;
10}
11
12.eshop_plugin .count {
13    text-align: right;
14}
15
16.eshop_plugin .button {
17    text-align: center;
18}
19
20.eshop_plugin .button .submit {
21    width: 200px;
22    color: #fff;
23    background-color: #2b73b7;
24    background-image: linear-gradient(to bottom, #2b73b7, #2b73b7);
25    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
26    -webkit-border-radius: 4px;
27    border-radius: 4px;
28    font-weight: bold;
29    font-size: 1.5em;
30}
31