/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  background: #ECEFF1;
  color: #455A63;
  font-family: 'shadowsintolighttwo';
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

#invite {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  padding: 10px;
  width: calc(100% - 20px);
  max-width: 980px;
}

h1 {
  font-family: 'inspiration';
  font-size: 64px;
}
h2 {
  font-family: 'inspiration';
  font-size: 48px;
}
h3 {
  font-family: 'shadowsintolighttwo';
  font-size: 26px;
}

#invite .centered-third {
  display: inline-block;
  text-align: center;
  width: 33%;
  font-size: 20px;
}
#invite .centered-third img {
  margin-bottom: 12px;
  height: 42px;
}

#invite input {
  background: #ECEFF1;
  padding: 4px;
  font-family: 'shadowsintolighttwo';
  border: 1px solid #455A63;
  border-radius: 4px;
  width: 120px;
}

#invite select {
  background: #ECEFF1;
  padding: 4px;
  font-family: 'shadowsintolighttwo';
  border: 1px solid #455A63;
  border-radius: 4px;
  width: 130px;
}

#invite button {
  background: #455A63;
  padding: 6px;
  font-family: 'shadowsintolighttwo';
  border: 1px solid #455A63;
  color: #ECEFF1;
  border-radius: 4px;
  font-size: 16px;
  width: 120px;
}

#invite table tr td {
  vertical-align: middle;
}

#invite table tr td:first-of-type {
  width: 70px;
}

#plan {
  width: 100%;
}
#plan tr td:first-of-type {
  text-align: right;
}
#plan tr td:last-of-type {
  width: 28px;
  text-align: center;
}
#plan img {
  height: 40px;
}

#invite img {
  max-width: 100%;
}