.hints-container {
    margin: 5px 0;
}

.hints-wrapper	
{
    display:none;
    position: absolute;
    font-size:13px;
    width:600px;
    /*height:225px;*/
    border: 1px solid #d2d2d2;
    margin-top: 5px;
    
    border-radius: 2px 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; 
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);	
    padding: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    opacity:0.99;
    z-index:999;
    text-align:left;
    cursor:pointer;
    user-select: text !important;

}

.hints-title {
    font-size:18px;
    font-weight:300;
    color:#727272;
    padding-left: 5px;
}

.hints-content
{

    overflow: auto;
    margin:5px 5px 5px;
    color:#212121;
    /*height:190px;*/
    /*clear:both;*/
    white-space:normal;
    word-wrap:normal;
}
.hints-link
{
display: block;
    font-size:13px;
    /*border-bottom:1px dashed #5d8c5d;*/
    color:#5d8c5d;
    cursor:pointer;
}

.hints-link:hover {
    color:#E47129;
    /*border-bottom:1px dashed #E47129;*/
}

.hints-close {
    float: right;
    overflow: hidden;
}

.hints-close-icon {
    background: url("images/close2.png") no-repeat 0 0;
    background-size:18px;
    height: 18px;
    width: 18px;
    display: block;
}

.hints-close-icon:hover {
    opacity:0.7;
}