﻿#search-within-group
{    
    margin-bottom:10px;
}

#search-within-button
{
    cursor:pointer;
}

#search-within-button:hover
{
    background-color:#ccc;
}
.quickview-copy-header{
background: #e1e1e1;
    padding: 10px;
    margin: 0;
    margin: -4px -4px 10px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;

}
a.toggle-more-constraints
{
    display:block;
    margin-top:10px;
}
 
.quickview{
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: none;
}
.quickviewButton{
    background: rgba(200,200,200, 0.8);
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    /* border: 1px solid #aaa; */
    padding: 10px 15px;
    font-weight: bold;
    color: #000 !important;
    transition: all 250 ease-out;
}
  .qty_incrementer {
  height: 45px;
  width: 30px;
  float: left;
  border: 1px solid #c9c9c9;
  border-left: none;
  margin: 0 9px 0 0;
  padding: 0;
  -webkit-border-radius: 0 3 3 0;
  -moz-border-radius: 0 3 3 0;
  border-radius: 0 3px 3px 0;
}

.qty_incrementer button {

  border: 0;
  cursor: pointer;
  outline: 0;
  background-color: transparent;

    font-size: 20px;
      height: 21.5px;
   line-height: 20px;
   text-align:center;
   width: 100%;
   display: block;
     width: 29px;
     background: #efefef;
     
}
        .qty_incrementer button:hover {
            background: #fff;
        }
    .qty_incrementer button:active{
        background: #e1e1e1;
                                     }
.qty_incrementer .qty_up {

    border-top-right-radius: 3px;
  display: block;
  padding: 0;
  border-bottom: 1px solid #c4c4c4;
}
.qty_incrementer .qty_down {

    border-bottom-right-radius: 3px;

  margin: 0 auto;
  display: block;
  padding: 0;
}
#qtyLabel, #product_quantity {
  font-weight: bold;
  font-size: 2em;
  float: left;
  text-align: center;
  margin: 0 0 8px 0;
  width: 55px;
  height: 45px;
  padding: 0;
}
#product_quantity {
  width: 40px;
  color: #676767;
  border: 1px solid #c9c9c9;
  font-size: 22px;
  -webkit-border-radius: 3 0 0 3;
  -moz-border-radius: 3 0 0 3;
  border-radius: 3px 0 0 3px;
  -webkit-appearance: none;
}
.addToCartQty{
    float: left;
    width: 80px;
}
.loader {
 
    position: fixed;
    width: 213px;
    height: 213px;
    left: 50%;
    top: 50%;
    margin-left: -106.5px;
    margin-top: -106.5px;
    background: rgba(255,255,255, 0.97);
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    text-align: center;
    z-index: 90;
    border-radius: 2px;
}
.loading-msg{
        font-size: 18px;
    position: absolute;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    left: 0;
    right: 0;
    text-align: center;
}
 
@media  (max-width: 767px) and (-webkit-max-device-pixel-ratio:1.24), 
        (max-width: 991px) and (-webkit-min-device-pixel-ratio:1.25),

        (max-width: 767px) and (max-device-pixel-ratio:1.24), 
        (max-width: 991px) and (min-device-pixel-ratio:1.25),

        (max-width: 767px) and (max-resolution:1.24dppx),
        (max-width: 991px) and (min-resolution:1.25dppx),

        (max-width: 767px) and (max-resolution: 119dpi),
        (max-width: 991px) and (min-resolution: 120dpi){
 
    .addToCartQty {
    width:25%;
    bottom: -68px;
    }
    #product_quantity{
        width: 60%;
    }
    .qty_incrementer{
        width: 30%;
    }
    .qty_incrementer button{
        width: 100%;
    }
    button#addToCartButton{
            width: 75%;
        float: right;
    }
}
.quickview-pricing table{
    width: 100%;
    float: right
}
.quickview-pricing table tr:nth-child(even){
    background: #f2f2f2;
}
.quickview-pricing table td:last-child{
    text-align:right;
}
.quickviewButton:hover{
    border-color: #4c4c4c;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);  
    transition: all 250 ease-out;
}
.quickview-brand-logo{
    margin-bottom: 0;
    padding: 15px;
    text-align: center;
    float: left;
}
.quickview-description{
    float:left;
}
.quickview-section h2{
        margin-top: 0;
    font-size: 20px;
    margin: 0
}
.quickview-price{
        font-size: 20px;
    font-weight: bold;
}
.quickview-total {
    font-size: 18px;
    font-weight: bold;
}
.quickview-product-image {
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    padding: 15px;
    border-radius: 2px;
}



