TABLE {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TD {
	FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif
}
FORM {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
SPAN {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
P {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
INPUT {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
SELECT {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
BODY {
	BACKGROUND-COLOR: #ffffff
}
A {
	COLOR: #7B7B00; TEXT-DECORATION: none
}
A:hover {
	Text-decoration:underline;
}
SPAN.counter {
	FONT-SIZE: 14px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #000000; TEXT-DECORATION: none
}
/* Dropdown Button */
.dropbtn {
  background-color: #ffffff;
  color: black;
  padding: 5px;
  font-size: 15px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropbtn {
  background-color: #ffffff;
  color: black;
  padding: 5px;
  font-size: 12px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #ddd;}
.collapsible {
  background-color: transparent;
  color: grey;
  cursor: pointer;
  padding: 0px 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 10px;
}

.active, .collapsible:hover {
  background-color: transparent;
}

.collapsible:after {
  content: 'Arată mai mult \002B';
  color: darkred;
  font-weight: normal;
  float: right;
  margin-left: 0px;
  margin-top: -11px;
}

.active:after {
  content: "Arata mai putin \2212";
}

.content {
  padding: 10px 5px 0px;
  color:  grey;
  font-weight: normal;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: transparent;
  font-size: 10px;
}