@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	webkit-text-size-adjust: none;
	font-family: 'Titillium Web', sans-serif;
}

img {
	border: none;
}

body {
	
	background-color: rgba(0,0,0,0.05);
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-size: 12px;
}

.contactform {
	font-size: 14px;
	width: 100%;
	
	border-radius: 4px;
	border-spacing: 0px;
}

.contactform tr:first-child td:first-child {
	border-radius: 4px 4px 0px 0px;
}

/* .contactform tr:last-child td {
	border-radius: 0px 0px 4px 4px;
} */

.contactform td {
	padding: 8px;
}

.contactform .container {
	position: relative;
}

.contactform tr:nth-child(odd) {
	background-color: rgba(0,0,0,0.05);
}

.contactform tr:last-child td {
	text-align: center;
}

.contactform tr:not(:last-child) td:first-child {
	width: 100px;
	font-size: 12px;
	text-align: right;
}

.contactform input, .contactform textarea {
	padding: 4px;
}

.contactform textarea {
	resize: none;
	height: 64px;
}

.contactform .fullwidth {
	width: 90%;
	width: calc(100% - 12px);
	padding: 6px;
	margin: 0px;
	border: none;
	border-radius: 6px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}

.contactform label.error {
	color: white;
	padding: 2px 4px;
	font-size: 12px;
	display: block;
	background-color: #f93945;
	font-weight: 600 !important;
	position: absolute;
	top: -13px;
	right: -8px;
	border-radius: 6px 0px 0px 0px;
}

/* CHANGE THIS TO MATCH CLIENT'S THEME COLORS */

.tabletop {
	font-size: 26px !important;
	font-weight: 300 !important;
	line-height: 52px !important;
	text-align: center !important;
	color: white !important;
	
	
	
background: #4f9ecb; /* Old browsers */


	
	
	
	
	
	
	
}

#cluelogo {
	text-align: center;
	height: 21px;
}