td img {
    display: block;
}
#pictureContainer {
    overflow: hidden;
    height: 270px;
    width: 280px;
    background-color: #ffffff;
    padding: 0;
    overflow: hidden;
    position: relative;
    top: 65px;
    left: 17px;
    margin: 8px 0 0 0;
}
.pics img {
    padding: 0;
    border: 0;
    top: 0;
    left: 0;
}
#nav {
    text-align: center;
    position: absolute;
    bottom: 27px;
    left: 20px;
    width: 270px;
}
#nav a {
    border: 1px solid #ccc;
    background: #fc0;
    text-decoration: none;
    margin: 0 5px;
    padding: 3px 2px;
}
#nav a.activeSlide {
    background: #ea0;
}
#nav a:focus {
    outline: none;
}
#didyouknow {
    height: 385px;
    width: 334px;
    background: url(/portals/0/mj/didyouknow/images/didyouknow_background.png) top left no-repeat;
    border: 0;
    padding: 0;
    margin: 0;
}
pre {
    font-family: monospace;
}

#panel1, #panel2, #panel3 {
    width: 602px;
    display: none;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 286px;
}

#panel1 {
    display: block;
}

#conTable_filter, #mjTable_filter, #aTable_filter, #dTable_filter {
    padding: 10px 0;
}

#conTable_wrapper .dataTables_scrollBody {
    padding: 5px 0 0 0;
}

#conTable td {
    padding: 10px 5px;
}

#search1container, #search2container, #search3container {
    border-radius: 10px;
    background-color: white;
    padding: 10px; /*     position: fixed;     right: 40px; */
    display: none;
    margin-left: 20px;
    position: relative;
    float: right;
    width: 160px;
}

.las-postcontent {
    font-size: 13px;
}

.tableContainer thead th {
    color: #333;
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
    line-height: 13px;
    padding-right: 10px;
    vertical-align: middle;
}

.tableContainer thead th.sortable:hover {
    color: black;
}
.tableContainer thead th.sorted-asc, .tableContainer thead th.sorted-desc {
    color: black;
}

.tableContainer tbody td, #resultTable tbody tr {
    min-height: 30px;
    height: 35px;
}

.tableContainer tbody td, #resultTable tbody tr td {
    /* background: #FFF; */
    border: 0;
    padding: 0;
    font-size: 13px;
}

.tableContainer tbody tr td.odd {
    /* background: #EEE; */
    border: 0;
    padding: 0;
}

.tableContainer tbody tr td.hovered {
    background-color: #333;
    color: #999;
}

div#tabs ul li {
    list-style: none;
}

div#tabs ul li a.active {
    font-weight: bold;
}

div.innerDetails {
    display: none;
}
td.details {
    height: 1px !important;
}

td.fdCenter {
    text-align: center;
}

div#panel1 {
    font-size: 14px;
}

#mjTableContainer {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

#mjInstructions {
    position: relative;
    float: left;
    width: 170px;
    border-right: 2px solid black;
    padding: 0 10px;
}

#mjSelectFlight {
    position: relative;
    float: right;
    padding: 10px 5px 0 10px;
}
#mjArrDep {
    padding-bottom: 10px;
    margin-left: -10px;
    margin-right: 10px;
}
#mjArrDep span {
    font-size: x-large;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    padding-top: 7px;
}

#mjArriving {
    display: inline-block;
    padding-right: 10px;
}
#mjDeparting {
    display: inline-block;
}
#mjDateTime {
    padding: 10px 0px 0 0;
    width: 225px;
    float: left;
}
#mjAirlineFlight {
    width: 140px;
    padding: 10px 0 0 0;
    float: left;
}
#mjFromTo {
    float: left;
    margin-top: 20px;
}
#mjGoDiv {
    float: right;
    margin-top: 30px;
    margin-right: 20px;
}

#mjGo {
    display: inline-block;
    padding-right: 10px;
}

#mjFromTo label {
    width: 50px;
    float: left;
    text-align: right;
    padding-right: 3px;
}
#mjFromTo input {
    width: 290px;
}

#mjDateTime .mjAirlineFlightLabels {
    width: 60px;
    display: inline-block;
    text-align: right;
    padding-right: 3px;
    zoom: 1;
}
/* 
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) 
{       
       .tableContainer tbody td, #resultTable tbody tr td,
       .tableContainer thead th {
           font-size: .65em;
       }
}
*/