@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
body {
  font-family: 'Oswald', sans-serif;
}
body {
  background-color: #f0f0f0;
  color: #1c3b68;
}
#header {
  top: 0px;
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: #1c3b68;
}
.mainArea {
  margin-top: 60px;
  margin-bottom: 60px;
}
.buttonBar {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer {
  bottom: 0px;
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: #8dd8f8;
  overflow: auto;
}
#homeSignupBox {
  padding: 10px;
  text-align: center;
  margin-top: 50px;
}
.alert {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 0px;
  margin-bottom: 2px;
}
img.logo {
  padding: 10px;
  height: 60px;
}
.info {
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0px;
}
a {
  cursor: pointer;
}
#header a.btn,
#header h1 {
  color: white;
  padding: 18px;
  font-size: 16px;
}
#header h1 {
  margin: 1px 0;
  line-height: 1.428571429;
}
#header a.btn:hover {
  color: #8dd8f8;
}
.guide {
  text-align: right;
  padding-top: 12px;
}
.guide button {
  margin-left: 20px;
}
b,
strong {
  color: #8dd8f8;
}
.box {
  background-color: white;
  border: 1px solid #1c3b68;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}
.instruction {
  line-height: 24px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
}
.instruction ul {
  list-style: none;
  padding-left: 0;
}
.instruction ul.special {
  list-style: disc;
  padding-left: 20px;
}
.instruction ul li {
  padding-bottom: 10px;
}
.instruction .number {
  width: 24px;
  height: 24px;
}
.instruction:last-child {
  border-bottom: 0 solid #ccc;
}
.modal-dialog {
  width: auto;
  max-width: 760px;
}
.modal-body {
  height: 100%;
  overflow-y: auto;
}
