﻿:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
}
#wrapper {
  max-width: 417px;
  margin: 0.75rem auto;
  border: 3px solid #215FAC;
  padding: 0.4375rem 0.4375rem 0.125rem;
  background: url(bg.jpg) no-repeat bottom left;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}
header {
  text-align: center;
}
article p:last-child span {display: inline-block;margin: 0 2.125rem 0;}

article p {
    text-align: justify;
}

article p:last-child {
    margin-bottom: 0.3125rem;
}
footer {
  font-size: 0.8125rem;
  line-height: 1.5625rem;
}
p {
  margin: 0 0 1.125rem;
}
h1 {
  margin: -0.3125rem 0 0.5rem;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #F03E37;
  text-align: center;
}
h2 {
  margin: 0 0 0.375rem;
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #215FAC;
}
a {
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  border: none;
}

@media all and (max-width: 416px) {
  #wrapper {
    width: 100%;
    min-width: 200px !important;
    padding: 0.5rem;
    margin: 0;
    border: none;
  }
  article p {
    text-align: left;
  }
  article p:last-child span {
    margin: 0;
  }
  footer br {
    display: block;
  }
  br {
    display: none;
  }
}
