/* CSS of Theme Viewer Page */

.themePanel{
  background-color:#212121;
  padding:0px;
  width:100%;
  margin-bottom:10px;
}
.themePanelInner{
  padding:7px 1px 1px 7px;
}

.themeThumb{
  margin:0 6px 6px 0;
}

#preview{
  font-size:12px;
  position:absolute;
  border:1px solid #212121;
  background:#000000;
  padding:10px;
  display:none;
  color:#ffffff;
}

#footerContainer {
margin-bottom:200px;
}
