body, html {
	font-family: 'Quicksand', sans-serif;
	overflow: hidden;
	height: 100%;
}

h1,h2 {
	font-family: 'Lato';
}

h1, a {
	color: #661111;
}

a {
	text-decoration: none;
	font-weight: bold;
}

.smsDisabled {
	color: #888;
}

.defaultIcon {
	width: 1em;
	height: 1em;
}

.centerBox {
	text-align: center;
}

#leftpane {
	display: inline-block;
	vertical-align: top;
	height: 90%;
	top: 5%;
	width: 35%;
}

#leftpane > div {
	padding-left: 0.5em;
    margin: 0.5em;
    background-color: #fafafa;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    padding: 1em 0.5em;
}

#map {
	display: inline-block;
	height: 90%;
	top: 5%;
	width: 63%;
}

.userButton {
	float: right;
    border: 1px solid #ccc;
    width: 5em;
    height: 1.4em;
    cursor: pointer;
    text-align: center;
    color: #444;
    background-color: white;
}