.quickview-modal{
    position: fixed;
    top: 50px;
    left: 50%;
    width: 60%;
    min-width: 300px;
    margin-left: -30%;
    background: rgba(255,255,255,0.95);
    border-radius: 2px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.5);
    z-index: 10000;
    border: 1px solid #ccc;
    padding: 27px 25px 25px;
}
.quickview-copy-content{
        max-height: 362px;
    overflow: auto;
        padding: 5px;
}
@media (min-width: 768px ){
    .quickview-modal {     
        display:block;
        width: 750px;
        margin-left: -375px;
    }
} 
@media (min-width: 992px ){
    .quickview-modal {     
        display: block;
        width: 970px;
        margin-left: -485px;
    }
    .quickview-brand-logo{
        width: 120px
    }
   .quickview-description {
    float: none;
    overflow: auto;
}

   .quickview-description h2 {
   font-size: 24px !important
}
   .quickview-copy-content {
    max-height: 276px;
   
}
}
@media (min-width: 1200px ){
    .quickview-modal{
        position: fixed;
        top: 50px;
        left: 50%;
        width: 1170px;
        min-width: 300px;
        margin-left: -585px;
        background:rgba(255,255,255,0.95);
        border-radius: 2px;
        box-shadow: 0 6px 12px rgba(0,0,0,0.5);
        z-index: 10000;
        border: 1px solid #ccc;
        padding: 27px 25px 25px;
    }
    .quickview-copy-content {
        max-height: 376px;
        overflow: auto;
        padding: 5px;
    }
}

@media  (max-width: 767px) and (-webkit-max-device-pixel-ratio:1.24), 
        (max-width: 991px) and (-webkit-min-device-pixel-ratio:1.25),

        (max-width: 767px) and (max-device-pixel-ratio:1.24), 
        (max-width: 991px) and (min-device-pixel-ratio:1.25),

        (max-width: 767px) and (max-resolution:1.24dppx),
        (max-width: 991px) and (min-resolution:1.25dppx),

        (max-width: 767px) and (max-resolution: 119dpi),
        (max-width: 991px) and (min-resolution: 120dpi){
    .quickview-modal {
        display: none;
    }
}

.quickview-pricing-lg,
.quickview-pricing-sm {
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
}
.quickview-pricing-lg td,
.quickview-pricing-sm td {
    padding: 2px 5px;
}
.quickview-pricing-sm {
    display: none;
}


.quickview-copy{
     border-radius: 4px;
    margin-bottom: 15px;
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    background: #f2f2f2;
}
.quickview-copy p{
    margin: 15px 0 0 0;
}

.quickview-cart-controls #addToCartButton{
        float: none !important;
    overflow: hidden;
    display: block;
    max-width: none;
    width: auto;
}
.btn-dark{
        background: #7DA5C5;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: text-bottom;
}
.btn-dark:hover{
    color: #fff;
     background: #58a2dd;
}
.quickview-section {
    padding: 0 0 15px 0;
}
.quickview-header{
        position: relative;
    height: 25px;
}
.quickview-close{
        right: 10px;
    position: absolute;
    top: 0;
    font-size: 22px;
    color: #aaa;
    cursor: pointer;
}


