﻿.floor
{
    position: absolute;
    background-color:white;
    border: 1px solid;
    overflow: auto;
    font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.unselected
{
    background-color: white;
}
.selected
{
    background-color: #CCCCFF;
    color: black;
}

.smalltext {
	font-size: .8em;
}

.main-embed-text {
	font-size: 1em;
	padding: 3px 3px 2px 2px;
	color: #D3D3D3;
}

.tour-type-text {
	position: relative;
	top: 5px;
	font-size: .8em;
	color: #ff9125;
}