<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html.touch .scroll-notouch {
    display: none;
}

html.no-touch .scroll-touch {
    display: none;
}

text,
tspan {
    font-family: 'Akkurat Pro Regular', Arial, sans-serif !important;
}

#RF-ROOMS .selected-room,
#Floor_5 .selected-room {
    fill: #ff0000 !important;
}

#Room_Numbers text,
#Floor_5 text {
    fill: #8369a9;
}

#highlight-tile {
    background: #ff0000;
    height: 1.25rem;
    width: 1.25rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
}

#svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: middle;
    overflow: hidden;
}

#svg-container svg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.room-finder-map-container .zoom-controls {
    float: right;
    padding-top: 1.25rem;
    text-align: right;
}

.room-finder-map-container .zoom-controls h3 {
    display: inline-block;
    margin-top: 0.2rem;
    margin-bottom: 0;
    vertical-align: text-top;
}

.room-finder-map-container .sheridan-road-marker {
    color: #ffffff !important;
    background-color: #666666;
    text-align: center;
    padding: 1em;
}

#zoomin {
    margin-left: 0.5rem;
}

 .inline-callout h3 { 
    margin-top: 0;
 }

 .inline-callout .link-bttn {
    margin-bottom: 0;
    margin-left: 1rem;
 }

 #main-content .inline-callout p {
 	margin-bottom: 0;
 }

 svg {
    -webkit-backface-visibility: initial !important;
    -webkit-transform-origin: 50% 50%;
 }

 path {
    stroke-antialiasing:true
    stroke-width: 2px;
 }

.zoom-controls button {
    -webkit-appearance: none;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
    padding: 0;
    text-align: center;
    background: #fff left/200% url('/images/structure/sprites/plus-minus-buttons.svg') no-repeat;
    color: #fff;
    font-weight: normal;
    font-size: 0;
    border: none;
}

 #zoomout {
 	background-position: -2rem 0;
 }

 #main-content-wrap {
    width: auto;
}

.ui-autocomplete, input {
    width: 300px;
}

.ui-autocomplete {
    background: #cacaca;
    font-size: 1rem;
    list-style: none;
    padding: 0;
    max-height: 10rem;
    overflow: scroll;
    border: 2px solid #4E2A84;
}

.ui-autocomplete li {
    padding: 0.5rem;

}

.ui-autocomplete li a {
    text-decoration: none;
    cursor: pointer;
}

.ui-menu-item:nth-child(:odd) {
    background: #efefef;
    font-size: 12px;
}

.ui-autocomplete, input {
    width: 300px;
}

.ui-autocomplete {
    background: #fff;
    font-size: 1rem;
    list-style: none;
    padding: 0;
    max-height: 12rem;
    overflow-y: scroll;
    border: 2px solid #4E2A84;
    box-shadow: 5px 5px 5px #333;
}

.ui-autocomplete li {
    padding: 0.5rem;

}

.ui-autocomplete li a {
    text-decoration: none;
    cursor: pointer;
}

.ui-autocomplete li:nth-child(odd) {
    background: #efefef;
}

#room {
    border: none;
	height: 38px;
	padding: 9px 10px 6px;
}

.selectric .label {
	white-space: normal;
	overflow: visible;
	padding-right: 1rem;
}

.selectric .button {
	top: 4px;
}

.room-finder-search, 
.room-finder-locations,
.room-finder-joiner {
	float: left;
	height: 38px;
}

.room-finder-search em {
	font-size: 0.8rem;
	color: #aaa;
}

.room-finder-search {
	margin-bottom: 2rem;
}

.room-finder-joiner {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.room-finder-joiner p {
	line-height: 38px !important;
	color: #bfbfbf;
	font-weight: normal;
}


#room-finder-submit {
	display: none;
	max-width: 10rem;
	border: none;
}

.selectric {
	border-radius: 0;
}


@media screen and (max-width: 1024px) {
    svg {
        max-height: 500px;
        max-width: 800px;
    }
}

@media screen and (max-width: 980px) {
	.room-finder-joiner {
		clear: left;
		margin: 0;
	}

	.room-finder-locations {
		clear: left;
	}

	.room-finder-search {
		margin-bottom: 1rem;
	}

	.room-finder-search, 
	.room-finder-locations,
	.room-finder-joiner {
		float: none;
	}

	input[type='submit'] {
		margin-top: 1.5rem;
	}
}

@media screen and (max-width: 768px) {
    svg {
        max-width: 700px;
    }
}

@media screen and (max-width: 480px) {
	.zoom-controls h3 {
    	display: none;
 	}

	.room-finder-joiner {
		display: none;
	}

	.room-finder-search {
		margin-bottom: 2rem;
	}
    
    #main-content .inline-callout .link-bttn {
        display: block;
        max-width: 85px;
        margin-top: 1rem;
        margin-left: 0;
    }

	svg {
        max-height: 300px;
        max-width: 400px;
    }

    #main-content {
    	overflow: visible;
    }
}</pre></body></html>