.IQplacecontent {
    box-sizing: border-box;
    box-shadow: 0 0.5em 20px 3px rgba(0, 0, 0, 0.2);
	padding:6px;
	background-color: rgba(255,255,255,0.6);
}
.IQplacelocationlinks {
	display: flex;
    align-items: center;
    flex-direction: column;
	padding: 20px 0 20px 0;
	background-color: rgba(255,255,255,0.6);
}
.linkcontainer.aswidget{
	width:100%;
}
.IQplacelocationlinks a{
	width:100%;
	text-align : middle;
}
.IQplacelocationtown {
	text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.IQplacelocationlink {  
	padding: 10px;
    margin: 4px;
    text-align: left;
    padding: 10px 10px 10px 10px;
    background-color: whitesmoke;
}
.linkcontainer {
	width:100%;
}

@media screen and (max-width:37.5em) {
	.IQplacelocationlink {
    width: 98%;
}