@font-face {
    font-family: "Courier New";
    src: url("../fonts/cour.ttf") format("truetype");
}

h1 {
	color: white;
	text-align: center;
	font-family: "Courier New";
}

body {
	overflow: hidden;
	background-color: #00205B;
}

#ais-like-info {
	width: 304px;
	height: 430px;
	overflow: hidden;
	margin: 50px auto;
	padding: 5px;
	box-sizing: content-box;
	background-color: white;
    border-radius: 5px;
    scale: 1.1;
}

.tt_card_header {
	clear: both;
	float: left;
	margin: 0px;
	margin-bottom: 5px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 9pt;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.tt_elem_header,
.tt_elem_header_gar {
	clear: both;
	float: left;
	margin: 0px;
	font-size: 8pt;
	box-sizing: border-box;
    border-radius: 3px;
	font-weight: normal;
}

.tt_elem_data {
	clear: both;
	float: left;
	margin: 0px;
	font-size: 8pt;
	box-sizing: border-box;
    border-radius: 3px;
	font-weight: bold;
	color: #000;
	padding-left: 5px;
	margin-bottom: 3px;
	font-family: "Courier New";
}

.tt_elem_data_onecol {
	font-weight: normal;
	position: relative;
}

.notam_cont {
	font-size: 8pt;
	margin-bottom: 10px;
}

.notam_head {
	font-weight: bold;
	font-size: 9pt;
	text-decoration: underline;
}

.tt_elem_header {
	color: #000;
}

.tt_elem_header_gar {
	color: #008000;
}