﻿@charset "utf-8";
/*@table-bg-hover:                #f5f5f5;*/
/*@font-family-alternate: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;*/
@media screen, print {
  #PriceTableContainer table > thead > tr > th,
  #PriceTableContainer table > tbody > tr > th,
  #PriceTableContainer table > tfoot > tr > th,
  #PriceTableContainer table > thead > tr > td {
    padding: 6px 6px 6px 6px;
    background-color: #b7b7b7;
  }
  #PriceTableContainer table tr > td {
    padding: 6px 6px 6px 6px;
  }
  #PriceTableContainer table > tfoot > tr > td {
    padding: 6px 6px 6px 6px;
    background-color: #b7b7b7;
  }
  #EntityListSearchForm input[name="searchtext"] {
    text-align: center;
  }
}