﻿.gm-style-iw {
    width: 250px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgb(41, 41, 41);
    border-radius: 7px;
}

#iw-container {
    margin-bottom: 10px;
    width: 260px !important;
}

    #iw-container .iw-title {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 13px;
        font-weight: 400;
        background-color: #6e6e6e;
        color: white;
        margin: 0;
        padding: 5px;
        border-radius: 2px 2px 0 0;
        width: 250px !important;
    }

    #iw-container .iw-content {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        margin-right: 1px;
        padding: 5px;
        max-height: 150px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.iw-content img {
    float: right;
    margin: 0 5px 5px 10px;
}

.iw-title {
    background-color: #6e6e6e;
}

.iw-content p {
    font-weight: 300;
    color: #969696;
    text-align: right;
}

.iw-subTitle {
    font-size: 13px;
    font-weight: 700;
    width: 70%;
    float: left;
    word-wrap: break-word;
}

.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
