/* ----------------------------------------------------------------------
Style sheet for bible2.net Parol module
---------------------------------------------------------------------- */

.TheWord {
  text-align: center;
/*
  -- insert image path here: --
  background-image: url("/images/IMG_0482_2_bright_1920.jpg");
  background-repeat: no-repeat;
  background-position: center top;
*/
  margin-bottom: 1em;
  padding: 1em;
}

p.TL {
  padding: 0.5em 0 1em 0;
  color: #6ba01a;
  font-size: 150%;
}

p.IL {
  padding-bottom: 0.3em;
  font-size: 80%;
  font-style: italic;
  color: #3e3e3e;
  white-space: pre-wrap;
}

p.L {
  font-weight: bold;
  color: #c00000;
  white-space: pre-wrap;
}

p.SL {
  padding: 0.3em 0 0.5em 0;
  font-style: italic;
  font-size: 80%;
  color: #e35b00;
  white-space: pre-wrap;
}

@media (max-width: 480px) { /* Bootstrap: @screen-xs-min */
  .Parol {
    display: block;
    text-align: left;
  }
  .Parol + .Parol {
    margin-top: 10px;
  }
  p.TL {
    font-size: 100%;
  }
  p.IL, p.L, p.SL {
    display: inline;
    white-space: normal;
  }
}
