﻿.rssa-blue{color:#fff!important;background-color:#0065bd!important}
    .w3-page-heading {
      font-weight: 700;
      padding: 0;
      margin: 0;
    }
    /*
    .meetingnumber {
        color: #003;
        background: inherit;
	font-size: small;
        text-align: center;
    }
    */
  .meetingnumber { display: none; }
  .patron {
	text-align: right; margin: 0; padding: 0 ;
  }
  span.postnominals {
      font-size: smaller;
  }
  .biography {
        font-style: italic;
  }
  .abstract {
  }
  .speakerlink {
        text-align: center;
        text-decoration: none;
  }
  .speakerlink a {
        text-decoration: none;
        font-weight: bold;
        color: black;
  }
  a.boldlinktext {
        color: #006;
        background: white;
        text-decoration: underline;
        font-weight:bold;
  }
  a.boldlinktext:hover {
        color: #006;
        background: #cdf;
        text-decoration: none;
        font-weight:bold;
  }
  .footer {
	text-align: right;
	font-size: small;
        padding-bottom: 3px;
  }
  .footer p {
        -webkit-margin-after: 0px;
        margin-bottom: 0;
  }
  .portrait {
  }
  .transdot {
	 img { border: 0; } 
	 text-align: right;
	 margin: 0;
	 padding: 0;
  }

@media screen {
  .website {
	display: none;
  }
}

/***** SMALL DISPLAY *****/
/* hidden by w3-hide-small */
@media (max-width:600px){
    h1.w3-page-heading { font-size:25px; }
    .webmaster,.meetingnumber,.shield,.patron { display: none; }
  .footer { text-align: center; }
}
/***** MEDIUM DISPLAY *****/
/* hidden by w3-hide-medium */
@media (max-width:992px) and (min-width:601px){
    h1.w3-page-heading { font-size:30px; } 
}
/***** SMALL OR MEDIUM *****/
@media (max-width:992px){
    .shield,.patron { display: none; }
    h1.w3-page-heading { text-align: center; }
}
/***** LARGE *****/
/* hidden by w3-hide-large */
@media (min-width:993px) {
    h1.w3-page-heading { font-size:35px; }
}

    .w3-more { font-size:12px!important; }

    @media print {
        .w3-noprint, .noprint {
		display: none;
	}
	.w3-bar {
		display: none;
	}
	.w3-page-heading {
		color: black;
		background: white;
                /* font-size:64px!important; */
		text-align: center!important;
        }
        .w3-more {
		display: none;
	}
        .footer {
	    display: block;
	    color:black;
	    background: white;
	    text-align: center;
	    font-size:10px!important;
	    font-style: italic;
        }
	.shield {
	    text-align: left;
	    padding: 4px;
	    display: block;
	}
	.patron {
	    text-align: right;
	    font-size: 10pt;
	    font-weight: bold;
	    padding-top: 10pt;
	    width: 100pt;
	    display: block;
	}
	/*
        .meetingnumber {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 10pt;
		padding: 0;
    	}
	*/
        .meetingnumber { display: none; }
        .portrait {
		max-width:200pt;height:auto;
		text-align:center;
        }
	.arms {
		max-width:200pt;height:auto;
		text-align:left;
	}
	a { text-decoration: none; }
	a.boldlinktext { text-decoration: none; }
	p { page-break-inside:avoid; }
    }
