/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}




html,body {
  width: 100%;
  height: 100%;
  font-family: Arial;
  /*overflow: hidden;*/
}

body {
  background: #142643;
  color: white;
}

.table-wrap {
  height: 100%;
  width: 100%;
}

.table-wrap__header {
  font-size: 40px;
  font-weight: bold;
  border-bottom: 2px solid white;
}

.table-wrap__header,
.table-schedule__header{
  background: #031126;
}

.table-wrap__header__th {
  height: 100px;
  vertical-align: middle;
}

.table-wrap__schedule-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: -1;
  top: 0;
}

.table-schedule{
  height: 100%;
  width: 100%;
}

.table-schedule__th {
  height: 100px;
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
}

.table-schedule__load-table {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
}

.table-schedule__load-table__td {
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
}

.table-schedule__th,
.table-schedule__load-table__td {
  width: 100px;
}

.logo {
  width: 10%;
}

.table-schedule__header {
  border-bottom: 2px solid white;
}

.table-schedule__th.__last {
  border-right: none !important;
}

.table-schedule__load-table__tr{
  border-bottom: 2px solid #091221;
}

.table-schedule__th {
  border-right: 2px solid white;
}

/*.table-schedule__th,*/
.table-schedule__load-table__td
{
  border-right: 2px solid #091221;
}

.table-schedule__load-table__td {
  background: #132E4A;
}

.table-schedule__load-table__td.__last {
  border-right: none !important;
}

.table-schedule__load-table__td.logo {
  background: #fff;
}

.table-schedule__load-table__td.logo img {
  width: 100%;
}

.flight { width: 20%; }
.destination { width: 20%; }
.schedule-time { width: 15%; }
.estimated-time { width: 15%; }
/*.status { width: 100%; }*/