/**
 * Overall page size
 */

html {
	margin: 0;
	padding: 0;
	display: inline;
	height: 100%;
	width: 100%;
	background: #ffffff; /* Old browsers */
	font-size: 12px;
	}

body {
	margin: 0;
	padding: 0;
	display: inline;
	height: 100%;
	width: 100%;
	position: inherit !important; /*needed to allow google translate plugin and inventory search pages to play together nicely*/
	}

h1 {
    font-weight: bold;
    font-size: 24px;
    padding-left: 10px;
	}

#wrapper {
	width: 890px;
	margin: 0 auto;
	padding: 0;
	}

/**
 * Footer size information
 */
#footer,
#footer_es{
	width: 100%;
	margin: 0;
	padding: 10px 0;
	clear: both;
	display: inline-block;
	color: #999999;
	text-align: center;
	}

/**
 * main display information
 */
#content {
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	display: block;
	min-height: 400px;
	}
.appFlex {
    display: flex;
    justify-content: space-between;
}
.appForm{
       width: 60%;
       float: left;
}
.appVideo{
       width: 35%;
       padding-left: 3%;   
       float: left;
}
.translateBtn {
    display: flex;
    justify-content: flex-end;
    font-size: 24px;
    padding-right: 20px;
}
.translateBtn a{
    color: #4b63fa;
    text-decoration: underline;
}
.translateBtn a:hover{
    color: #000000;
    text-decoration: underline;
}

#progressbar11 {
    display: none !important;
}
#progressbar31 {
    display: none !important;
}