*,
*:after,
*:before {
	box-sizing:content-box !important;
}

#header-nav div.logo {
    text-indent: -999em;
    display: block;
    height: 28px;
    width: 224px;
    background-image: url(logo-header-nav-JZWNYzPjNDz1c82PrngIV8SsjzE7xHBxDtsWua4yJLe.png);
    background-repeat: no-repeat;
    float: left;
    margin: 0px 30px 0 0 !important;
    padding: 0px !important;
}

body {
	line-height: 1;	
}

.search-form #departure-or-arrival {
    width: 86px;
    padding-left: 26px;
	height: 32px;
}

.search-form input[type="submit"] {
	width:306px;
}

.container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

a {
  color: rgba(179, 205, 30, 0.5);
  text-decoration: none;
}
a:hover,
a:focus {
  color: rgba(179, 205, 30, 0.5);
  text-decoration: underline;
}
a:focus {
  outline: none;
}


.search-form select {
	line-height: 18px;
	padding-left: 8px;
	padding-right: 0 !important;
}

h3 {
	font-weight:bold !important;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px !important;
    margin-bottom: 10px;
}

#resultView > .module > .container > .row,
#resultTable  {
	margin:0
}

#resultTable > .col-md-12 {
	padding:0;
}

#resultTable.empty {
	display: none;
}
