.taburi{
	padding: 25px 25px 25px 25px;
	display:none;
}
body{
	font-family:Roboto;
}

body h1{
	font-family:Lobster;
	color:#F2BA00;
}

body h2{
	font-family:Lobster;
	color:#6592D2;
}

body h3{
	font-family:Lobster;
}

.buton_pornire{
	border-radius:12px;
	border: 3px double #D56037;
	font-size: 16px;
	margin: 4px 2px;
	padding: 16px 32px;
	cursor: pointer;
}

.button {
  background-color: #4CAF50;
  border: none;
  border-radius:12px;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.buton_nou{
	border-radius:12px;
	border: 3px double #4CAF50;
	font-size: 16px;
	margin: 4px 2px;
	padding: 16px 32px;
	cursor: pointer;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
  float: right; cursor: pointer; color: black; font-weight: bold;
}

.caseta {
  //border: 5px double;
  border-radius:6px;
  padding: 2px 2px 2px 2px;
}

.caseta2 {
  border: 5px double #008CBA;
}

.feedback{
	float:right;
	margin-right:20px;
	margin-top:-100px;
	font-size:18px;
}

#tab_scor{
	width:300px;
	height:150px;
	background-repeat:no-repeat;
	background-image:url("../Auxiliare/fundal_scor.png");
	background-size:300px 150px;
}

