

div.container {
	padding-bottom: 10px;
}

div#left {
	width: 50%;
	float: left;
}
div#right {
	float: right;
	width: 50%;
}

/* Clear floats after the columns */

.row:after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  /*line-height:15px;  */
  color: black;
  background-color:  white ; /*#2b3e50;*/
}

h1 {text-align: center;}


.rebox {
  width: 90%;
  height: 360px;
  padding: 5px;
  border: 2px solid gray;
  margin: 0;
  overflow: auto;
}

#userActions {
  display: table-cell;
  height: 480px;
  width: 380px;
  vertical-align: middle;
  text-align: center;
  color: #37474F;
  background-color: #FFFFFF;
  border: solid 2px #333333;
  border-radius: 10px;
}

#userActions input {
  width: 300px;
  margin: auto;
  text-align: center;
}


.btn-calc {
  color: #ffffff;
  background-color: green;
  border-color: transparent;
  padding: 8px 20px;
}


rating_btn{
  cursor: pointer;
  outline: 0;
  color: #AAA;
}

.ra_btn:focus {
  outline: none;
}

.ra_green{
  color: rgb(11, 202, 11);
}

.ra_red{
  color: red;
}

