* {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}
#content {
  top: 0;
  left: 0;
  width: 100%;
}
.loading {
  disabled: disable;
}
#input {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}
#users {
  width: 448px;
  overflow: auto;
  margin: 0 auto 20px auto;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
#users .waiting {
  opacity: 0.5;
  filter:alpha(opacity=50);
}
#users .select {
  opacity: 1;
  filter:alpha(opacity=100);
}
#users div {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.25;
  filter:alpha(opacity=25);
  margin: 6px;
  -webkit-border-radius: 800px;
  -moz-border-radius: 800px;
  border-radius: 800px;
  /* because firefox doedn't allow border radius on img elements */
  -moz-background-size: 100px 100px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
}
.label {
  margin: 0;
  padding-top: 45px;
  line-height: 10px;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  text-align: center;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  -moz-text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  -webkit-text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#matches {
  position: relative;
  margin: 0 auto;
  width: 400px;
}
#matches div {
  position: absolute;
  -webkit-border-radius: 800px;
  -moz-border-radius: 800px;
  border-radius: 800px;
  cursor: pointer;
}
#warn {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(255, 127, 127, 0.9);
  color: rgba(255, 255, 255, 1);
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  display: none;
  text-transform:capitalize;
  border-bottom: 1px solid red;
  }
#footer {
  width: 448px;
  overflow: auto;
  margin: 20px auto 0 auto;
  padding-top: 20px;
  border-top: 1px solid black;
  text-align: center;
}
#footer #socialbuttons {
  width: 400px;
  margin: 0 auto;
}
#footer #socialbuttons div {
//  float: left;
}
h1 {
  text-align: center;
}
/* from bootstrap.css */
button {
  display: inline-block;
  padding: 4px 10px 4px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  margin-top: 0;
}
button:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
input{
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin: 2px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a,
a:visited,
a:hover,
a:active {
  color: rgba(0, 0, 0, 1);
}
