/*!
 * FileMaker WebDirect Custom Homepage by Harlow Technologies Inc.
 * http://www.harlowtech.com/
 *
 * Copyright (c) 2016-2020 Harlow Technologies Inc.
 * Released under the MIT license
 * https://github.com/bharlow/fm-webdirect-custom/blob/master/LICENSE.txt
 *
 * FileMaker is a trademark of FileMaker, Inc., registered in the U.S.and other countries. FileMaker WebDirect is a trademark of FileMaker, Inc.
 * Bower: Browser Detection (https://github.com/lancedikson/bowser) is licensed under the MIT license.
 *
 * Date: 2020-07-11 10:00 PST
 * Version: 2.6
 */

/* Base Styles */
body { 
	font-family: Arial;
}
td { text-align:center; }
a.button, button.button {
	display:block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #222856;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;
	border:2px solid #000000;
	border-radius:25px;
}
button.button {
	line-height: 40px;
	cursor:pointer;
}
a.button:hover, button.button:hover{ background: #5FBDE3; }

/* Browser Check */
#browserInvalid,
#browserValid { 
	display:none; 
}
.browserInvalid p { text-align:center; }
.browserInvalid div { text-align: left; margin: 0px auto; display: inline-block; }
.browserInvalid div ul { text-align:left; }