		/* ===== START adds missing styling to lower level menu items on collapsed nav ===== */
@media screen and (max-width: 759px) {
  ul.nav.nav-pills.nav-stacked > li > a {
    padding-left: 60px;
  }
  .dropdown-menu > li li {
    background-color: #006983;
  }
  .nav-stacked > li + li {
    margin-top: 0px;
  }
  .dropdown-menu > li li {
    border-top: solid 1px #33879C;
}}
/* ===== END adds missing styling to lower level menu items on collapsed nav ===== */




/* ===== footer acknowledgement text size ===== */
@media screen and (max-width: 767px) {
.footer-global .acknowl {
    font-size: 11px;
}}


/* ===== Removes external icon from pid.geoscience.gov.au URL ===== */

.no-external-link {
    background:none !important;
     padding-right: 0px;
}


/* ===== START == Makes lightbox images responsive ===== */
.image-caption-right {
  float: right;
  margin: 0 0 1em 1em;
  padding: 0;
}
.image-caption-left {
  float: left;
  margin: 0 1em 1em 0;
  padding: 0;
}
@media screen and (min-width: 760px) {
.image-caption-right, .image-caption-left {
    max-width: 200px;
}}
@media screen and (max-width: 759px) {
.image-caption-right, .image-caption-left, .image-caption {
    float: none;
    margin: 0 0 20px 0;
}}
.image-caption-right p, .image-caption-left p, .image-caption {
    font-size: 0.875em;
    font-style: italic;
    line-height: inherit;
    margin: 12px 0;
    padding: 0;
}
/* ===== END == Makes lightbox images responsive ===== */



/* ===== Forces next DIV to start below current DIV ===== */
.linebreak {
  clear: both;
}


/* ===== Recolours bottom border of tables ===== */
table.gatable tbody tr:last-child td {
  border-bottom: 1px solid #006983;
}

/* ===== Table text margin on last P tag of cell ===== */
table.gatable p:last-child {
  margin-bottom: 0px;
}

/* ===== Margin after table ===== */
table.gatable {
  margin-bottom: 2em;
}

/* ===== Make table width 100% ===== */
table.widetable {
  width: 100%;
}

/* ===== Highlight table rows on hover ===== */
tbody tr:hover {
  background-color: rgba(114,199,231,0.1)!important;
}

/* ===== Table border on header rows ===== */
table.multiheader th {
    border: 1px solid #fff;
}

p.tabletitle {
  margin-top: 30px;
  margin-bottom: 6px;
  font-style: italic;
}
p.tablesource {
  margin-top: -25px;
  margin-bottom: 30px;
  font-style: italic;
}


p.flexfigure {
  margin-bottom: 30px;
}
p.figure {
  margin-top: 30px;
  margin-bottom: 30px;
}
p.caption {
  margin-top: -20px;
  margin-bottom: 30px;
  font-style: italic;
  font-size: 0.875em;
  line-height: inherit;
}
p.figuresource {
  margin-top: -27px;
  margin-bottom: 30px;
  font-style: italic;
}


/* ===== Special jobs on vacancies page ===== */
.topjobs {
    border: #006983 1px solid;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 19px;
}
.topjobs h5{
  margin-top: 0px;
  font-weight: bold;
}
.topjobs p {
  margin-bottom: 9.5px;
}
.topjobs p:last-child {
  margin-bottom: 0px;
}
.topjobs {
  margin-bottom: 2em;
}


.btn-download {
  background-color: #006983!important;
  color: #ffffff;
  display: inline-block;
  margin: 15px 0;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  line-height: 1;
  padding: 14px 20px;
  border-radius: 3px;
  min-width: 100px;
}

.btn-download:hover {
  background: #003145!important;
  color: #ffffff;
  text-decoration: none;
}

.btn-download:focus {
  color: #ffffff;
  text-decoration: none;
}

.gatable p:last-child, .gatable ul:last-child, .gatable li:last-child  {
  margin-bottom: 0px;
}
a:focus {
  outline: none;
}
.ttleft, tr.ttleft th {
  text-align: left;
}
.ttcenter, tr.ttcenter th {
  text-align: center;
}
.ttright, tr.ttright th {
  text-align: right;
}
table.gatable {
  margin-bottom: 2em;
  border: none;
}
table.gatable tbody tr:nth-child(odd) {
    background: #fff;
}
table.gatable tbody tr:nth-child(even) {
    background: #efefef;
}
.trwhite {
background: #fff!important;
}
.trgrey {
background: #efefef!important;
}
#twitter-widget-0 {
    height: 378px!important;
}
#twitter-widget-1 {
    height: 435px!important;
}