@charset "utf-8";
/*
**  programme.css
**  This style sheet is used by the 'programme' page.
*/

/*
**  For faster page loading, tell the browser to only look at the first row
**  of the talk/AGM table(s) when determining the column widths.
*/
.talk_agm_table {table-layout:fixed}

/*
**	Format the talk/AGM icon column.
*/
.icon_col {width:170px; vertical-align:top; padding:20px 0 20px 0}

/*
**	Format the talk/AGM details column.
*/
.details_col {vertical-align:top; padding:20px 0 20px 0}

/*
**	Format the talk/AGM dates.
*/
.date {text-align:center; font-weight:bold; margin:0}

/*
**	Format the previous talks paragraphs.
*/
.list_of_talks {text-align:left; margin:0; padding-left:20px; text-indent:-20px}

/*
**	Format the speaker names.
*/
.speaker {text-align:center; font-weight:bold; margin:0}

/*
**	Format the titles of the talks.
*/
.talk_title {text-align:left; font-weight:bold; margin:10px 0 0 0}

/*
**	Format the descriptions of the talks.
*/
.talk_desc {text-align:left; margin:10px 0 0 0}

