/* Mobile menu */
.desktop #mobile-menu,
.laptop #mobile-menu,
.netbook #mobile-menu,
.tabletBig #mobile-menu {
	top: -500px !important;
}

#mobile-menu {
	display: block;
	z-index: 19000;
/*	left: 50%;*/
	top: -300px;
	position: absolute;
	width: 100%;
}
#mobile-menu nav {
	padding: 0 0 1px 0;
/*	margin-left: -150px;*/
	background-color: #fff;
}
#mobile-menu nav ul li {
	display: block;
}
#mobile-menu nav ul li a {
	display: block;
	font-size: 1.5em;
	font-size: 15px;
	line-height: 2em;
	height: 30px;
	background-color: #fff;
	color: #1E264D;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	border-top: 1px solid #eee;
	padding: 0 10px;
}
#mobile-menu nav ul li.first a {
	border-top: none;
}
#mobile-menu nav ul li a:hover {
    background-color: #1E264D;
    background-image: url("../img/icon-arrow-right.png");
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: 10px 20px;
    color: #FFFFFF;
}
#mobile-menu .trigger {
	left: 50%;
	display: block;
	padding: 7px 20px 22px 20px;
	width: 100px;
	height: 15px;
	margin-left: -156px;
	position: absolute;
	background-image: url(../img/trigger_v-3.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-size: 1.5em;
	font-size: 15px;
	line-height: 1em;
	color: #1E264D;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}


/* Table data */
.table-wrapper {
	position: relative;
	display: block;
	width: 100%;
	overflow-x: auto;
}
.table-wrapper table {
	width: 100%;
}