﻿ /*Mobile Devices*/
@media only screen and (min-width: 200px) and (max-width: 900px) 
{
      .logoarea{
       float:none;
       text-align:center;
       display:block;
       background: rgba(113,124,45,1);
    }

    .mobile-hr  {
        padding-top:60px;
    }
    #divContentSection img {
        max-width:98%;
        height:auto;
        margin-bottom:10px;
    }

    table {
		overflow-x: auto;
		display: block;
	}
    table td {
        font-size: 1.0em;
        padding:3px;
      
    }
     table td p{
        font-size: 1.0em;
        padding:3px;
      
    }
}

/*Other Devices*/
@media only screen and (min-width: 240px) and (max-width: 600px) {
    /*disable carousel text when in mobile*/
   .carousel-content {
        display:none
    }
   .ProductAreaContainer {
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
    }
    .btn {margin-top:3px;}
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }

      .carousel-box:after {
        content: '';
        display: table;
        clear: both;
    }
}

