﻿.inner              {text-align:center;}
    .inner .leftCol {
        float: left;
        width: 50%;
        text-align: left;
        padding: 0px 0;
        border-radius: 10px;
    }
.inner .rightCol    {float:right; width:49%; text-align:left; padding:20px 20px 20px 0;}

.rightCol .rightColContent {    
    overflow-y: scroll;
    height: 610px;    
}

.rightCol .rightColContentText {
    width:90%;
    margin:0 auto;
}

.green {
    background-color: #82a198;
    border-radius: 10px;
}

.inner .rightCol h2, .inner .rightCol p {
    color: #ffffff;
}

.inner .rightCol h2 {
    font-weight:700;
}

#GoogleMapCanvas    { border:0px solid #ffffff; width:100%; height:600px; margin-top:0px; margin-bottom:0px;}

.ddl {
    width: 100%;
    min-width: 30%;
    font-size: 1em;
    padding: 5px 10px 5px 10px;
    margin: 10px 0 5px 0;
    background-color: #ffffff;
    border: 0;
    border-radius: 5px;
    color: #000000;    
}

ul.product-stores           {list-style:none; margin:15px 0 0 0; padding:0 !important; width:100%;}
    ul.product-stores li {
        width: 100%;        
        background-color: #fff;
        margin:0 !important;
        margin-bottom: 13px !important;        
        padding: 10px;
        color: #7a7a7a;
        display: block;
        border-radius: 5px;
    }
ul.product-stores li h2     {margin:0; padding:0; font-size:1.2em; color:#000000 !important;}


@media screen and (max-width: 1024px)
{
 
}

@media screen and (max-width: 600px)
{
    .rightCol .rightColContent {
        height:auto;
        min-height:400px;
        overflow-y:unset;
    }

    #GoogleMapCanvas {
        border-radius:0 !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    .inner .leftCol {
        float: none;
        width: 100%;
        padding: 0px 0 0 0;
    }
    .inner .rightCol    {float:none; width:100%; padding:20px 0 20px 0;}
    #GoogleMapCanvas    {margin-left:auto; margin-right:auto; width:100% !important;}

}

@media screen and (max-width: 480px)
{
 
}