* {
	margin: 0;
	padding: 0;
}

html, body, .container-fluid {
	height: 100%;
}

li {
	list-style: none;
}

#trajectory-chart-container {
	height: 100%;
	padding-right: 620px;
}

#trajectory-data-form-container {
	width: 610px;
	height: 100%;
	border-left: 1px solid #ccc;
	position: absolute;
    top: 0;
    right: 10px;
    padding-left: 10px;
}

#trajectory-data-form-container h3 {
	display: inline-block;
}

#help-btn {
	float: right;
    margin-top: 10px;
}

.BDSatelliteDataContainer {
	height: 80vh;
	overflow-x: hidden;
	overflow-y: auto;
}

.add-submit-clear-container {
	position: relative;
    text-align: center;
    margin-top: 20px;
    padding: 7px 0;
    background: #fbfbfb;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.add-link {
	position: absolute;
	left: 30px;
}

.clear-link {
	position: absolute;
	right: 30px;
}