@media (max-width: 600px){
	.white-message {
    margin-bottom: 7px;
    padding: 1px 1px;
	}
	.whitebox-link{
		margin-bottom:5px;font-weight:900
	}
	.alert-message{
	margin-bottom:10px;
	}
}

@media (min-width: 768px){
	.white-box{background-color:#fff; padding:0px; margin-bottom:30px}
	.white-box__title{font-size:2.2rem;font-weight:bold;color:#046A38;margin-top:0;margin-bottom:12px}
	.white-box__xhtml p{margin-bottom:0}
}


.white-message {
    border-radius: 1px;
    border: solid 2px #FFFFFF;
    background-color: rgba(255,255,255,1.00);
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

/*Mindre avstand enn originalen*/
.alert-message {
    margin-bottom: 15px;
}



/*White-box*/
.white-box{background-color:#fff; padding:0px; margin-bottom:30px}

.white-box__title{font-size:2.2rem;font-weight:bold;color:#046A38;margin-top:0;margin-bottom:12px}
.white-box__xhtml p{margin-bottom:0}



/*Global meny*/
.site-header__button:hover {
  background: #333;
}

.site-header__button {
  border: solid 2px #333;
}

.site-header__menu-anchor:hover {
  color: #333;
}