@media  (max-width: 991px) and (-webkit-max-device-pixel-ratio:1.24), 
        (max-width: 1199px) and (-webkit-min-device-pixel-ratio:1.25),

        (max-width: 991px) and (max-device-pixel-ratio:1.24), 
        (max-width: 1199px) and (min-device-pixel-ratio:1.25),

        (max-width: 991px) and (max-resolution:1.24dppx),
        (max-width: 1199px) and (min-resolution:1.25dppx),

        (max-width: 991px) and (max-resolution: 119dpi),
        (max-width: 1199px) and (min-resolution: 120dpi){
    .quickview-pricing-sm {
        display: block;
        margin-top: 15px;
    }
    .quickview-pricing-lg {
        display: none;
    }
    .quickview-product-image{
        float:left;
        width: 50%;
    }
    

    .quickview-pricing-sm {
        display: block;
        margin-top: 15px;
    }
    .quickview-close{
            right: -3px;
    position: absolute;
    top: -14px;
    font-size: 22px;
    color: #aaa;
    cursor: pointer;
    }
    .quickview-pricing-lg {
        display: none;
    }
    .quickview-product-image{
        float:left;
        width: 50%;
    }
    .quickview-cart-controls{
            width: 50%;
    float: right;
    padding-left: 15px;
    }
    .quickview-brand-logo{
        width: 15%;
            padding: 0 15px 15px 15px;
    }
    .quickview-description{
        width: 85%;
       
    }
    .quickview-description h2 {
        margin: 0 !important;
        font-size: 18px;
        padding: 7px 0;
    }
    .quickview-copy-content {
        max-height: 200px;
        overflow: auto;
        padding: 5px;
    }
}
    .quickview-cart-controls{
            width: 50%;
    float: right;
    padding-left: 15px;
    }
    .quickview-brand-logo{
        width: 15%;
            padding: 0 15px 15px 15px;
    }
    .quickview-description{
        width: 80%;
       
    }
    .quickview-description h2 {
        margin: 0 !important;
        font-size: 18px;
        padding: 7px 0;
    }
    .quickview-copy-content {
        max-height: 200px;
        overflow: auto;
        padding: 5px;
    }
}
@media (max-width: 920px){
    .quickview-brand-logo{
        width: 20%;
            padding: 0 15px 15px 15px;
    }
    .quickview-description{
        width: 80%;
       
    }
}
h3
{
    margin: 5px 0;
    font-size: 20px;
}

h2
{
   font-weight: bold;    
}

.cat-list
{
    margin-bottom: 25px;    
    border-right: 1px dashed #c4c4c4;
    border-left: 1px dashed #c4c4c4;
    padding: 0 15px;
    min-height: 245px;

}

.cat-list h2
{
    margin-bottom: 5px;
    width: 100%;
}

.subresults-wrapper, .suggestions
{
    max-width: 1100px;    
    margin: 0 auto;
}

.subresults
{
    margin-left: -15px;
    margin-right: -15px;    
}
.no-results{

			 
			left: 0;
			padding-left: 0;

			 
			display: none;

		}
		.no-results,
		.no-results li,
		.no-results li ul{

			width: 100%;
			z-index: 9999999;
		}

		.no-results li ul{
			
			display: table-cell;
			
			top: 100%;
			left: 0;
			
			width: 33%;
	
			height: 100%;
			padding: 0;
		}
		.no-results li{
			display: table;
			list-style-type: none;
			text-align: left;
		}
		.no-results.first a{
			display: block;
			color: #000;
			padding: 5px 0;
		}
		.no-results.first a:hover{

			 
			color: #000;
			text-decoration: underline;
			width: 100%;
			
		}
