.MixOrange{
	color: #DD7254;
}

.DSDGreen{
	color: #85B17D;
}

.ValgfagLilla{
	color: #670e52;
}

.LightBlue{
	color: #7197BD;
}

.Darkblue{
	color: #446B8F;
}

.Yellow{
	color: #DED576;
}

.Gray{
	color:  #B3B7BD;
}

.Black{
	color:  #413F40;
}

/* Style the buttons that are used to open and close the accordion panel */
.acmain {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius: 0;
  margin-top: 5px;
}

.acmain:after{
	float: right;
	content: '\002B';
    font-weight: bold;
}
.acmain.acactive:after{
	content: "\2212";
}


/* Style the accordion panel. Note: hidden by default */
.apanel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}