body {
  background: #fff;
  font: 14px/1.5 sans-serif; }

h1, h2, h3, h4 {
  line-height: 1.2;
  margin: 0 0 .5em;
  font-size: 16px;
  text-align: left; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 18px;
  margin: 10px 0 0 0; }

p {
  margin: 0 0 10px 0; }

a {
  color: #3DB8BE; }

a:hover {
  text-decoration: none; }

#wrapper {
  background: #FFF;
  margin: 1em auto;
  max-width: 800px;
  width: 95%; }

#container {
  padding: 2em;
  max-width: 700px;
  margin: auto auto;
  position: relative; }

#loadingimg {
  position: absolute;
  height: 28px;
  width: 28px; }

.headerlogo {
  text-align: center;
  margin: 0 0 10px 0; }

.headerlogo, .headerlogo img {
  height: 100px; }

.section {
  position: relative; }

.subsection, .innersection {
  border: 1px solid #3DB8BE;
  border-radius: 3px;
  padding: 10px;
  position: relative;
  margin-bottom: 5px; }

.topright {
  position: absolute;
  right: 10px;
  top: 10px; }

.bottomright {
  position: absolute;
  right: 10px;
  bottom: 10px; }

.alignleft {
  text-align: left; }

.loadingimg.topright {
  right: 1px;
  top: 1px; }

.subsection table {
  margin: 10px;
  width: 100%; }

.subsection table td {
  padding: 2px 4px;
  border: 1px solid #E6F1F1; }

.preish {
  font-family: monospace;
  font-size: 1.2rem;
  border: 1px solid #eee;
  background-color: #f6f6f6;
  border-radius: 2px;
  padding: 3px; }

.emgreen {
  border: green;
  background: darkgreen;
  color: white;
  border-radius: 2px;
  padding: 3px; }

.emred {
  border: red;
  background: darkred;
  color: white;
  border-radius: 2px;
  padding: 3px; }

.emgrey {
  border: #ccc;
  background: #ddd;
  border-radius: 2px;
  padding: 3px; }

.buttons {
  text-align: right; }

input[type=email], input[type=text], input[type=password], textarea, select {
  height: 30px;
  margin: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #E6F1F1;
  padding: 2px 10px;
  font-weight: normal; }

select {
  max-width: 260px; }

label {
  display: inline-block;
  text-align: right;
  line-height: 30px;
  margin: 0; }

.box::after {
  content: "";
  clear: both;
  display: table; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

[class*="col-"] {
  float: left;
  padding: 1px 5px;
  vertical-align: middle;
  line-height: 120%;
  min-height: 18px; }

[class*="col-"] input,
[class*="col-"] select {
  height: 30px;
  line-height: 200%;
  width: 100%; }

[class*="col-"] button,
[class*="col-"] input[type=submit] {
  height: 25px;
  margin: 2.5px 2px;
  line-height: 150%;
  width: auto; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.wide {
  width: 100%; }

.template {
  display: none; }

#messages {
  position: fixed;
  left: 0;
  right: 0;
  max-width: 700px;
  margin: auto auto;
  z-index: 100; }

#messages > * {
  position: relative;
  box-shadow: 2px 2px 7px;
  border-radius: 5px; }

#messages input[type=button] {
  position: absolute;
  bottom: 5px;
  right: 5px; }

#messages .dbg {
  font-style: italic;
  font-weight: normal; }

.error, .info {
  font-weight: bold;
  margin: 5px;
  padding: 10px;
  text-align: center; }

.error {
  background-color: #f6b9b9;
  border: 1px solid #f18c8c; }

.info {
  background-color: #dae4f0;
  border: 1px solid #91aed3; }

.hidden {
  visibility: hidden; }

#normalFooter {
  text-align: center;
  margin: 40px; }

@media (min-width: 768px) {
  #wrapper {
    width: 80%;
    margin: 2em auto; }

  #icon-book {
    display: inline-block; }

  #status a, #next a {
    display: block; }

  @-webkit-keyframes fade-in {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes fade-in {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .sf-toolbar {
    opacity: 0;
    -webkit-animation: fade-in 1s .2s forwards;
    animation: fade-in 1s .2s forwards; } }

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