.selectorForm .col-LANG_TEST {
    width : 400px;
}

.rating{
  color: #a9a9a9;
  margin: 0;
  padding: 0;
}

ul.rating {
  display: inline-block;
  font-size: 40px;
}

.rating li {
  list-style-type: none;
  display: inline-block;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.rating .filled {
  color: #f7931e;
}

.rating .hovered, .rating .hovered.filled {
  color: #245580;
}

div.selectorForm {
    /*font-family: "Noto Sans", sans-serif;*/
    font-size: 20px;
    line-height: 1.65em;
}

div.selectorForm input[type="checkbox"], div.selectorForm input[type="radio"] {
   top: 5px;
}

div.selectorForm input {
  margin-top: 5px;
}

div.selectorForm button {
 font-size: 20px;
}

div.selectorForm label {
   display: inline;
}

div.selectorForm  .popover-content{
  font-size: 20px;
}

li.uib-typeahead-match {
  list-style-type: none;
}

p.end-h1 {
  font-weight: bold
}

.popover {
    max-width:500px !important;
}

p.strong {
  font-weight: bold
}

p.weak {
 font-weight: normal;
 font-size: 19px;
}

.popover {
  min-width: 300px;
}

.styled-heading-h3 {
  font-size: 1.17em; /* Match <h3> font size */
  font-weight: bold; /* Bold like a heading */
  margin-top: 1em; /* Space above */
  margin-bottom: 1em; /* Space below */
}

.stream-selector-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
