﻿/** CSS for the review section of your page **/
        /* town Locations */

.IQtownlocation{
	text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
}
.IQtownlocationlinks{
		width: 100%;
}

.IQeventlocationlinks {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
	padding: 20px 0 20px 0;
}


.IQlinkLabel {
    font-size: 1em;
    color: black;
}

.IQpreamble{
    padding: 6px 0 6px 0;
}

.IQtownlocationlinks a{
	color:black;
    background-color: whitesmoke;	
}

.IQtowncontent {
	box-sizing: border-box;
    box-shadow: 0 0.5em 20px 3px rgba(0, 0, 0, 0.2);
    background-color: rgba(255,255,255,0.6);
}

.IQtownlocationlinks a:hover, a:focus, a:active{
		color:red;
}

.IQtownlocationlink{
    padding: 10px;
    text-align: center;
    background-color: whitesmoke;
	margin: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.IQtownlocationlabel {
	font-weight:bold;
	font-size: large;
	text-decoration: underline;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.IQtownlocationtown {
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 196px;
}

}
.IQtownlocationaddress {
	font-size: large;
	text-decoration: none;
	display:none;
}

.IQnowrap {
	white-space: nowrap;
	padding:6px;
}

@media screen and (max-width: 57em) {
.IQtownlocationlink{
	width: 48%;
	}
}

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