.login_content form div a {
    margin: 0; 
}
.login_content {
	padding: 0px;
}
.bs-glyphicons li {
	background-color: #fce45f;
}
.rating {
	unicode-bidi: bidi-override;
}
.rating > span {
	display: inline-block;
	position: relative;
	width: 1.1em;
	font-size: 40px;
	color: firebrick;
}


.button {
	background: #5c5b5b !important;
    color: #f9f6f6;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
}

.button:first-child {
    margin-left: 0;
}

.button:last-child {
    margin-right: 0;
}

.button:hover {
	background: #f9f6f6 !important;
  	color: #5c5b5b;
}

.stopwatch {
  font-size: 3vw;
  text-align: center;
}

.results {
  border-color: lime;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}