a.button .button_icon,
a.button .button_label {
    padding: 8px 20px;
}
a.button .button_icon_sessie,
a.button .button_label_sessie {
    padding: 8px 10px;
}
a.button .button_label_sessie {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
}
a.button .button_icon_sessie {
    display: block;
    float: left;
    background: rgba(0, 0, 0, .05);
}
.desc{
	margin-bottom: 10px;
} 
.button_label {
	font-weight: bold;
}
.session_box.has_border:after {
	border-color: rgba(0, 0, 0, .08)
}

.session_box.has_border:after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    position: absolute;
    right: -2%;
    top: 0;
}

.column_bestelling {
	margin-top: 50px;
}
.get_in_touch ul li:after {
    content: "";
    display: block;
    border-style: none;
    position: absolute;
}

.afrekenen table {
    margin-bottom: 100px;
}

.afrekenen table td {
    border-color: #fff;
    text-align: left; 
}

.afrekenen table tr:nth-child(n) td {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.afrekenen table tr:nth-last-child(-n + 1) td {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
	a.button .button_icon,
	a.button .button_label {
		padding: 8px 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	a.button .button_icon,
	a.button .button_label {
		padding: 8px 10px;
	}
}

@media (min-width: 992px) and (max-width: 1240px) {
	a.button .button_icon,
	a.button .button_label {
		padding: 8px 10px;
	}
}