@charset "utf-8";

body {
    -webkit-text-size-adjust: 100%;
}
/**************************************/
/*   classes for 'index.php'          */
/**************************************/

/* ---------------------------------- */
/*   classes for image element    */
/* ---------------------------------- */
img.pickup-picture							/* pickup picture */
{
	margin: 0px;
}

/* ---------------------------------- */
/*   classes for anchor element    */
/* ---------------------------------- */
a.pickup-navi:link,							/* navigation to report */
a.pickup-navi:visited
{
	color: #ff9900;
	font-size: 90%;
	margin-left 50px;
	text-decoration: none;
}

a.pickup-navi:hover							/* navigation to report */
{
	color: #ffffff;
	background-color: #ff9900;
}

/* ---------------------------------- */
/*   classes for paragraph element    */
/* ---------------------------------- */
p.pickup-description
{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #006633;
	font-weight: bold;
	font-size: 120%;
	
}

p.pickup-data
{
	margin-top: 5px;
}

p.contact								/* for contact information */
{
	font-size: 90%;
	margin-right: 10px;
	margin-top: 30px;
	text-align: right;
	text-decoration: underline;
}

/* ---------------------------------- */
/*   independent classes              */
/* ---------------------------------- */
.pickup-date
{
	color: #339966;
	font-weight: normal;
	font-size: 100%;
}

.pickup-party
{
	color: #006633;
	font-weight: normal;
	font-size: 100%;
	margin-left: 10px;
}

.pickup-title
{
	margin-left: 10px;
	margin-right: 10px;
	color: #339966;
	font-weight: normal;
	font-size: 110%;
}

.pickup-reload
{
	color: #339999;
	font-weight: normal;
	font-size: 80%;
}

.whatsnew-date
{
	font-weight: normal;
	font-size: 90%;
	color: #339999;
	margin-left: 1em;
}

.youtube-title
{
	font-weight: normal;
	font-size: 90%;
	color: #339999;
	margin-left: 1em;
}

