.headerlah {
    background-image: url(logo_lintas.png);
    background-size: auto 100%;
    height: 102px;
}

.headerlah img {
    bottom: 30px;
    height: auto;
    position: absolute;
    right: 0;
    width: 200px;
}

#promo {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

#loggedinuser {
    bottom: 5px;
}


#langselector {
    position: absolute;
    right: 5px;
    top: 107px;
    z-index: 999999;
}

.thumbnails {
  margin-left: 0;  
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.thumbnails > li {
  float: left;
  margin-bottom: 5px;
  margin-left: 5px;
}

.thumbnails > li.x-view-selected {
  background-color: rgba(100, 100, 100, .15);
}

.thumbnails > li.x-view-selected a {
  border-color: #0088cc;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.stat0, .stat1 {
    border-radius: 7px 7px 7px 7px;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 15px;
    padding: 2px 3px;
    vertical-align: middle;
    white-space: nowrap;
}
.stat0 {
    background-color: #9DA0A4;
    color: #9DA0A4;
} 

.stat1 {
    background-color: #468847;
    color: #468847;
}