
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
table [data="agendaTable"] tr td  {
	float: left; width:100%;
}
 table [data="agendaTable"] tr td .subtitle {
	font-weight:bold;
	font-size:14px;
}
}

/* Smartphones (landscape) ----------- */
@media only screen  and (min-width : 321px) {

 table [data="agendaTable"] tr td .subtitle {
	font-weight:bold;
	font-size:14px;
}
 table [data="agendaTable"] tr td .highlight {
	font-weight:bold;
	font-size:16px;
}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
table [data="agendaTable"] tr td  {
	float: left; width:100%;
}
 table [data="agendaTable"] tr td .subtitle {
	font-weight:bold;
	font-size:14px;
}
 table [data="agendaTable"] tr td .highlight {
	font-weight:bold;
	font-size:16px;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

 table [data="agendaTable"] tr td .subtitle {
	font-weight:bold;
	font-size:14px;
}
 table [data="agendaTable"] tr td .highlight {
	font-weight:bold;
	font-size:16px;
}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

 table [data="agendaTable"] tr td .subtitle {
	font-weight:bold;
	font-size:14px;
}
 table [data="agendaTable"] tr td .highlight {
	font-weight:bold;
	font-size:16px;
}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

 table [data="agendaTable"] tr td .subtitle {
	font-weight:bold;
	font-size:14px;
}
 table [data="agendaTable"] tr td .highlight {
	font-weight:bold;
	font-size:16px;
}
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
 table [data="agendaTable"] tr td .subtitle {
	font-weight:bold;
	font-size:14px;
}
 table [data="agendaTable"] tr td .highlight {
	font-weight:bold;
	font-size:16px;
}
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {

 table [data="agendaTable"] tr td .subtitle {
	font-weight:bold;
	font-size:14px;
}
}

/* iPhone 5 (portrait & landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

 table [data="agendaTable"] tr td .subtitle {
	font-weight:bold;
	font-size:14px;
}
 table [data="agendaTable"] tr td .highlight {
	font-weight:bold;
	font-size:16px;
}
}

/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {

 table [data="agendaTable"] tr td .subtitle {
	font-weight:bold;
	font-size:14px;
}
 table [data="agendaTable"] tr td .highlight {
	font-weight:bold;
	font-size:16px;
}
}

/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

 table [data="agendaTable"] tr td .subtitle {
	font-weight:bold;
	font-size:14px;
}
 table [data="agendaTable"] tr td .highlight {
	font-weight:bold;
	font-size:16px;
}
}
