.address {
	margin-bottom:20px;
}
.address span {
    padding: 20px;
}
.address td, tr td {
	border: none !important;
}

.address th {
	text-align:right;
	word-wrap: break-word;
	width:20%;
}

.address td {
	text-align:left;
	word-wrap: break-word;
}

.card-resultBox {
	background: none repeat scroll 0% 0% #FFF !important;
	box-shadow: 0px -4px 9px -2px rgba(0, 0, 0, 0.2);
	max-height: 160px;
	overflow:hidden;
	width: 270px;
	margin:10px;
}

.card-resultBox-wide {
	background: none repeat scroll 0% 0% #FFF !important;
	border: 1px solid #eeeeee;
	max-height: 160px;
	overflow:hidden;
	width: 95%;
	max-width:600px;
	margin:10px;
}

.card-resultBox > img {
    position: absolute !important;
    right: 2px;
    top: 2px;
    padding: 5px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.65);
    border-radius: 100%;
    opacity:1;
}

.card-resultBox-wide > img {
    position: absolute !important;
    right: 2px;
    top: 2px;
    padding: 5px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.65);
    border-radius: 100%;
    opacity:1;
}

.card-resultwindow-container
{
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    vertical-align: baseline;
}

.card-resultBox .item-address {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;    
    height: 110px;
    font-size: 13px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
}

.card-resultBox-wide .item-address {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    height:110px;
    font-size: 13px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
}
.card-resultBox  h3 {
    font-family: Roboto;
    font-weight: 800;
    font-size: 14px; 
    font-style: normal;
    margin: 0px 0px 1px;
    //line-height: 28px;
}

.card-resultBox-wide  h3 {
    font-family: Roboto;
    font-weight: 800;
    font-size: 14px; 
    font-style: normal;
    margin: 0px 0px 1px;
    //line-height: 28px;
}

.card-resultBox .item-data {
    float: left;
    padding: 10px 5px 5px 10px;
    width: 50%;
    box-sizing: border-box;
}

.card-resultBox-wide .item-data {
    float: left;
    padding: 10px 10px 10px 10px;
    width: 60%;
    box-sizing: border-box;
}


.card-resultBox .item-data .btn{
    padding: 6px 0px;

}

.card-resultBox-wide .item-data .btn{
    padding: 6px 0px;

}

.card-resultBox .item-picture {
    float: right;
    width: 50%;
}

.card-resultBox-wide .item-picture {
    float: right;
    width: 40%;
}

