#project-title {
  font-size: 70px;
  line-height: 80px;
}
#search {
  width: 160px;
}
.navbar-static-top {
  margin-bottom: 10px;
}
.btn-large i {
  margin-left:-5px;
  margin-right:5px;
}
.login-row {
  margin-bottom: 5px;
}
.login-row input[type="text"], .login-row input[type="password"] {
  width: 120px;
}
table tr .resultVerb {
  text-align:center;
  width:175px;
}
.progress {
  height: 20px;
  width: 500px;
  display: block;
  margin: 5px auto;
  border: grey solid 1px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px grey; 
}
.progress .bar {
  height: 100%;
  background-color: #00B700;
  width: 0px;
  border-radius: 0 3px 3px 0;
  box-shadow: 0px 0px 5px #00B700; 
}
#inscriptionLabel {
  text-align:center;
  margin-bottom: 20px;
}
input[type="checkbox"] {
  float: left;
  margin-right: 5px;
  margin-top: 4px;
}
.alert-top {
  position:absolute;
  display:inline-block;
  border-radius: 0 0 8px 8px;
  left:50%;
}
.veryBig {
  font-size: 165px;
  line-height: 290px;
}
#search-loading {
  display: none;
  left: 150px;
  position: absolute;
  top: -1px;
  z-index: 99999;
}
#search-result {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 8px 8px 8px 8px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 29px;
  z-index: 99999;
  min-width: 187px;
  display: none;
}
#search-result table {
  min-width: 187px;
}