/* Just print styles here for the Race update webform at the moment */
/* colours for race update form */
@media print {
  /* line 17, app/assets/stylesheets/print.css.scss */
  body {
    font-family: 'Signika', monospace;
    font-size: 10pt;
  }
  /* line 19, app/assets/stylesheets/print.css.scss */
  p.small-site-claim {
    font-family: serif;
    font-size: smaller;
  }
  /* line 20, app/assets/stylesheets/print.css.scss */
  div#sidebar, div#header, h3.big-call-to-action-for-race-directors, div#submit, tr#facebook_radio_buttons, input.big-submit-button {
    display: none;
  }
  /* line 21, app/assets/stylesheets/print.css.scss */
  #racedetailsupdategreeting {
    font-family: 'Signika', serif;
  }
  /* line 25, app/assets/stylesheets/print.css.scss */
  h1.updatemydetails {
    font-size: 12pt;
  }
  /* line 27, app/assets/stylesheets/print.css.scss */
  div.racedetailsupdateform {
    background: white;
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
    font-family: 'Signika', serif;
  }
  /* line 29, app/assets/stylesheets/print.css.scss */
  input {
    border: 0.5pt solid black;
  }
  /* line 31, app/assets/stylesheets/print.css.scss */
  input.facebook_input {
    width: 80mm;
  }
  /* line 33, app/assets/stylesheets/print.css.scss */
  input {
    padding: 2pt;
    border: 0pt solid black;
    min-height: 0px;
    font-family: 'Signika';
    font-size: 100%;
    width: 80mm;
  }
  /* line 35, app/assets/stylesheets/print.css.scss */
  td {
    border: 1pt solid black;
  }
  /* td.current-details {border: 0pt solid black;} */
  /* line 37, app/assets/stylesheets/print.css.scss */
  td.label {
    width: 50mm;
    font-style: italic;
    border: 0pt solid black;
    vertical-align: top;
  }
}

/* div#race-contact-details { padding: 8px;  font-size: small; background: #ddd; margin-bottom: 10px; }

div#next-event {overflow:hidden; margin-bottom: 20px; background: #fff; margin-top: 0px; padding: 0px;}

*/
/* line 52, app/assets/stylesheets/print.css.scss */
#racedatesupdateform {
  background: #c9e0e3;
  margin: 0px;
  margin-top: 10px;
  padding: 8px;
}

/* line 54, app/assets/stylesheets/print.css.scss */
#racedatesupdateform p, #racedatesupdateform h4 {
  padding: 4px;
  margin-bottom: 10px;
  margin-right: 200px;
}

/* line 59, app/assets/stylesheets/print.css.scss */
th {
  text-align: left;
}

/* line 63, app/assets/stylesheets/print.css.scss */
td.label {
  width: 30%;
}

/* line 64, app/assets/stylesheets/print.css.scss */
td.input {
  width: 35%;
}

/* end of forms stuff */
/*
div.intro {background: #996; padding: 15px; font-size: small; margin-bottom: 10px;}

#latest-news {vertical-align: top; margin-top: 0px;  overflow: auto;  padding: 0px; padding-right: 10px;  border-right: 1px solid grey; }

div.race-features {background: $rd-tertiary; padding: 8px;  margin-bottom: 20px;}

div#contact-box {float:right; margin-left: 10px; background: white; width: 420px; border: 0px solid red; margin-top: 0px;}

#banner-ad img { border: 1px solid gray; margin: 0px 0px 0px 0px; }

strong.next-issue-deadline {color: red; }

td {vertical-align: top;}

*/
