 /*
  * Stock
  */
stock {
	width: 100%;
}
stock .tickerline {
	color: #7e6d6d;
	font-size: 0.85em;
	margin-top: 5px;
}
stock .main-image {
	margin-top: 20px;
	text-align: center;
}
stock .main-image img {
	height: 200px;
	width: 300px;
}
stock #ai-analysis img.bot-icon {
	height: 1.6em;
	vertical-align: middle;
}


/*
 * Sections
 */
stock > section {
	border-top: 1px solid #c9c9c9;
	margin-top: 20px;	
}
stock section table td:last-child {
	padding-left: 10px;
}
stock section table img {
	height: 25px;
}

stock section .warning {
	font-weight: bold;
	margin-bottom: 24px;
}
stock section .warning img {
	height: 25px;
	margin-left: 0;
	margin-right: 8px;
	top: 0;
}

/*
 * Statistics
 */
section.statistics table img {
	height: 14px;
}
section.statistics table td:last-child,
section.discounted-free-cash-flow table td:last-child {
	color: #7e6d6d;
}

/*
 * Qualitative Diligence Section
 */
section.review-section article {
	margin-top: 10px;
}
section.review-section p.update-date {
	font-size: 85%;
	font-style: italic;
}

/*
 * Links Section
 */
section.research-and-updates h3 {
	margin: 15px 0;
}
section.research-and-updates .entry {
	padding-bottom: 15px;
}
section.research-and-updates img {
	height: 14px;
}

/*
 * Calculations
 */
section.calculations {
	display: none;
}
section.calculations table {
	font-size: 0.9em;
	margin-bottom: 15px;
}
section.calculations table td {
	vertical-align: top;
}
section.calculations table td:last-child {
	padding-left: 0;
}
section.calculations table tr.explain td {
	font-weight: bold;
}

/*
 * Media queries
 */
@media screen and (min-width: 500px) {
	section.statistics {
		border-top: none;
		margin-top: 10px;
		min-height: 175px;
	}
	section.statistics .section__title {
		display: none;
	}

	stock .main-image {
		float: right;
		margin-top: -16px;
	}
	stock .main-image img {
		height: 160px;
		width: 240px;
	}
	
	section.calculations {
		display: block;
	}	
} 

@media screen and (min-width: 600px) {
	section.calculations {
		display: none;
	}
}

@media screen and (min-width: 700px) {
	section.calculations {
		display: block;
	}
}

@media screen and (min-width: 760px) {
	section .gd-twitter {
		display: none;
	}
}

@media screen and (min-width: 800px) {
	stock .main-image img {
		height: 200px;
		width: 300px;
	}
}