/*!
 * FileMaker WebDirect Custom Homepage by Harlow Technologies Inc.
 * http://www.harlowtech.com/
 *
 * Copyright (c) 2016-2018 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: 2018-04-08 10:00 PST
 * Version: 2
 */

/* Base Styles */
body { 
	font-family: Arial;
}
.parent {
background-color: #00509f;
}

.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  
td { text-align:center; }
a.button {
	display:block;
	margin: 0 auto;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #00509f;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;	
	border:1px solid #ffffff;
	border-radius:5px;
}
a.button:hover{ background: #009fe3; color: #ffffff;  }

/* 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; }