.suggestions
{
    padding: 0;    
    border-bottom: 1px dashed #c4c4c4;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.subresults a, .suggestion-item a
{
    text-decoration: none; 
    line-height: 18px;
}

.subresults a:hover, .suggestion-item a:hover
{
    text-decoration: underline;
}
    .searchresultimglink{
        min-height: 205px
    }
.suggestion-item
{    
    float:left; max-width: 150px; height: 170px;    
    text-align: center;
    width: 16.6666%;
}

.suggestion-item img
{
    display: block;
    margin: 0 auto 15px auto;
    width: 100%;
    max-width: 80px;    
}

.facet a
{
    color:#444;
}
.thumbnail .caption {
min-height: 150px;
}
.search-rating{
    min-height: 32px;
}
h1{
                position: relative;
            margin-top: 15px !important;
            margin-bottom: 0;

        }
@media  (max-width: 767px) and (-webkit-max-device-pixel-ratio:1.24), 
        (max-width: 991px) and (-webkit-min-device-pixel-ratio:1.25),

        (max-width: 767px) and (max-device-pixel-ratio:1.24), 
        (max-width: 991px) and (min-device-pixel-ratio:1.25),

        (max-width: 767px) and (max-resolution:1.24dppx),
        (max-width: 991px) and (min-resolution:1.25dppx),

        (max-width: 767px) and (max-resolution: 119dpi),
        (max-width: 991px) and (min-resolution: 120dpi){
    .no-results li ul {
    display: table-cell;
    top: 100%;
    left: 0;
    width: 33%;
    height: 100%;
    padding: 0;
    width: 50%;
    font-size: 11px;
    float: left;
    padding: 5px;
}h2, .h2 {
    font-size: 19px;
}

    .facet a {
        color: #444;
        font-size: 11px;
        white-space: nowrap;
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
            padding: 10px 24px !important;
    }
    .panel-group .panel {
    margin-bottom: 0;
    border: none;
}
    div#main-content {
    background: #e1e1e1;
    
}
    .filter-menu{
            padding: 0;
    margin-top: -15px;
    }
    #outercollapse{
        background: #f5f5f5;
    }
    #search-within-button{
            border-radius: 0;
    border: none;
    }
    #search-within-text{
        border: none;
    }
    #outercollapse .panel-heading {
    padding-left: 37px; 
}
    .panel-group .panel+.panel{
        margin-top: 0;
        border-top: 1px solid #e1e1e1;
    }
    #outercollapse .panel-heading h4 {
    font-size: 13px;
    color: #333;
    text-decoration: none;
}
     #outercollapse .panel-heading h4 a{
         text-decoration: none !important;
     }
    div#outercollapse > div.panel-body {
    padding: 0;
}
    .panel-title>a{
        text-decoration: none !important
    }
    #more-facets{
               margin-left: 15px;
    padding: 10px;
    display: block;
    /* float: right; */
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    margin-bottom: 5px;
    /* border: 1px solid; */
    /* margin-right: 5px; */
    width: 100%;
    text-align: center;
    color: #fff;
    background: #8badbd;
    margin: 0 !important;
    }
    .filter-group {
    background: #f5f5f5;
    padding: 10px;
    margin: 0 0 10px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
    .searchresult .thumbnail{
        margin-bottom: 5px;
    }
    div#outercollapse {
    max-height: 250px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
    .input-group .form-control {
   
    border-radius: 0;
    border: 1px solid #c4c4c4;
}
    .panel .panel-default{
        background: none;
    }
    span.result-summary {
    width: 100%;
    text-align: right;
    font-size: 12px;
    letter-spacing: 1px;
}
    .searchresultimglink {
        display: block;
        padding: 10px;
        width: 35%;
        min-height: 0;
            float: left;
    }
    .pagination{
        float: none !important;
        display:block;
            margin-bottom: 0 !important;

    }
    .pagination:after{
        content:'';
        display:table;
        clear:both;
    }
    ul.pagination, div#sortpage-controls, span.result-summary {
    
    width: 100%;
}
    #search-within-group {
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
}
    .panel-group {
    margin-bottom: 5px;
}
   div#sortpage-controls .btn-group {
   width: 50%;
}
    .pagination>li>a, .pagination>li>span {
    position: relative;
   float: none;
       padding: 10px 2px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    font-size: 11px;
}
    .pagination>li {
    display: block;
    float: left;
    width: 11.11111111111% !important;
}
    
    .thumbnail .caption {
        padding: 9px;
        color: #333;
        width: 65%;
        float: left;
         
      min-height: 0;   }
    .search-rating {
   min-height:0;
    
}
    div.searchresult .thumbnail .caption .description a,
    div.searchresult .thumbnail .caption .description,
    div.searchresult .thumbnail .caption .description p{
            height: auto;
            margin: 0 !important
    }
     h1 {
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 25px;
}
     .breadcrumb {
 
    border-bottom: none !important;
}
    .btn-cta{
 background: none;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 25px;
    font-weight: normal;
    width: auto;
    font-size: 11px;
    color: #d00f0f;
    font-weight: bold;
    }
    div.searchresult .thumbnail .caption .description a {
 
    font-size: 12px;
    font-weight: normal;
    
    }
    .searchresult .stockstatus {
        padding: 5px 10px;
    display: block;
   
    position: absolute;
    bottom: auto;
    right: 0; 
    top: 0;
    right: 15px;
    font-size: 11px !important;
    }
}
.international-price {
     font-size: 1.2em !important;
    padding: 14px 0;
}
.international-price-hu,
.international-price-id,
.international-price-kr,
.international-price-ru,
.international-price-th {
    font-size: 1.1em !important;
    padding: 15px 0;
}
 
