.display {
	width: 100%;
}

.myar {
	font-size: 100%;
    display: block;
    width: 32.3%;
    min-height:80px;
    float: left;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    cursor: pointer;
	padding: 5px;
	padding-left: 10px;
	margin: 4px;
    border-radius: 6px;
	color: #337ab7;
	border: 1px solid #337ab7;
}
.myar a { 
	display:block; 
	height:100%;
	text-decoration: none; 
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.btn {
	margin-bottom: 5px;
}
.suggestion {
	font-size: 80%;
	width: 270px;
}