﻿.centered
{
	text-align: center;
}

.centeredTable 
{
	margin-left: auto;
	margin-right: auto;
}

.extendDiv
{
	height: 1000px;
}

.statusTableTimestamp 
{
	white-space: nowrap;
	font-size: 16px;
}

.statusTableEntry 
{
	font-size: 16px;
}

.kioskPage 
{
	display: none;
}

.tileTableCell {
}

.tileTablePaddingCell {
}

.thermostatTile, .temperatureTile
{
    align-content: center;
	border: 2px solid gray;
	float: left;
	height: 75mm;
	width: 100mm;
}

.statusTile
{
    align-content: center;
	border: 2px solid gray;
	float: left;
	height: 75mm;
	width: 100mm;
}

.introTile {
    color: brown;
    background-color: tan;
    font-size: 64px;
    vertical-align: middle;
    text-align: center;
    align-content: center;
    border: 2px solid gray;
    float: left;
    height: 75mm;
    width: 100mm;
}

.timeTile
{
    text-align: center;
	width: 100%;
}

.temperatureText
{
    font-size: 128px;
}

.temperatureUnit
{
    font-size: 32px;
    vertical-align: top;
}

.temperatureIcon 
{
	height: 32px;
	width: 32px;
}

.statusImage
{
	height: 128px;
	width: 128px;
	padding: 4px;
}

.setpointText
{
    font-size: 48px;
    color: Black;
}

.setpointUnit
{
	font-size: 16px;
	vertical-align: top;
}

.primaryText 
{
    font-size: 48px;
    text-align: center;
    align-content: center;
}

.secondaryText 
{
    font-size: 36px;
    text-align: center;
    align-content: center;
}

.timeTileTime
{
	font-size: 80px;
}

.timeTileDayOfMonth
{
	font-size: 80px;
	padding-left: 10px;
}

.timeTileDayOfWeek, .timeTileMonth 
{
	font-size: 36px;
	text-align: center;
}

.timeTileAmPm 
{
	font-size: 36px;
	vertical-align: top;
	padding-right: 50px;
}

.timeTileDaySuffix 
{
	font-size: 36px;
	vertical-align: top;
}

