.pad {
  padding: 2px;
}

.tmarg {
  margin-top: 7px;
}

.btn-pad {
  padding: 10px;
  border-color: black;
    /*        background-color: white;*/;
}

.dnone {
  display: none;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

table td {
  font-size: 12px;
}

#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99;
  height: 100%;
  text-align: center;
}

status {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../assets/img/main.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.username::first-letter {
  font-size: 200%;
}

.username {
  font-size: 20px;
}