#main .b, 
#main .t {
  display: none;
}

#main .c {
  background: none;

  #content {
    #header {
      border-bottom: none;
    }
  }
}

#main {
  padding: 0;
}

#content {
  padding: 0;
}

//this is actually the progressbar..
.warning-box {
  background: none;
  padding: 0;
  border-bottom: none;
  text-align: left;
}

.processbar-box {
  background: none;

  .holder {
    background: none;
    border-bottom: none;
    padding: 0;
  }
}