/* This is mtgstyles.css.  Some settings are specific to the abstract
   submission form. */

body {
  background-color: #fff !important;
}

form#df textarea:focus, form#df input:focus { background-color: #ff9; }

form#df fieldset {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.5em;
}

form#df fieldset legend {
  color: #6e150f;
}

form#df fieldset#presenter, form#df fieldset#presenter legend {
  background-color: #eee;
}

form#df fieldset#presentation, form#df fieldset#presentation legend {
  background-color: #eee;
}

form#df fieldset legend {
  color: #006399;
}

div#submitdiv { text-align: center; }
input#submitbutton { 
  color: ##006399; 
  font-weight: bold; 
  border: 2px solid #004377; 
  border-radius: 6px; 
  background-color: #9bc8e6;
  padding: 4px;
}

input#submitbutton:hover { background-color: #ffc; }
input#submitbutton:active { color: #fff; background-color: #f00; }

div#abssub_wrap {
  margin: auto;
}
div#formtitle { border: none; }

td#abssub_title {
  display: none;
}

@media only screen and (max-width: 319px) {
  div#mtgheader img#smallheader  { display: none; }
  div#mtgheader img#mediumheader { display: none; }
  div#mtgheader img#largeheader  { display: none; }
}

@media only screen and (min-width: 320px) and (max-width: 619px) {
  div#mtgheader img#smallheader  { display: inline; }
  div#mtgheader img#mediumheader { display: none; }
  div#mtgheader img#largeheader  { display: none; }
}

@media only screen and (min-width: 620px) and (max-width: 920px) {
  div#mtgheader img#smallheader  { display: none; }
  div#mtgheader img#mediumheader { display: inline; }
  div#mtgheader img#largeheader  { display: none; }
  div#abssub_wrap { width: 600px; } /* was 620 */
}

@media only screen and (min-width:921px) {
  div#mtgheader img#smallheader  { display: none; }
  div#mtgheader img#mediumheader { display: none; }
  div#mtgheader img#largeheader  { display: inline; }
  div#abssub_wrap { width: 900px; } /* was 972 */
}

@media only print {
  div#mtgheader img#smallheader  { display: none; }
  div#mtgheader img#mediumheader { display: none; }
  div#mtgheader img#largeheader  { display: inline; }
}
