@CHARSET "UTF-8";

body {
  padding-top: 5rem;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.videofeeds {
/* 	display: inline-block; */
	text-align: left;
	width: 40%; 
	min-width: 40%;
	max-width: 40%;
	float: left;
}

.datafeeds {
	margin-left: 40%;
}

.ships {
	min-height: 200px;
	max-height: 400px;
}

.shipdetails {
	max-height: 450px;
}

.shipdetails_inside {
	max-height: 400px;
}

.videofeed {
	background-color: #000000;
	width: 100%;
/* 	width: 380px; */
/*	height: 211px; */
/* 	width: 512px;  */
/* 	height: 284px; */
}

.googleauthpic {
	width: 3em;
}