﻿/* This is the style of the body of the Packet Pick Up Schedule table. */
.packet_tbl_bd
{
    text-align: center;
    font-size: small;
    color: black;
    background-color: #79b891;
}
/* This is the style around the edge of the Packet Pick Up table. */
.packet_tbl
{
    border: 2px solid #0c4e26;
}
/* These are the styles for the runner images on the Registration and Packet Pick Up Page. */
.racers
{
	height: 275px;
}
.kid
{
	margin-top: 0;
	width: 235px;	
}
