﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans);
html,
body {
  height: 100%;
}
section#main {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  position: absolute;
  margin: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5em;
  text-shadow: 2px 2px 2px #CCC;
}
section#main span {
  font-weight: 600;
  cursor: pointer;
}
section#main span a {
  text-decoration: none;
}
section#main #age {
  color: red;
}
.french-flag {
  background: linear-gradient(to right, #0055a4 30%, #ffffff 30%, #ffffff 63%, #ef4135 63%);
}
.german-flag {
  background: linear-gradient(to bottom, #000000 33.3%, #ff0000 33.3%, #ff0000 66.6%, #ffcc00 66.6%);
}
.loading {
  background-image: url('/Content/images/ajax-loader.gif');
  background-size: contain;
  width: 1.3em;
  height: 100%;
  content: '\00a0\00a0';
  display: inline-block;
  position: relative;
}
.loading:after {
  content: '\00a0';
}
/*# sourceMappingURL=styles.css.map */