#grad1 {
    background: #FFB951; /* GOLD For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left top,#d5a500,#ffe691,#d5a500); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right,#d5a500,#ffe691,#d5a500); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right,#d5a500,#ffe691,#d5a500); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right,#d5a500,#ffe691,#d5a500); /* Standard syntax (must be last) */
}

#grad2 {
    background: #C0C0C0; /* SILVER For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left top,#b7b7b7,#f2f2f2,#b7b7b7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right,#b7b7b7,#f2f2f2,#b7b7b7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right,#b7b7b7,#f2f2f2,#b7b7b7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right,#b7b7b7,#f2f2f2,#b7b7b7); /* Standard syntax (must be last) */
}

#grad3 {
    background: #D76B00; /* BRONZE For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left top,#a17419,#e6b85c,#a17419); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right,#a17419,#e6b85c,#a17419); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right,#a17419,#e6b85c,#a17419); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right,#a17419,#e6b85c,#a17419); /* Standard syntax (must be last) */
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
}

table {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 100%;
    word-wrap: break-word;
        -moz-hyphens:auto; 
        -webkit-hyphens:auto; 
        -o-hyphens:auto; 
    hyphens:auto;
    border-collapse: collapse;
}

.prog_nums {
   font-size:80%;
}

td.calendar {
   border:1px solid black;
   font-size:87%;
   padding:3px 15px 3px 15px;
   text-align:center;
}

img.banner {
   width:1170px;
}

img.smrt {
   height:37px;
}

td {font-weight:600;}

td.vspacer {height: 55px;}

td.bloc {
   color: #FFF;
   border: 0px;
   background-color: #555;
   padding: 4px;
}

td.brk {
   border: 2px solid #FFF;
   color: #000;
   text-align: left;
   background-color: #DDD;
   padding: 6px;
}

td.day {
   border-top: 6px solid #19305c;
   color: black;
   background-color: #CCC;
   padding: 3px;
}

td.plen {
   color: #FFF;
   border: 1px solid #798eb7;
   background-color: #19305C;
   text-align: center;
   vertical-align: top;
   padding: 3px;
}
.plen a:link { color:#FFF; }
.plen a:visited { color:#D7D2DC; }

td.othr {
   color: #FFF;
   border: 2px solid #FFF;
   background-color: #19305c;
   text-align: center;
   vertical-align: top;
   padding: 6px;
}

td.key {
   border: 5px solid #FFF;
   height: 55px;
   padding: 6px;
   text-align: center;
   border-collapse: separate !important;
   border-spacing: 5px !important;
}

td.sWhite {
   color: #FFF;
   border: 2px solid #333;
   text-align: center;
   vertical-align: top;
   padding: 3px;
}
.sWhite a:link { color:#FFF; }
.sWhite a:visited { color:#D7D2DC; }

td.sBlack {
   color: #000;
   border: 2px solid #333;
   text-align: center;
   vertical-align: top;
   padding: 3px;
}

td.body {	background-color: #F99DA4;	}	/* Body */
td.canc {	background-color: #FFDEB0;	}	/* Molecular, Spectroscopy */
td.card {	background-color: #99CCFF;	}	/* Cardio */
td.ccet {	background-color: #80A0DD;	}	/* Cross-Cutting & Emerging Tech */
td.musk {	background-color: #6DAF63;	}	/* Musculoskeletal */
td.nuro {	background-color: #FFD4E1;	}	/* Neuro */
td.sesh {	background-color: #D7EEFF;	}	/* Scientific Sessions */
td.powp {	background-color: #FF9933;	}	/* Power Pitches */
td.diff {	background-color: #AA3939;	}	/* Diffusion, Perfusion, fMRI */
td.phys {	background-color: #85519A;	}	/* Physics & Engineering */
td.comb {	background-color: #007ba7;	}	/* Weird blue for special sessions */
td.trad {	background-color: #003300;	}	/* T-Posters */
td.elec {	background-color: #993300;	}	/* E-Posters */
td.msym {	background-color: #460046;	}	/* Member-Initiated Symposia */
td.stgr {	background-color: #d7fdc4;	}	/* Study Groups */
td.hand {	background-color: #666;	}	/* Hands-On Workshops */

hr {
    height: 3px;
    background-color: #19305C;
    color: #19305C;
    border: 0 none;
}

.noCME {
    font-size:70%;
    font-style:italic;
}



@media screen and (max-width:1024px) {
  body {
   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   font-size: 12px;
  }
  table {
   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   font-size: 95%;
   border-collapse: collapse;
  }
  img.banner {
   width:100%;
  }
}



@media screen and (max-width:768px) {
  body {
   font-size: 9px;
  }
  table {
   font-size: 100%;
   border-collapse: collapse;
  }
  img.banner {
   width:100%;
  }
  td.key {
   border: 3px solid #FFF;
   height: 20px;
   padding: 2px;
   text-align: center;
   vertical-align: middle;
   border-collapse: separate !important;
   border-spacing: 3px !important;
   line-height: 100%;
  }
  td.calendar {
   border:1px solid black;
   font-size:80%;
   padding:3px;
   text-align:center;
  }
  img.smrt {
   height:21px;
  }
  td.brk {
   padding: 3px;
  }
  td.day {
   font-size: 75%;
  }
  td.bloc {
   font-size: 75%;
   vertical-align: middle;
  }
  img.file {
   height: 50%;
   width: auto;
  }
  td.vspacer {
  height: 20px;
  }
}



@media screen and (max-width:414px) {
  body {
   font-size: 8px;
  }
  table {
   font-size: 90%;
   border-collapse: collapse;
  }
}