html {
  background: url(/images/wallpaper.png) repeat;
}

body {
  background-color: transparent !important;
}

#recommend-chrome {
  margin-top: 20px;
  text-align: center;
}

.container {
  margin: 50px 0; 
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.waiting-container, .homepage-container {
  width: 100%;
}

.waiting-content, .homepage-content {
  max-width: 600px;
  margin: 50px auto 50px auto;
}

.waiting-content {
  text-align: center;
}

.homepage-content {
  text-align: left;
}

#form-connection, #form-signup, #form-password, #form-recruitment, #form-forgotten-password, #form-recover-password {
  margin-top: 30px !important;
}

.foe {
  max-width: 100%;
  min-width: 200px;
}

.facebook {
  max-width: 200px;
}

.space {
  height: 40px;
}

.margin-bottom {
  margin-bottom: 10px;
}
.img-margin-bottom {
  margin-bottom: 5px;
}

.subject {
  color: black;
  text-shadow: none;
}
.administrator {
  color: #ae0915;
  font-weight: bold;
}

.bordered {
  margin: 20px 0;
  border: 1px solid #f8b135;
  border-radius: 10px;
  color: #f8b135;
}
.bordered.green {
  border: 1px solid #77FF77 !important;
  color: #77FF77 !important;
}
.news ul {
  text-align: left;
  margin-left: 35%;
}
.news li {
  font-size: 18px;
}

table {
  background-color: black !important;
}

.bold {
  font-weight: bold;
}


.ui-autocomplete {
  position: fixed;
  z-index: 2147483647;
}
.ui-menu-item-wrapper {
  text-shadow: none !important;
  
}