#cookies {
	position:fixed;
	top:100%;
	max-width:95%;
	margin-top:5px;
	border: 1px solid rgb(31, 140, 230);
	padding: 5px 10px;
	background-color:rgba(255, 255, 255, 0.75);
}
#cookiesInnerDiv {
	font-size:80%;
	text-align:center;
	margin-bottom:20px;
}
#cookiesButtons {
	display:inline-block;
	white-space: nowrap;
}

/* Mobile Phones Portrait */
@media screen and (max-device-width: 480px) and (orientation: portrait){

}

/* Mobile Phones Landscape */
@media screen and (max-device-width: 640px) and (orientation: landscape){

}

/* Mobile Phones Portrait or Landscape */
@media screen and (max-device-width: 640px){

}

/* iPhone 4+ Portrait or Landscape */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2){
    #taallijst {
        width:750px;
    }
    #taallijst:after {
        border-width: 30px 20px;
        margin-left: -120px;
    }
    #taallijst:before {
        border-width: 31px 21px;
        margin-left: -121px;
    }
}

/* Tablets Portrait or Landscape */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
    
}