
		body { font-family: 'Lato', Gill Sans; }
		
		input, select {
			margin-top: 0.5em;
			margin-bottom: 0.5em;
		}
		
		td:first-child {
			  text-align: right;
			  padding-right: 0.5em;
		}
		
		tr:nth-of-type(odd) {
			  background: #eee;

		}
		

		
		table, tr, td {
			margin: 0 0 0 0;
			padding: 0.5em;
			border: 0;
			border-spacing: 0;
		}
		
		#options {
			float: left;
		}
		
		#text_input_box {
			float: left;
		}
		
		#text_preview_box {
			float: left;
		}
		
		#fcpxml_to_text {
			clear: left;
		
		
		}
		
		.box {
		
			margin-left: 1em;
			margin-right: 1em;
			
		}
		
		.box_heading {
			text-align: center;
			font-size: 130%;
			margin-bottom: 0.5em;
		}
		
		#text_preview_box textarea {
			
			width: 100%;
			height: 400px;
		
		}
		
		#submit_button {
			background-color: green !important;
		}
		
		.title {
		text-align: center !important;
		font-weight: bold;
		background-color: #153c7d;
		color: #fff;
		margin-top: 3em;
		}
		
		.spacer td {
			background-color: #fff !important;
			height: 1em;
		}
		
		.radio {
			line-height: 1.8;
		}

		.error {
			color: red;
		}
		
		.message {
			color: black;
		}
		
		#text_message {
		
			font-size: 100%;
			margin-left: 2em !important;
			margin-bottom: 1em;
			max-height: 10em;
			overflow: scroll;
			border: 3px #153c7d solid;
			padding: 1em 2em 2em 2em;
			
			display: none;
		
		}
		
		#text_message > textarea {
		
			width: 100%;
			height: 150px;
		
		}
		
		#text_message > h2 {
			margin-top: 0;
			padding-top: 0;
		}
		
		.hide {
			display: none;
		}
		
		.large_button {
			background-color: #153c7d; /* Green */
			  border: none;
			  color: white;
			  padding: 15px 32px;
			  text-align: center;
			  text-decoration: none;
			  display: inline-block;
			  font-size: 16px;		
			  font-family: 'Lato', Gill Sans;
			  width: 100%;
			  }
			  
		input[type=file]::file-selector-button {
  border: 2px solid #ccc;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #fff;
  transition: 1s;
  height: 5em;
  width: 10em;
}

input[type=file]::file-selector-button:hover {
  background-color: #81ecec;
}