/* boinc.css -- Additional CSS selectors for the BOINC page */

#boincstatssig {
	width: 330px;
	float: left;
}

#boincstatssig h4.heading {
	display: block;
	text-align: center;
	font-weight: bold;
	margin: inherit;
	line-height: 1.0;
}

#boincmilestones {
	margin-left: 345px;
}

#boincmilestones h4.heading {
	font-weight: bold;
	margin: inherit;
	margin-left: 0px;
	line-height: 1.0;
}

#boincmilestones ul {
	font-size: 10px;
	list-style-type: disc;
}

#boincmilestones .date {
	padding-right: 0.75em;
	font-style: italic;
}

.fakeshowlink, .fakehidelink {
	margin-left: 0px;
	margin-right: 10px;
	cursor: se-resize;
}

.fakehidelink {
	display: none;
	cursor: nw-resize;
}

@media all and (max-width: 480px) {
	#boincstatssig div { float: none; width: inherit; }
	#boincmilestones div { display: block; margin-left: 10px; }
/* When viewed with Opera's "Small Screen" option the padding is thrown away
so add back some whitespace. */
	#boincmilestones .date:after { content: " "; }
}

#sitenav-logo {
width: 120px; height: 40px; background-color: #F47204; color: #0000FE; text-align: center;
font-weight: bold;
border-radius: 5%;
padding-top: 10px; padding-bottom: 10px;
}