@font-face {
  font-family: 'Noe';
  src: url('/onthejob/NoeDisplayRegular.woff') format('woff');
  font-display: block;
}

html {
  margin: 0px;
}

h1 {
  font-family: 'Noe', sans-serif;
  font-size: 62px;
}

body {
  margin: 0px
}

#icon {
	background-image: url('icon.png');
	margin: 40px auto;
	width: 128px;
	height: 128px;
	background-size: 128px 128px; 
	background-repeat: no-repeat;
	display:block;
}

#topcolorbar
{
	width: 100%;	
	border-bottom-width: 4px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #3aa4e8;
	border-top-color: #1d87cd;
  margin-bottom: 60px;
}

form {
  margin: 10px auto 50px auto;
  display: inline-block;
}

td {
  text-align:left;
}

label {
   font-size: 16px;
}

input {
  font-size: 16px;
}

#emailform {
  text-align: center;
  margin: 0px auto;
}

.submitButton {
  background-color: #3aa4e8;
	border-radius: 8px;
	border-style: none;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	line-height: 20px;
	list-style: none;
	margin: 0;
	margin-top: 10px;
	outline: none;
	padding: 10px 16px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: color 100ms;
	vertical-align: baseline;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

#successResponse, #errorResponse {
  margin-top: 50px;
  font-weight: bold;
  font-size: 32px;
  font-family: 'Noe', sans-serif;
}

div#headerButtons {
  height: 100px;
}

#homeButton {
  top:18px;
  left:24px;
  width: 31px;
  height:55px;
  background-image:url('stunt.png');
  background-repeat:no-repeat;
  background-size:31px 55px;
  cursor:pointer;
  display:block;
  position:fixed;				
}

h3 {
  margin: 0px 0 0;
}
ul {
  list-style-type: none;
  padding: 0;
}
li {
  display: inline-block;
  margin: 0 10px;
}
a {
  color: #42b983;
}

h3[data-v-1b5baf86]{margin:0 0 0}ul[data-v-1b5baf86]{list-style-type:none;padding:0}li[data-v-1b5baf86]{display:inline-block;margin:0 10px}a[data-v-1b5baf86]{color:#42b983}#app,body{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;margin-top:0}

<!-- HTML !-->
<button class="button-1" role="button">Button 1</button>

/* CSS */
.button-1 {
  background-color: #EA4C89;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.submitButton:hover,
.submitButton:focus {
  background-color: #EA4C89;
}

.otj3
{
	a{text-decoration: none;}
	border-radius: 10px;
	background-color: #f4f4f4;
	width: auto;
	display: inline-block;
	padding: 10px;
}

/* #otj3.link { 
  text-decoration: none; 
} 
#otj3.visited { 
  text-decoration: none; 
} 
#otj3.hover { 
  text-decoration: none; 
} 
#otj3.active { 
  text-decoration: none; 
} */