.clearfix:after {
  content: "";
  display: table;
  clear: both; }

#BookmarkedProducts table {
  width: 100%; }
  @media (min-width: 650px) {
    #BookmarkedProducts table .MobileDesc {
      display: none; } }
  #BookmarkedProducts table tr.table-header td {
    background-color: #28353D;
    color: white; }
  @media (max-width: 650px) {
    #BookmarkedProducts table tr.table-header {
      display: none; } }
  #BookmarkedProducts table tr.table-body {
    background-color: #FFF;
    border-bottom: solid 1px #EEE; }
  #BookmarkedProducts table td {
    padding: 5px; }
    @media (max-width: 650px) {
      #BookmarkedProducts table td {
        width: 100%;
        float: left; } }
    #BookmarkedProducts table td.Thumbnail {
      max-width: 100px; }
      #BookmarkedProducts table td.Thumbnail img {
        margin: 0 auto; }

/*# sourceMappingURL=BookmarkedProducts.css.map */
