/* 
========================== Global ==========================
*/
.container {
	width: 800px !important;
}
.both {
	clear: both;
}	
form {
	margin-bottom: 40px;
}
.form-group {
    margin-bottom: 15px;
}
h4 {
	margin-bottom: -15px !important;
}
.radio-inline {
	margin-right: 10px;
}
.span-radio {
	margin-left: -17px;
}
.span-radio-2 {
	margin-left: -24px;
}
.finish-container {
	width: 600px;
	margin: auto;
}
.finish-container h1 {
	font-size: 28px;
}

		
	/*
	========== Header ==========
	*/
	.header {
		padding: 50px 0;
		margin-bottom: 20px;
		text-align: center;
		background: #004D80;
	}


		
	/*
	========== Table ==========
	*/
	.table th,
	.table td {	
		vertical-align: middle !important;
	}	
	.table {
		font-family: arial;
		font-size: 0.97em;
		table-layout: fixed;
	}
	.table td {
		font-weight: normal;
		word-wrap: break-word;
	}
	.table-title th {
		background: #EEE;
		font-weight: bold;
		word-wrap: break-word;
	}
	@media (max-width: 1199px) {
		.table td {
			font-size: 99%;
		}
	}	