body {
	font-family: 'Guardian Text Egyptian Web';
	font-size: 16px;
	line-height: 1.4;
	display: block;
	margin: 0;
	padding: 0;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #005689;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-family: 'Guardian Egyptian Web';
	font-weight: 500;
}

h3 {
	font-family: 'Guardian Egyptian Web', Georgia;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;

	margin: -5px 25px -5px 0;
	padding: 10px 0 0 0;
}

p {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 14px;
}


/*template styles*/
.gia-chart-wrapper {
	border-top: 2px solid #4bc6df;
	max-width: 620px;
	margin: 0 auto;
}

.gia-source {
	border-top: 1px solid #ccc;
	margin-top: 25px;
	color: #bdbdbd;
	padding: 3px 0;
	font-size: 12px;
	font-family: 'Guardian Text Sans Web',Arial,sans-serif;
}

.mobile-table {
	display: none;
	clear:both;
}

.circle-chart {
	clear:both;
}

table {
	width: 100%;
}

th {
	vertical-align:bottom;
	font-family: 'Guardian Egyptian Web', Georgia;
	font-size: 14px;
	text-align: left;
	vertical-align:bottom
}

td {
	font-family: 'Guardian Text Sans Web',Arial,sans-serif;
	font-size: 13px;
	text-align: left;
	vertical-align:bottom;
	padding: 3px 0;
}

.name {
	width: 30%;
}

.grey-block {
	background-color: #eaeaea;
	width: 14%;
}

.trump-block {
	background-color: #d61d00;
	width: 14%;
}

.trump-block-hatch {
	background-image: url("images/red-hatching.png");
	background-repeat: no-repeat;
	width: 14%;
}

.stanford-block {
	background-color: #4bc6df;
	width: 14%;
}

.paypal-block {
	background-color: #4e0375;
	width: 14%;
}

.palantir-block {
	background-color: #ffbb00;
	width: 14%;
}

.invest-block {
	background-color: #a9af2b;
	width: 14%;
}

.mobile-text {
	display: none;
}

.key {
	margin: 10px 0;
}

.investment-circle, .palantir-circle, .paypal-circle, .stanford-circle  {
	float: left;
	margin: 5px 15px 0 0;
}

.trump-circle {
	float: left;
	margin: 5px 0 0 0;
}

.investment-circle::before {
	display: inline-block;
    width:11px;
    height:11px;
    border-radius: 50%;
    content: '';
    background-color: #a9af2b;
    margin: 0 3px 0 0;
}

.palantir-circle::before {
	display: inline-block;
    width:11px;
    height:11px;
    border-radius: 50%;
    content: '';
    background-color: #ffbb00;
    margin: 0 3px 0 0;
}

.paypal-circle::before {
	display: inline-block;
    width:11px;
    height:11px;
    border-radius: 50%;
    content: '';
    background-color: #4e0375;
    margin: 0 3px 0 0;
}

.stanford-circle::before {
	display: inline-block;
    width:11px;
    height:11px;
    border-radius: 50%;
    content: '';
    background-color: #4bc6df;
    margin: 0 3px 0 0;
}

.trump-circle::before {
	display: inline-block;
    width:11px;
    height:11px;
    border-radius: 50%;
    content: '';
    background-color: #d61d00;
    margin: 0 3px 0 0;
}

/*ai2html*/
#g-SiliconValleyWeb2 {
	max-width:620px;
}

.g-artboard {
	margin:0 auto;
}

.g-aiPstyle0 {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 4px;
	text-align: right;
	color: #333333;
}

.g-aiPstyle1 {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 4px;
	text-align: left;
	color: #333333;
}

#g-SiliconValleyWeb2-large{
	position:relative;
	overflow:hidden;
}

.g-aiAbs{
	position:absolute;
}

.g-aiImg{
	display:block;
	width:100% !important;
}

.g-aiPtransformed p { white-space: nowrap; }

/*media queries*/
@media(max-width:500px) {
	th {
		font-size: 12px;
	}
	.g-aiPstyle0, .g-aiPstyle1 {
		font-size: 13px;
	} 
}

@media(max-width: 475px) {
	.circle-chart, .key {
		display: none;
	}

	.mobile-table {
		display: inline-block;
		margin-top: 20px;
	}
}

@media(max-width:350px) {
	.mobile-text {
		display: inline-block;
	}

	.desktop-text {
		display: none;
	}
}

@media(max-width:350px) {
	th {
		font-size: 11px;
	}
	td {
		font-size: 12px;
	}
}