.pagination>li>a, .pagination>li>span
{
    color: #444;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #000;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus
{
    color: #444;
    background-color: #F5F5F5;
    border-color: #aaa;
}

.toggleicon
{
    color:#444;
}
.searchresult-metadata{
    display:none;
}
@media  (max-width: 767px) and (-webkit-max-device-pixel-ratio:1.24), 
        (max-width: 991px) and (-webkit-min-device-pixel-ratio:1.25),

        (max-width: 767px) and (max-device-pixel-ratio:1.24), 
        (max-width: 991px) and (min-device-pixel-ratio:1.25),

        (max-width: 767px) and (max-resolution:1.24dppx),
        (max-width: 991px) and (min-resolution:1.25dppx),

        (max-width: 767px) and (max-resolution: 119dpi),
        (max-width: 991px) and (min-resolution: 120dpi)
{
    .cat-list
    {
        height: auto;    
        min-height: 0;
    }       
    
    .suggestion-item
    {
        width: 33.333%    
    }
}

div#recentlyAdded, div#accessoriesModal
{
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
}
        
div#recentlyAdded
{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    border: solid 1px #808080;

    margin: 0 15px 0 0;
    background: #FFF;
    z-index: 10001;
    padding: 40px 5px 5px 5px;
    max-width: 300px;
}
div#recentlyAdded .close
{
    height: 35px;
    line-height: 35px;    
}
div#recentlyAddedTitle,
div#accessoriesModalTitle
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */


    line-height: 35px;
    padding: 0 10px;
    border-bottom: solid 1px #c4c4c4;
    font-weight: bold;
    height: 35px;
}
        
div#recentlyAddedBody
{
    padding: 5px;
}
        
div#recentlyAddedDescription
{
    font-size: 80%;
}
        
a#recentlyAddedUpdateQty
{
    padding-left: 5px;
    padding-right: 5px;
}
        
div#accessoriesModal
{
    display: none;
    position: absolute;
    top: 102%;
    right: 0;
    left: 0;
    border: solid 1px #808080;
    padding-top: 40px;
    
    background: #FFF;
    z-index: 100;
}
        

div#recentlyAddedTitle span.title, div#accessoriesModal span.title
{
    line-height: 20px;
}
        
        
div#accessoriesModalBody
{
    padding: 5px;
    max-height: 350px;
overflow: auto;
}
        
div#recentlyAddedItem td
{
    padding: 0 2px;
    vertical-align: middle;
}
@media  (min-width: 768px) and (-webkit-max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (-webkit-min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-device-pixel-ratio:1.24), 
        (min-width: 992px) and (min-device-pixel-ratio:1.25),

        (min-width: 768px) and (max-resolution:1.24dppx),
        (min-width: 992px) and (min-resolution:1.25dppx),

        (min-width: 768px) and (max-resolution: 119dpi),
        (min-width: 992px) and (min-resolution: 120dpi)
{
    #grizlogo
    {
        margin-left:-15px;
    }
}
