html, body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-size: 16px; }

#wrap {
  min-height: -webkit-calc(100vh - 90px);
  min-height: -moz-calc(100vh - 90px);
  min-height: calc(100vh - 90px); }

a, a:hover, a:active, a:focus {
  text-decoration: none; }

.no-teams-add:active,
.no-teams-add:hover,
.no-teams-add:focus {
  color: #2C3E50; }

.lets-play, .no-teams-add {
  background: #e65a34 none repeat scroll 0 0;
  border: 2px solid #e65a34;
  color: white;
  font-size: 50px;
  font-weight: 700;
  margin-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 6px;
  line-height: 1.33333;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  outline: medium none;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 30px; }

.title {
  font-size: 40px;
  font-weight: bold; }

#agile-zoo-logo {
  height: 40px; }

.navbar {
  margin-bottom: 0px; }

.navbar-brand {
  padding-top: 5px; }

li {
  padding-left: 0px; }

ul.nav-pills > li > a {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 30px;
  font-weight: bold;
  border: solid 1px silver;
  margin-right: 20px; }

ul.nav-pills > li.active > a {
  color: white; }

.reset-session {
  float: right;
  background-color: #e65a34; }

.back-to-the-website {
  float: right;
  color: #2C3E50;
  border: solid 1px #2C3E50;
  background-color: white;
  margin-right: 10px; }

.back-to-the-website:hover,
.back-to-the-website:active,
.back-to-the-website:focus {
  color: white;
  border: solid 1px #2C3E50;
  background-color: #2C3E50; }

.add-team {
  border: none !important;
  color: silver; }

.tab-content {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.reset-modal .modal-body, .add-team-modal .modal-body {
  text-align: center; }
.reset-modal .modal-footer, .add-team-modal .modal-footer {
  border: none;
  text-align: center;
  padding: 10px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:active {
  background-color: #2C3E50; }

.navbar-default {
  background-color: transparent;
  border: none; }

.positive-comments .comment {
  color: green;
  margin-bottom: 10px; }

.negative-comments .comment {
  color: #e65a34;
  margin-bottom: 10px; }

div.story_button {
  float: left;
  margin-right: 5px;
  width: 70px; }

div.line_of_buttons {
  margin-bottom: 20px; }

.logo {
  margin-top: 5px; }

.game-over {
  float: left;
  font-size: 40px;
  font-weight: bold;
  color: #2C3E50; }

.to-many-points {
  color: #e65a34;
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold; }

.license {
  margin-top: 5px;
  margin-bottom: 5px; }

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