/* TST CSS message.css */
@media screen and (max-width: 768px) {
  #sign {
    width: 86%;
    font-size: 1.1rem;
    margin: auto auto 40px auto;
    font-weight: bold;
    text-align: right; }
    #sign span {
      display: block;
      clear: both;
      font-size: 0.8rem;
      font-weight: 400;
      font-family: 'Droid Serif', serif;
      font-style: italic; } }
@media screen and (min-width: 768px) {
  #sign {
    width: 970px;
    font-size: 1.1rem;
    margin: auto auto 80px auto;
    font-weight: bold;
    text-align: right; }
    #sign span {
      display: block;
      clear: both;
      font-size: 0.8rem;
      font-weight: 400;
      font-family: 'Droid Serif', serif;
      font-style: italic; } }

/*# sourceMappingURL=message.css.map */
