/* tablet: 1090px - 800px */
@media (max-width:1090px) {
	div.vessel-location {
		font-size: 28pt;
		font-family: courier new;
	}
}
@media (max-width:900px) {
	.chart-image img {
		width:100%;
	}
	.chart-title {
		font-size: 33pt !important;
		font-family: Rajdhani;
		/* font-weight: bold; */
		line-height: 33pt !important;
		margin-bottom: 20px;
	}
	div#chart {
		width: 95% !important;
	}
	.vessel-count {
		font-size: 28pt !important;
		font-family: courier new;
	}
	.vessel-location {
		font-size: 28pt !important;
		font-family: courier new;
	}
	div#_chart-slider {
		width: 100% !important;
		background-color: #e8e8e8;
		padding: 25px;
	}
	.slider-details .slider-caption {
		font-size: 16pt !important;
		margin-top:24px;
	}
	#home .reports-box .report-cover {
		width:100%;
	}
	#home .reports-box .report-cover img {
		width: 100%;
		height: auto;
	}
	#home .reports-box .report-title {
		font-size: 29pt;
		width: 100%;
		font-weight: bold;
	}
	#home span.subhead {
		font-size: 14pt;
	}
	#home .report-item {
		margin-bottom: 40px;
	}
	#home .main-p a.text-blue-hover {
		display: block;
		font-size: 12pt;
	}
	#home #big-ship-data .emphasize-number {
		font-size: 16pt;
	}
	
	#report .report-body img,
	#report .report-image img {
		width:100%;
	}
	.reports-box .report-title { 
		font-size: 28pt; 
		line-height: 27pt; 
		border-bottom: 5px solid #d9d9d9;
    border-right: 1px solid #dddddd;
    padding-bottom: 5vh;
	}
}
@media (max-width:800px) {
	.vessel-arrival-date {
		font-weight: normal;
		font-size: 16pt;
	}
	.vessel-count {
		font-size: 22pt !important;
	}
	.vessel-location {
		font-size: 20pt !important;
	}
	.vessel-arrival-date {
		font-size: 16pt !important;
	}
}

