td {white-space:nowrap;
}

.info {display: none;}

.noboss {display: none;}

/* .monopt {display: none;} */
.monopt {}

.normalcell {
  padding-left: 10px; 
  padding-right: 10px;
}

input {  }

.center { text-align: center; }

.loaded {
  background-color: blue;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

table.center {
  margin-left:100px;
  margin-right:auto;
}

@media screen and (min-width: 400px) {
  container {
    font-size: 20px;
}}
@media screen and (max-width: 400px) {
  container {
    font-size: 16px;
}}
@media screen and  (max-width: 1000px) {
  body {
    padding-top: 40px;
}}

.border_right {
  border-right: solid #E0E0E0 1px;
}

.hidden {
  display: none;
}

.profimodus {
  display: none;
}
