html {
}
body {
        font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;	
	color: #000;
	margin: 0px;
	padding: 0px;
        background: #fff url(https://www.ams.org/images/jmm2016Needle.jpg) no-repeat fixed -800px -150px;
}
img {
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
dt {
       font-size: 1.35em;
}


/*Rounded Corners*/
.content-wrapper {border-radius: 8px; }
.masthead {border-radius: 0px 0px 0px 0px;}
.footer { border-radius: 0px 0px 0px 0px; }


.masthead {
	background-color: #fff;
	padding: 0px;
	text-align: left;
	position: relative;
}
.masthead .logo {border-bottom: 1px solid #000;}
.masthead h1 {
	margin: 0;
	color: #8C8C8C;
	padding: 20px 20px 10px 20px;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: .35em;
}
.masthead .banner {
	box-shadow: 0px 0px 5px #000;
	border-bottom: 1px solid #ccc;
}
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}

.content-wrapper {
	border: 1px solid #222;
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.35em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.sidebar {
	width: 26%;
	float: left;
}
.sidebar .content {
	padding: 30px;
	font-size: .85em;
	line-height: 1.5em;
	background-color: #AAA;
	background-image: -webkit-linear-gradient(#FFF, #AAA);
	background-image: linear-gradient(#FFF, #AAA);
}
dt {
	font-weight: bold;	
}
.main-content {
	width: 74%;
	float: right;
}
.main-content .content {
	padding: 30px;
	font-size: 0.9em;
	line-height: 1.5em;
	border-left: 1px solid #000;
}

/*Ordinary Link Styles*/
.content a { color: #0066CC; }
.content a:hover, .content a:focus { color: #C30; }
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }

.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*The Sidebar Menu UL.*/
ul.menuside {
	margin: 0;
	padding: 0;

}
ul.menuside li {
	list-style-type: none;
	margin-bottom: 5px;
}
ul.menuside a {
	display: block;
	text-decoration: none;
	color: #000;
	/*padding: 12px 12px;
	font-size: 1.25em;
	background-color: #333;
	border: 1px solid;	
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.05), 0px 0px 5px rgba(0,0,0,.5);
	border-color: #FFF;*/
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	border-radius: 3px;
}
ul.menuside a:hover, ul.menuside a:focus {
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.75);
	outline: 0;
}

.footer {
	background-color: #222;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: .7em;
	color: #8C8C8C;
	text-align: center;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}

/* Participants list styles */
#jmmParticipantList {
	background-color: #FFF;
	padding: 0px;
	border: 1px solid #666;
	font-size: 0.9em;
}
#jmmParticipantList tr {
}
#jmmParticipantList td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#jmmParticipantList tr:nth-of-type(odd) {
	color: #666;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BCCFFC;
	border-bottom-color: #E2ECFA;
}
#jmmParticipantList tr:nth-of-type(even) {
	color: #666;
	background-color: #fff;
}


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
body {margin: 0px;}
.content-wrapper, .masthead, .footer  {border-radius: 0px; }
.content-wrapper {width: auto; margin: 0px;}
.sidebar, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
h2 {
	display: none;	
}
ul.menuside a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 12px 12px;
	font-size: 1.25em;
	background-color: #333;
	border: 1px solid;	
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.05), 0px 0px 5px rgba(0,0,0,.5);
	border-color: #FFF;*/
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	border-radius: 3px;
}
ul.menuside a:hover, ul.menuside a:focus {
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.75);
	outline: 0;
}
}
@media only screen and (min-width: 700px) and (max-width: 1000px)  {
.content-wrapper {width: auto; margin: 0px 10px;}
.content {padding: 20px !important;}
}





