@charset "UTF-8";
/* Färger från den nya grafiska profilen */
/* Dessa behöver vi gå igenom */
/* Education färger */
/* FONT FAMILY FOR DIFFERENT TEXT SIZES */
/* FONT SIZES */
/* desktop */
/* mobile */
/* general */
/* LINE HEIGHT */
/* desktop */
/* mobile */
/* other */
/* 
 * Verktyg för att beräkna filter för en given färg
 * https://isotropic.co/tool/hex-color-to-css-filter/
*/
/* Nyhetsflikar filtrerat på år */
.val-news__year-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Open Sans Regular";
  font-size: 0;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 40px;
}
.val-news__year-list-item {
  margin: 0 2px -1px 0;
  display: inline-block;
}
.val-news__year-link {
  padding: 10px 24px;
  display: inline-block;
  color: #515151 !important;
  font-size: 18px;
  background-color: #f7f7f7;
  border: 1px solid #dbdbdb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.val-news__year-link:hover, .val-news__year-link:focus {
  background-color: #ffffff;
  text-decoration: none !important;
}
.val-news__year--selected {
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
}