.button-trailer {
    overflow: hidden;
    border-radius: 5px;
}
.knop {
	color: white;
	text-decoration: none !important;
	border-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}
.knop .fa {
	color: white;
	background-color: black;
	padding: 10px 0px 10px 10px;
}
.knop-tekst {
    padding: 10px;
    color: white;
    background-color: #b50000;
    margin-right: 0px;
    margin-left: 10px;
    font-family: open sans;
    text-transform: uppercase;
}

.agenda td {
	border: 0
}