.icons a.aTab {
    width: calc(50% - 20px);
}
.icons a {
    font-weight: normal;
}
span.mobileSwipe {
    display: block;
    text-align: center;
    color: #FF0000;
}
.contentSubmit {
	float: left;
	width: 100%;
	margin: 10px 0px;
}
.bookerInformation div {
    width: 100%;
}
#content .content_big .iconsContent h1, #content .content_big .iconsContent strong, .username {
    margin: 10px 0;
    width: 100%;
    text-align: center !important;
}
#content .content_big .iconsContent strong {
    justify-content: center;
}
section.content.iconsContent {
	grid-template-columns: 100%;
	grid-template-areas:
	"signOutTime"
    "nameUser"
    "userLogged"
	"icons";
}
.accSearch {
    width: 100%;
}
.accSearch select {
    max-width: 725px;
    margin: 10px auto;
}
.selectArrows.vakantiehuizenArrows {
	width: 50%;
}
.form.myData td {
    width: 100%;
}
.footerContent, .instellingenContent {
    width: 100%;
    padding: 20px;
}
.footerContent {
    padding: 20px 0px;
}
.accSearch select {
    margin: 10px auto;
    width: 100%;
}
.dashChoice .input {
    margin: 10px;
	width: calc(50% - 52px);
}
.dashChoice .submit {
    margin: 10px;
	width: calc(50% - 20px);
}
.dashChoice .selectArrows {
    width: 50%;
    margin: 10px 0 6px 0;
}
.dashboard {
    display: inline-block;
    overflow-x: auto;
}
.dashboardNewRight, .dashboardNewContainerSmall {
    width: 100% !important;
}