.profileselect {
	width: 100%;
    height: 31px;
    border-color: #d1ecf8;
    background-color: #d1ecf8;
    color: #555555;
    padding: 6px 8px;
}

.pagination li {
    user-select: none;
}
.pagination li.disabled a {
    pointer-events: none;
}
.nav-flex {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-end;
    height: auto;
}

.navbar-center {
	color: white;
	font-family: "Raleway";
    font-weight: 100;
    font-size: 26px;
    margin: 0 auto;	
    align-self: center;
    margin-top: 30px;
}
.navbar-center > div {
	text-align: center;
}
.navbar-center .smaller {
	font-size: 14px;
}

nav.fullwidthnav button.navbar-toggle {
    margin-top: 20px;
    background-color: white;
    border-color: #0397d6;
    color: #0397d6;
}
nav.fullwidthnav {
	height: auto;
}

@media(max-width:909px) {
	.navbar-center {
		font-size: 16px;	
	}
	.navbar-center .smaller {
		font-size:10px;
	}
}
@media(max-width:767px) {
	.navbar-center {
		font-size: 12px;	
	}
	.navbar-center .smaller {
		font-size:9px;
	}
}

